@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/lightpaperfibers.png) repeat;

}



/*ラップの設定*/

#wrap{

	width:100%;

	margin:0 auto;

	position:relative;

    z-index:0;

	border-top:6px #B3D8DF solid;

}



/*ヘッダーの設定*/



#header{

	position:relative;

	width:100%;

	margin:0 auto;

	color:#fff;

	border-top:3px #DBF5F3 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(133,133,133,0.8);

}



#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:rgba(255,255,255,0.8);

	position:relative;

	z-index:2;

	overflow:hidden;

	zoom:1;

}



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



#main{

	float:left;

	width:640px;

	padding:5px 10px;

	background-color:#fff;

}



#main h2{

	font-size:18px;

	padding:5px;

	line-height:1.2em;

	border-left:6px #ffb67b solid;

	border-bottom:1px #ffb67b solid;

}



#main p{

	padding:5px 15px;

}



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



#side{

	float:right;

	width:253px;

	margin-left:25px;

	border:1px #6ADBD8 dashed;

	background-color:#fff;

}

	

#side h2{

	font-size:16px;

	color: #ccc;

	text-shadow:

   1px  1px 0px #fff,

  -1px -1px 1px #999;	

  	padding-top:10px;

	text-align:center;

}



#side h3{

	font-size:15px;

	color:#999;

	text-align:center;

	border-bottom:1px #ccc solid;

	margin: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:10px;

	display:block;

	border-left:5px #6ADBD8 solid;

}



#side li a:hover,

#side li a:active{

	color:#fff;

	text-decoration:none;

	background: -moz-linear-gradient(left,  rgba(255,182,123,1) 0%, rgba(255,255,255,0) 100%);



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



	background: -webkit-linear-gradient(left,  rgba(255,182,123,1) 0%,rgba(255,255,255,0) 100%);



	background: -o-linear-gradient(left,  rgba(255,182,123,1) 0%,rgba(255,255,255,0) 100%);



	background: -ms-linear-gradient(left,  rgba(255,182,123,1) 0%,rgba(255,255,255,0) 100%);



	background: linear-gradient(to right,  rgba(255,182,123,1) 0%,rgba(255,255,255,0) 100%);



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

text-shadow:

   1px  1px 0px #fff,

  -1px -1px 1px #666;

}

		

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



#side li a.selected{

	color:#fff;

	text-decoration:none;

	background: -moz-linear-gradient(left,  rgba(255,182,123,1) 0%, rgba(255,255,255,0) 100%);



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



	background: -webkit-linear-gradient(left,  rgba(255,182,123,1) 0%,rgba(255,255,255,0) 100%);



	background: -o-linear-gradient(left,  rgba(255,182,123,1) 0%,rgba(255,255,255,0) 100%);



	background: -ms-linear-gradient(left,  rgba(255,182,123,1) 0%,rgba(255,255,255,0) 100%);



	background: linear-gradient(to right,  rgba(255,182,123,1) 0%,rgba(255,255,255,0) 100%);



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

text-shadow:

   1px  1px 0px #fff,

  -1px -1px 1px #666;

}



/*フッターの設定*/



#footer{

	width:100%;

	height:55px;

	background-color:#6ADBD8;

	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:#0ABAB5;

	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 20px 20px 30px;

}



.sitemap a:link{

	color:#424242;

	text-decoration:none;

	display:block;

	margin-bottom:0.4em;

	text-indent:10px;

	border-left:5px #0ABAB5 solid;

	border-bottom:1px #0ABAB5 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 #6ADBD8 solid;

	border-bottom:1px #6ADBD8 dotted;

}



.sitemap a:active{

	color:#999;

	text-decoration:none;

	display:block;

	margin-bottom:0.4em;

	text-indent:10px;

	border-left:5px #6ADBD8 solid;

	border-bottom:1px #6ADBD8 dotted;

}

