@charset "UTF-8";
 /* ボディに関するCSS */
	body {
	background-color: #e6e2d9;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #333;
}


/* ヘッダーに関するCSS */

#header {
	width: 900px;
	margin-bottom: 20px;
	left: 20px;
}


/* ナビゲーションに関するCSS */


#navi {
	font-size: 80%;
	top: 80px;
	line-height: 200%;
}

#navi li {
	width: 130px;
	color: #303;
	line-height: 200%;
}

#navi a{
color: #303;
display:block;
	width: 130px;
	line-height: 200%;
}

#navi a:hover {
	color: #FFF;
	background-color: #708090;
	width: 130px;
	line-height: 200%;
}


/* コンテンツに関するCSS */

#content {
	clear:left;
	top: 100px;
	width: 400px;
 border:double 5px #999;
	padding: 20px;
	margin-top: 5px;
}

#col1 {
	width:550px;
		border: 1px solid #999;
	padding: 15px;
	margin-top: 5px;
background-color: #f3f8f1;/* グリーン系 */
}

#col2 {
	width:550px;
		border: 1px solid #999;
	padding: 15px;
	margin-top: 5px;
background-color: #ffefea;/* 薄ピンク系 */
}

#col3 {
	width:550px;
		border: 1px solid #999;
	padding: 15px;
	margin-top: 5px;
background-color: #ccccff;/* 薄紫系 */
}


#sidebar { 
	
	background-color: #fff;
border: 1px solid #999;
	padding: 20px;
	position: absolute;
	left: 200px;
	top: 60px;
	width: 600px;
}


/* テキストに関するCSS */
h1 {
	font-size: 120%;
	color: #036;
	line-height: 200%;
background-color: #ffcccc;/* ピンク系 */
	width: 850px;

}


h2 {
	font-size: 110%;
	color: #036;
	line-height: 110%;
}

h3 {
	font-size:90%;	
	color: #336;
 width: 400px;
line-height: 120%;
}

h4 {
	font-size: 75%;
	color: #336;
 width:400px;
}

h5 {
	font-size: 65%;
	color: #336;
	 width:400px;
}


.news_title {
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 10px;
}




.bold {
	font-weight: bold;
}


.textOrange {
	color: #FF6600;
}

.boldOrange {
	font-weight: bold;
	color: #FF6600;
}


.textRed {
	color: #FF0000;
}


.boldRed {
	font-weight: bold;
	color: #FF0000;
}


.textGreen {
	color: #336600;
}


.boldGreen {
	font-weight: bold;
	color: #336600;
}



.textBlue {
	color: #003873;
}


.textBlue2 {
	color: #003873;
	font-size: 10px;
}

.textBlueR {
	color: #003873;
	float:right;
}


.boldBlue {
	color: #003873;
	font-weight: bold;
}



.style20 {
	color: #003873;
	font-size: 10px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


.style21 {
	color: #003873;
	font-size: 80%;
	padding-bottom: 2px; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



.style22 {
	font-size: 12px; 
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}





p {
	margin-top: 0px;
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 15px;
 width: 550px;
}


.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;
}

img.thumb2 {
	float: right;
	margin-right: 10px;
}

.line {
	width: 100%;
	background-image: url(img/dotline_s.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	height:1px;
	}
	
img.topkey {
	margin-bottom: 15px;
}

h2 img {
	float: left;
	margin-right: 5px;

}




ul{
list-style:none;
} 
                                     
li{
	margin-top: 0px;
	font-size: 75%;
	line-height: 150%;
	margin-bottom: 5px;
 width: 500px;
}

/* リンクに関するCSS */

a:link {text-decoration:none}

a:visited {text-decoration:none}

a:hover {text-decoration:none}
