@charset "UTF-8";

/* CSS Document */



*{

margin:0;

padding:0;

}



html,body {

	height:100%;

	margin:0px auto;

}



body {

	color:#424242;

	font-size:14px;

	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	line-height: 1.8em;

	background:url(../images/corrugation.png) repeat;

	

}



#bordertop{

	border-top:6px #0CA5B0 solid;

	width:100%;

}



/*ヘッダーの設定*/



#header{

	position:relative;

	border-top:4px #4E3F30 solid;

	color:#555;

}



#header .image{

	width:980px;

	height:300px;

	margin:0 auto;

	background-image:url(../images/header.jpg);

}



#header .inner{

	position:absolute;

	top:0;

	width:500px;

	background-color:rgba(255,255,255,0.6);

}



/*#header .logo{

	width:960px;

	margin:0 auto;

}*/



#header h1{

	font-size:24px;

	line-height:1.8em;

	display:inline;

	padding-left:10px;

}

	

#header h2{

	font-size:14px;

	padding:5px;

	display:inline;

}



/*コンテナの設定*/



#cont{

	width:980px;

	margin:20px auto;

	overflow:hidden;

	zoom:1;

}



/*サイドコンテンツの設定*/	

	

#side{

	float:left;

	width:215px;

	background-color:rgba(248,244,228,0.6);

	border:1px #4E3F30 dotted;

	padding:10px;

}





#side h2{

	font-size:18px;

	color:#fff;

	text-shadow: 0px 0px 2px #333333;

	padding:0 10px 5px 15px;

}



#side h3{

	font-size:14px;

	color:#999;

	padding:5px 10px 0 15px;

}



#side p{

	font-size:12px;

	color:#999;

	padding:5px 20px;

	line-height:1.5em;

	margin-bottom:10px;

}



/*サイドメニューの設定*/



#side ul{

	list-style-type:none;

}



#side li{

	margin-bottom:0.4em;

	padding-left:20px;

}



#side li a:link,

#side li a:visited{

	color:#666;

	text-decoration:none;

	padding-left:8px;

	border-left:5px #4E3F30 solid;

	border-bottom:1px #4E3F30 dotted;

}



#side li a:hover,

#side li a:active{

	color:#ccc;

	text-decoration:none;

	border-left:5px #CEBFAF solid;

	border-bottom:1px #CEBFAF dotted;

}

		

/*現在位置表示のスタイル*/



#side li a.selected{

	color:#ccc;

	text-decoration:none;

	border-left:5px #CEBFAF solid;

	border-bottom:1px #CEBFAF dotted;

}



/*メインコンテンツの設定*/

	

#main{

	float:right;

	width:720px;

	background-color:rgba(254,254,235, 0.6);

	margin-left:23px;

}



#main h2{

	font-size:18px;

	line-height:1.8em;

	padding:5px 10px 0 20px;

	background:url(../images/h2.png) no-repeat 15px 10px;

	text-indent:17px;

}



#main h3{

	font-size:16px;

	padding-left:40px;

}



#main p{

	padding:0 20px 5px 45px;

}



#main .borderbox{

	width:720px;

	height:1px;

	border-top:3px #0CA5B0 solid;

	border-bottom:1px #0CA5B0 solid;

	background-color:rgba(254,254,235, 0.6);

}



/*フッターの設定*/



#footer{

	width:100%;

	background-color:#0CA5B0;

	border-top:4px #A5B3AA solid

}



#footer .navi{

	width:980px;

	height:35px;

	margin:0 auto;

}



#footer .navi ul{

	list-style:none;

	font-size:11px;

	padding-top:5px;

}



#footer .navi ul li{

	padding:0 5px;

	line-height:1.2em;

	border-left:1px #fff solid;

	display:inline;

}



#footer .navi ul li:first-child{

	border-left:none;

}	



#footer .navi ul li a:link,

#footer .navi ul li a:visited,

#footer .navi ul li a:hover,

#footer .navi ul li a:active{

	color:#fff;

	text-decoration:none;

}



/*コピーライトの設定*/



#copyright{

	color:#fff;

	background-color:#4E3F30;

	width:100%;

	font-size:10px;

	text-align:center;

	height:15px;

	line-height:1.5em;

}



/* ---------------------------------------------------------------------- */



/*サイトマップの設定*/



.sitemap{

}



.sitemap ul{

	list-style-type:none;

	padding:10px 20px 20px 30px;

}



.sitemap a:link{

	color:#424242;

	text-decoration:none;

	display:block;

	margin-bottom:0.4em;

	text-indent:10px;

	border-left:5px #0CA5B0 solid;

	border-bottom:1px #0CA5B0 dotted;

}



.sitemap a:visited{

	color:#551a8b;

	text-decoration:none;

	display:block;

	margin-bottom:0.4em;

	text-indent:10px;

	border-left:5px #551a8b solid;

	border-bottom:1px #551a8b dotted;

}



.sitemap a:hover{

	color:#ccc;

	text-decoration:none;

	display:block;

	margin-bottom:0.4em;

	text-indent:10px;

	border-left:5px #C1F6FA solid;

	border-bottom:1px #C1F6FA dotted;

}



.sitemap a:active{

	color:#999;

	text-decoration:none;

	display:block;

	margin-bottom:0.4em;

	text-indent:10px;

	border-left:5px #C1F6FA solid;

	border-bottom:1px #C1F6FA dotted;

}

