@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/background.png) repeat-x #E9E9E9;

}



/*ラップの設定*/

#wrap{

	width:100%;

	margin:0 auto;

	position:relative;

    z-index:0;

}



/*ヘッダーの設定*/



#header{

	position:relative;

	width:980px;

	margin:0 auto;

	color:#fff;

	border-top:6px #B0D9E5 solid;

}



#header .image{

	width:980px;

	height:300px;

	margin:0 auto;

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

}



#header .inner{

	position:absolute;

	top:0;

	width:980px;

	background-color:rgba(66,66,66,0.5);

}



#header h1{

	font-size:24px;

	line-height:2em;

	display:inline;

	padding:0 10px;

}



#header h2{

	font-size:14px;

	display:inline;

}



/*コンテナの設定*/



#cont{

	width:940px;

	margin:0 auto;

	padding:20px;

	background-color:#fff;

	position:relative;

	z-index:2;

	overflow:hidden;

	zoom:1;

}



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



#main{

	float:left;

	width:680px;

	padding:5px 10px;

}



#main h2{

	font-size:18px;

	padding:5px;

	line-height:1.2em;

	border-left:6px #EDC66A solid;

	border-bottom:1px #EDC66A solid;

}



#main h3{

	padding:10px 0 0 10px;

	font-size:15px;

}



#main p{

	padding:5px 15px;

}



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



#side{

	float:right;

	width:213px;

	margin-left:25px;

	border:1px #4982AA dashed;

	background-color:#f6f6f6;

}

	

#side h2{

	font-size:16px;

	color: #424242;

	text-shadow:1px 1px 0px #eee,2px 2px 0px #707070;

	padding-top:10px;

	text-align:center;

}



#side h3{

	font-size:14px;

	color:#999;

	text-align:center;

}



#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;

	padding-right:15px;

}



#side li a:link,

#side li a:visited{

	color:#666;

	text-decoration:none;

	padding-left:15px;

	display:block;

	text-indent:10px;

	background:url(../images/arrow.png) no-repeat 0 center;

}



#side li a:hover,

#side li a:active{

	color:#ccc;

	text-decoration:none;

	background:url(../images/arrow.png) no-repeat 3px center;

}

		

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



#side li a.selected{

	color:#ccc;

	text-decoration:none;

	background:url(../images/arrow.png) no-repeat 3px center;

}



	

/*フッターの設定*/



#footer{

	width:100%;

	height:55px;

	background-color:#4982AA;

	position:absolute;

	bottom:-35px;

	z-index:1;

}



#footer .box{

	width:980px;

	height:55px;

	margin:0 auto;

}

			

#footer .box ul{

	list-style:none;

	font-size:11px;

	padding-top:25px;

}



#footer .box ul li{

	padding:0 5px;

	line-height:1.2em;

	border-left:1px #FFF solid;

	display:inline;

}



#footer .box ul li:first-child{

	border-left:none;

}	



#footer .box ul li a:link,

#footer .box ul li a:visited,

#footer .box ul li a:hover,

#footer .box ul li a:active{

	color:#FFF;

	text-decoration:none;

}



#copyright{

	color:#fff;

	background-color:#70584F;

	width:100%;

	position:absolute;

	bottom:-50px;

}



#copyright .box2{

	width:980px;

	margin:0 auto;

	font-size:10px;

	text-align:right;

	height:15px;

	line-height:1.5em;

}



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



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



.sitemap{

}



.sitemap ul{

	list-style-type:none;

	padding:10px 15px;

}



.sitemap a:link{

	color:#666;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #4982AA dotted;

	background:url(../images/arrow.png) no-repeat 0 center;

	text-indent:25px;

}



.sitemap a:visited{

	color:#551a8b;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #551a8b dotted;

	text-indent:25px;

}



.sitemap a:hover{

	color:#ccc;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #B0D9E5 dotted;

	background:url(../images/arrow.png) no-repeat 3px center;

	text-indent:25px;

}



.sitemap a:active{

	color:#ccc;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #B0D9E5 dotted;

	text-indent:25px;

}

















