@chareset "Shift_JIS";

/* ページのレイアウト */

body {
	background-color:#F0FFF0;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	

	
/* コンテンツで全体を囲む */
	
#contents{
	background-color:#FFFFFF;
	border:solid 1px #c5e1ed;
	width:904px;
	margin: 0px auto;
	}
	
/*　------------------　ヘッダー　-------------------　*/	
	
.header{
	background-image:url(../img/header.jpg);
	width:904px;
	height:75px;
	}
	
	
/*　------------------　パンくずリスト　-------------------　*/

p.path{
	width:820px;
	font-size:0.7em;
	color:#555555;
	text-align:right;
	margin-top:40px;
	margin-right:20px;
	padding-top:0px;
	}
		
p.path a{
	color:5e8eab;
	}
		
	
/*　------------------　ここよりメニューバー　-------------------　*/	

/* プルダウンメニュー(navで全体を囲む) */

#nav{
	background-color:#FFFFFF;
	top:75px;
	margin-left:0px;
	margin-right:0px;
	width:904px;
	}

.menu{
	font-size:14px;
	position:relative;
	left:0px;
	right:0px;
	margin:0px;
	width:904px;
	margin-top:0px;
	}
		
.menu a{
	display:block;
	text-align:center;
	text-decoration:none;
	color:#ffffff;
	background-color:#3366cc;
	width:180px;
	line-height:25px;
	}
	
.menu a:hover{
	background-color:#87CEFA;
	color:#ffffff;
	}
	
.submenu{
	font-size:10px;
	visibility:hidden;
	position:absolute;
	top:auto;
	left:0;
	font-weight:normal;
	}
	
.submenu a{
	border-top:solid 1px #CCCCCC;
	padding-left:2px;
	text-align:left;
	line-height:20px;
	color:#ffffff;
	background-color:#ADD8E6;
	font-weight:normal;
	}
	
.submenu a:hover{
	background-color:#6699cc;
	color:#ffffff;
	font-weight:normal;
	}

#menu1{position:absolute;
		top:0px;
		left:0px;
		}

#menu2	{position:absolute;
		top:0px;
		left:181px;
		}

#menu3	{position:absolute;
		top:0px;
		left:362px;
		}

#menu4	{position:absolute;
		top:0px;
		left:543px;
		}

#menu5	{position:absolute;
		top:0px;
		left:724px;
		}
		

		
/*　------------------ここより本文-------------------　*/
			
/* 見出しと文章をグループ化 */
	
.section{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:2em;
	margin-bottom:1em;
	}
/*-------------------------*/

.block{
	width:750px;
	margin-left:auto;
	margin-right:auto;
	font-size:0.8em;
	text-align:left;
	text-indent:-1em;
	line-height:1.6em;
	padding-left:1em;
	padding-right:1em;
	}


	
/* 段落ごとに1字下げ */
	
p{
	font-size:0.85em;
	text-indent:1em;
	color:#333333;
	line-height:1.8em;
	}
	
/* 字下げなし */
	
.honbun1{
	font-size:0.85em;
	color:#333333;
	line-height:1.8em;
	margin-top:10px;}
	
.honbun2{
	font-size:0.85em;
	color:#333333;
	line-height:1.8em;
	margin-top:10px;}
	
.honbun3{
	font-size:0.75em;
	color:#333333;
	text-align:right;
	margin-right:20px;
	}
	

	
	
/* 図に囲み罫をつける */	

.imgkei{
	border: solid 1px #000000;
	}

	
/* 文章の右に図を配置 */	
	
.imgright{
	float:right;
	margin-left:20px;
	margin-bottom:10px;
	margin-top:10px;
	border: solid 1px #000000;
	}
	
.imgright2{
	float:right;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
	}
	
.imgright3{
	float:left;
	margin-right:10px;
	margin-bottom:3px;
	margin-top:3px;
		}
	
/* 文章の左に図を配置 */	
	
.imgleft{
	float:left;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:10px;
	margin-top:10px;
	border: solid 1px #000000;
	}

.imgleft2{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:10px;
		}

/* 中央に図を配置 */	
	
.imgcenter1{
	
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	}		
	
/* 図を文章の中央に図を配置（罫付） */	
	
.imgcenter{
	text-align:center;
	margin-top:10px;
	border: solid 1px #000000;
	}
	
/* キャプション */
.cap1{
	margin-left:auto;
	margin-right:auto;
	font-size:0.75em;
	color:#009900;
	width:820px;
	text-align:left;
	text-indent:0em;
	line-height:1.8em;
	margin-bottom:10px;
	}
	
.cap2{
	font-size:0.75em;
	color:#009900;
	width:390px;
	text-align:left;
	text-indent:0em;
	line-height:1.8em;
	}	
	
.cap3{
	font-size:0.75em;
	color:#009900;
	width:440px;
	text-align:left;
	text-indent:0em;
	line-height:1.8em;
	}	


	
/*　------------------キャプション付画像の処理-------------------　*/
	
/* キャプション付の画像(図を右に配置した場合(必ずwidthの値を入れる)　*/
.graph{
	float:right;
	margin-left:20px;
	font-size:0.75em;
	color:#009900;
	width:360px;
	text-align:left;
	text-indent:0em;
	line-height:1.8em;
	}
	
/* キャプション付の画像(図を左に配置した場合(必ずwidthの値を入れる)　*/

.graph2{
	float:left;
	margin-right:20px;
	font-size:0.6em;
	color:#009900;
	width:360px;
	text-align:left;
	text-indent:0em;
	line-height:1.8em;
	}

.graph img{
	margin-bottom:5px;
	}
	
/*　------------------リード文の処理-------------------　*/
	
	p.policy{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	font-size:0.85em;
	color:#000000;
	line-height:1.8em;
	margin-bottom:1em;
	}
	

/*　------------------コンテンツへのリンク-------------------　*/

.sectionmenu{
	list-style:none;
	margin-left:3em;
	margin-right:3em;
	padding-left:1em;
	padding-bottom:15px;
	border-bottom:dotted 1px #c5e1ed;
	}
	
.sectionmenu li{
	background:url(../img/listmark.gif) no-repeat center left;
	text-align:left;
	font-size:0.85em;
	line-height:1.5em;
	padding-left:1em;
	}

	
.sectionmenu li a{
	color:#3e35eb;
	}
	
.sectionmenu li a:hover{
	color:#49db8b;
	}


/*　------------------ページの上に戻るのリンク-------------------　*/	

.top{
	font-size:0.75em;
	text-align:right;
	margin-right:2em;
	padding-top:5px;
	}
	
.top a{
	color:#999999;
	padding-left:3px;
	text-decoration:none;
	}
	
.top a:hover{
	color:#49db8b;
	}
	

/*　------------------Topics-------------------　*/	


	
.topics_p{
	text-align:left;
	text-indent:0.85em;
	color:#333333;
	font-size:0.85em;
	line-height:1.8em;
	margin:0.8em 2em 0.8em 2em;
	}
	
.topicsimg{
	float:right;
	margin-left:10px;
	}
	
	

/*　------------------角丸スタイル(グリーン）-------------------　*/	
	
#roundtable{
	width:820px;
	background:#CCFF99;
	padding:0px;
	margin:0px;
	}
	
h6{
	font-size:0.85em;
	text-indent:1em;
	color:#000000;
	line-height:1.8em;
	font-weight:normal;
	margin:0px 20px;
	}
	
.topcorner{
	background:#CCFF99 url(../img/c_green2.gif) no-repeat top right;
	}
	
.bottomcorner{
	background:#CCFF99 url(../img/c_green3.gif) no-repeat top right;
	}
	
.corner{
	width:15px;
	height:15px;
	border:none;
	display:block;
	}

	
	
/*　------------------著作権情報の処理-------------------　*/	

address{
	font-size:12px;
	font-style:normal;
	color:#999999;
	border-top:solid 3px #c5e1ed;
	padding-top:10px;
	margin-bottom:15px;
	}

address a{
	color:#999999;
	text-decoration:none;
	}

address a:hover{
	color:#ff8800;
	}
	
#footer {clear:both;
	width: 760px;
}