@charset "Shift_JIS";    	/* 文字ｴﾝｺｰﾄﾞの設定（削除不可） */


/***************[01.全般的な設定(ﾃﾞﾌｫﾙﾄCSSのﾘｾｯﾄ)]*******************/

*{
	margin: 0;
	padding: 0;
}


/****************[02.ブロックの設定]********************/

body{                 
	background-color:#ffffff;
	text-align:center;   /*--body全体を中央揃え--*/
	font-family:"メイリオ", "MS Pゴシック","ヒラギノ角ゴPro W3", Osaka, sans-serif;
}

#container{               /*--body以外の全てを内包する--*/
	width:740px;
	text-align:left;
	line-height:150%;
}

#header{		/*--ヘッダーを入れるﾎﾞｯｸｽｰ--*/
	width:740px;
	height:120px;
	background-image:url(images/header.jpg);
}

#counterArea{		/*--#counterと#updateを内包する--*/
	width:740px;
	height:30px;
	padding-top:5px;
	padding-bottom:5px;
}

#counter{		/*--ｱｸｾｽｶｳﾝﾀｰを入れるﾎﾞｯｸｽ--*/
	float:left;
	width:400px;
	font-size:xx-small;
}

#update{		/*--更新年月日を入れるﾎﾞｯｸｽ--*/
	float:right;
	width:300px;
	font-size:xx-small;
	text-align:right;
}

#contentsArea{                /*--ﾍｯﾀﾞｰとｻﾌﾞﾅﾋﾞ&ﾌｯﾀｰ以外の全てを内包する--*/
	width:740px;
	clear:both;
}



#main{			/*-----#contentsAreaの右側の全てを内包---*/
	float:right;
	color:#000000;
	width:540px;
	font-size:small;
	line-height:160%;
	text-indent:1em;
}

#contents{		/*--情報・内容を入れるﾎﾞｯｸｽ--*/
	margin-left:60px;
	margin-top:0px;
	margin-bottom:10px;
	width:480px;
	font-size:small;
	text-indent:0em;
	font-weight:normal;
}

#preText{		/*-各ﾍﾟｰｼﾞの前文を入れるﾎﾞｯｸｽ--*/
	font-size:small;
	line-height:160%;
	text-indent:1em;
	margin-left:60px;
	width:480px;
	padding-bottom:20px;
}

#returnArea{		/*--#returnToHomeと#returnToPageTopを入れるﾎﾞｯｸｽ--*/
	margin-top:25px;
	margin-bottom:20px;
	width:540px;
	height:auto;
}

#returnToHome, #returnToPageTop{/*--#returnToHome, #returnToPageTopそれぞれを入れるﾎﾞｯｸｽ--*/
	height:auto;
	text-align:right;
	margin-top:5px;
}


#subMenu{	/*--------ﾌｯﾀｰの上のsubMenu------*/
	clear:both;
	width:740px;
	height:30px;
	text-align:center;
	padding-bottom:5px;
}

#footer{	/*--------ﾌｯﾀｰを入れるﾎﾞｯｸｽ------*/
	width:740px;
	height:60px;
	color:#444;
	font-size:12px;
	text-align:center;
	padding-top:15px;
	color:#003333;
	background-image:url(images/footer.jpg);
}


#globalNavi{	/*----globalNaviを入れるﾎﾞｯｸｽ-------*/
	width:198px;
	height:auto;
	float:left;
}

#returnToUP{	/*----「▲上へ戻る」を入れるﾎﾞｯｸｽ-------*/
	text-align:right;
	font-size:x-small;
	padding-bottom:10px;
}


/****************[03.リスト要素の書式設定]********************/

#main ul{
	text-indent:3em;
	list-style:none;
	padding-top:10px;
}

#main li{
	margin:0px 0px 5px 5px;
	font-size:small;
	text-decoration:none;
	text-indent:3em;
}

#contents ul li{
	list-style-type:none;	
	font-size:small;
	font-weight:bold;
	text-indent:2em;
}

#subMenu ul{
	list-style-position:outside;
	display:inline;
}

#subMenu li{
	list-style:none;
	text-decoration:none;
	display:inline;
	font-size:x-small;
	font-weight:bold;
	padding:0px 5px 10px 5px;
}

#globalNavi li{
	list-style:none;
	list-style-position:outside;
	margin-bottom:5px;
}



/****************[04.リンクの書式設定]********************/

#returnToHome a{
	font-size:x-small;
	padding-left:30px;
	background:url(images/returnToHome.gif) no-repeat left center;
}

#returnToPageTop a{
	font-size:x-small;
	padding-left:30px;
	background:url(images/returnToPageTop.gif) no-repeat left center;
}

#returnToPageTop a:visited, #returnToHome a:visited{
	color:#0000ff;
	font-size:x-small;
}



#subMenu a{
	padding-left:16px;
	background:url(images/subNemu_button.jpg) no-repeat left center;
}

#subMenu a:link, #subMenu a:visited{
	text-decoration:none;
	color:#000000;
}

#subMenu a:hover{
	color:#003399;
	text-decoration:underline;
}



#globalNavi a{
	display:block;
	width:198px;
	height:40px;
	padding:10px 10px;
	border:1px solid;
	font-weight:bold;
}
#globalNavi li a:link, #globalNavi li a:visited{　/*ﾘﾝｸ色と訪問済ﾘﾝｸ色*/
	text-decoration:none;
	color:#003300;
	border-color:#006633;
	background-color:#ccff99;
}
#globalNavi ul li a:hover, #globalNavi ul li a:active{  /*ﾏｳｽｵｰﾊﾞｰ時と訪問中*/
	text-decoration:none;
	color:#003300;
	border-color:#ff6600;
	background-color:#ffff66;
}

#currentGnavi{			  /*表示中のﾅﾋﾞ書式*/
	display:block;
	width:198px;
	height:40px;
	padding:10px 10px;
	border:1px solid;
	font-weight:bold;

	text-decoration:none;
	text-align:right;
	color:#ffff00;
	border-color:#006600;
	background-color:#006600;
}

/****************[04.H要素の設定]********************/

h1{
	text-indent:-9999px;
}

h2{                      /* 頁ﾀｲﾄﾙstyle */
	font-size:20px;

	border-bottom:double 3px #006633;  /* dark_green */
	border-left:solid 10px #006633;
	border-top:solid 1px #006633;

	display:block;

	padding-top:6px;
	padding-bottom:6px;
	padding-left:0px;	
		
	background-image:url(images/L-title.jpg);
	background-repeat:y-repeat;

	margin-left:40px;
	margin-top:0px;
	margin-bottom:10px;
	width:500px;
}

h3{                      /* 中ﾀｲﾄﾙstyle */
	font-size:16px;
	text-indent:10px;

	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:0px;

	border-top:dotted 2px #ff9900;   /* orange */
	border-bottom:dotted 2px #ff9900;
	background-color:#ffffcc;

	display:block;
	width:auto;
}

p.photo{
	margin:0;
	text-align:center;
}

p.photoTitle{
	text-align:center;
	font-size:x-small;
	color:#006633;
}





