@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/back.png) repeat #fff;

}



/*ボックスシャドウの設定*/



#boxshadow{

	width:980px;

	margin:0 auto;

	box-shadow:rgba(102, 102, 102, 0.498039) 0px 0px 5px 2px;

	-webkit-box-shadow:rgba(102, 102, 102, 0.498039) 0px 0px 5px 2px;

	-moz-box-shadow:rgba(102, 102, 102, 0.498039) 0px 0px 5px 2px;

}



/*ラップの設定*/

#wrap{

	width:100%;

	margin:0 auto;

	position:relative;

    z-index:0;

	border-top:6px #D1E751 solid;

}



/*ヘッダーの設定*/



#header{

	position:relative;

	width:980px;

	margin:0 auto;

	color:#fff;

	border-bottom:5px #4DBCE9 solid;

}



#header .image{

	width:980px;

	height:300px;

	margin:0 auto;

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

}



#header .inner{

	position:absolute;

	bottom:0;

	width:980px;

	background-color:rgba(0,0,0,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;

	border-top:5px #26ADE4 solid;

}





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



#main{

	float:left;

	width:680px;

	padding:5px 10px;

}



#main h2{

	font-size:18px;

	padding:5px;

	line-height:1.2em;

	border-left:6px #D1E751 solid;

	background: rgb(255,252,218);



	background: -moz-linear-gradient(left,  rgba(255,252,218,1) 0%, rgba(255,252,218,1) 75%, rgba(255,255,255,1) 100%);



	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,252,218,1)), color-stop(75%,rgba(255,252,218,1)), color-stop(100%,rgba(255,255,255,1)));

	

	background: -webkit-linear-gradient(left,  rgba(255,252,218,1) 0%,rgba(255,252,218,1) 75%,rgba(255,255,255,1) 100%);



	background: -o-linear-gradient(left,  rgba(255,252,218,1) 0%,rgba(255,252,218,1) 75%,rgba(255,255,255,1) 100%);



	background: -ms-linear-gradient(left,  rgba(255,252,218,1) 0%,rgba(255,252,218,1) 75%,rgba(255,255,255,1) 100%);



	background: linear-gradient(to right,  rgba(255,252,218,1) 0%,rgba(255,252,218,1) 75%,rgba(255,255,255,1) 100%);



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffcda', endColorstr='#ffffff',GradientType=1 );



}



#main p{

	padding:5px 15px;

}



.padding{

	padding-left:50px;

}



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



#side{

	float:right;

	width:213px;

	margin-left:25px;

	border:1px #26ADE4 dotted;

	background-color:#fffef4;

}

	

#side h2{

	font-size:16px;

	font-weight:normal;

	color: #fff;

	text-shadow:

  -1px -1px 0px #5c5c5c,

   1px -1px 0px #5c5c5c,

   1px  1px 0px #5c5c5c,

  -1px  1px 0px #5c5c5c;

	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;

}



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

	border-top:6px #4DBCE9 solid;

	background-color:#26ADE4;

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

	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 #26ADE4 dashed;

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

	text-indent:25px;

}



.sitemap a:hover{

	color:#ccc;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #4DBCE9 dashed;

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

	text-indent:25px;

}



.sitemap a:active{

	color:#999;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #4DBCE9 dashed;

	text-indent:25px;

}



