/* ボディに関するCSS */
	body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #666;
}


/* ヘッダーに関するCSS */

#header {
	width: 700px;
	margin-bottom: 10px;
}


/* ナビゲーションに関するCSS */

#navi {
	font-size: 80%;
	line-height: 170%;
	margin:5px 0px;
	padding:0px;
	list-style:none;	
	float:left;
}

#navi li {
	float:left;
	background-color: #FAFAFA;
	margin-right: 5px;
	margin-left: 0px;
	border: 1px solid #FF0066;
	text-align: center;
	width: 108px;
	height:22px;
        color:#FF0066;
}

#navi a{
	color: #FF0066;
	display:block;
	width: 108px;
	height:22px;
}

#navi a:hover {
	color: #FFF;
	background-color: #FF0066;
	text-decoration:none;
}



/* コンテンツに関するCSS */

#content {
	clear:left;
	width: 658px;
	border: 1px solid #FF0066;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
}

#content2 {
	clear:left;
	width: 658px;
	border: 1px solid #FF0066;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
}

#content3 {
	clear:left;
	width: 658px;
	border: 1px solid #FF0066;
	background-color: #FFF;
	padding: 20px;
	margin-top: 5px;
}

#col1 {
	width:395px;
 margin-right: 15px;
	float:left;
}

#col2 {
	width:700px;
 margin-right: 15px;
	float:left;
}

#col3 {
	width:645px;
 margin-right:  5px;
	float:left;
}

#sidebar {
	width: 205px;
	padding: 7px 15px 15px;
	background-image: url(img_photos/bck_top_news.gif);	
	float:left;	
}




/* テキストに関するCSS */

h1 {
	font-size: 100%;
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 5px;
	text-indent: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
        color:#000000;
        line-height:100%;
}


h2 {
	font-size: 90%;
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 5px;
	text-indent: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
        color:#FF0066;
        line-height:100%;
}

h3 {
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0066;
	padding-top: 5px;
	text-indent: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
        color:#FF0066;
        clear:both;
}

h4 {
	font-size: 110%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0066;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0066;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 10px;
	margin-top: 0px;
        color:#FF0066;
        line-height:100%;
}

h5 {
	font-size: 80%;
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
        color:#000000;
        line-height:120%;
}

h6 {
	font-size: 80%;
        border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 5px;
	text-indent: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
        color:#FF0066;
        line-height:100%;
}


.news_title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
        color:#FF0066;
}

p {
	margin-top: 0px;
	font-size: 80%;
	line-height: 150%;
	margin-bottom: 15px;
}

.pagemark {
	font-weight: bold;
}

.news {
	font-size: 80%;
	line-height: 150%;
}

#credit {
        clear:left;
	font-size: 80%;
	line-height: 150%;
	margin-top: 5px;
}

.mail{
	font-size: 80%;
        clear: left
}



/* 画像に関するCSS */

img.thumb {
	float: left;
	margin-right: 10px;
}

.line {
	width: 100%;
	background-image: url(img_photos/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	}
	
img.topkey {
	margin-bottom: 15px;
}

img.topkey2 {
	margin-bottom: 10px;
        margin-right: 30px;
}

img.topkey3 {
	margin-bottom: 10px;
        margin-right: 30px;
	float: left
}

img.topkey4 {
	margin-bottom: 10px;
        margin-right: 10px;
	float: left
}

/* リンクに関するCSS */

a:link {
         text-decoration:none;
         color:#FF0066;
}

a:visited {
         text-decoration:none;
         color:#FF0066;
}

a:hover {text-decoration:underline}
