@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-color:#F4FCE8;

}



/*ラップの設定*/



#wrap{

	width:100%;

	margin:0 auto;

	position:relative;

    z-index:0;

	border-top:6px #C3FF68 solid;

	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;

	position:relative;

    z-index:0;

}



#bordertop{

	width:100%;

	border-top:4px #87D69B solid;

}



/*ヘッダーの設定*/



#header{

	width:980px;

	position:relative;

	color:#fff;

	margin:0 auto;

}



#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(98,87,76,0.5);

}



#header .logo{

	width:960px;

	margin:0 auto;

}



#header h1{

	font-size:20px;

	border-top:1px #fff solid;

	line-height:1.8em;

}

	

#header h2{

	font-size:14px;

	padding:5px 0 0 5px;

}



/*ナビゲーションの設定*/



#navi{

	width:980px;

	margin:0 auto;

	

	background: rgb(244,252,232);



	background: -moz-linear-gradient(top,  rgba(244,252,232,1) 0%, rgba(228,249,194,1) 100%);



	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,252,232,1)), color-stop(100%,rgba(228,249,194,1)));



	background: -webkit-linear-gradient(top,  rgba(244,252,232,1) 0%,rgba(228,249,194,1) 100%);



	background: -o-linear-gradient(top,  rgba(244,252,232,1) 0%,rgba(228,249,194,1) 100%);



	background: -ms-linear-gradient(top,  rgba(244,252,232,1) 0%,rgba(228,249,194,1) 100%);



	background: linear-gradient(to bottom,  rgba(244,252,232,1) 0%,rgba(228,249,194,1) 100%);



	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4fce8', endColorstr='#e4f9c2',GradientType=0 );

}



#navi ul{

	width:980px;

	list-style-type:none;

	margin:0 auto;

	font-size:14px;

	font-weight:bold;

	text-align:center;

	overflow:hidden;

}



#navi li{

	float:left;

	border-right:1px #e0e0e0 solid;

}



#navi a:link,

#navi a:visited{

	color:#fff;

	text-decoration:none;

	display:block;

	padding-left:5px;

	padding-right:5px;

	background-color:#87D69B;

}



#navi a:hover{

	color:#fff;

	text-decoration:none;

	background-color:#C3FF68;

	text-shadow: -1px -1px 1px #ccc, 1px 1px #fff;

}



#navi a:active{

	color:#fff;

	text-decoration:none;

}



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



#navi a.selected{

	color:#fff;

	text-decoration:none;

	background-color:#C3FF68;

}



/*コンテナの設定*/



#cont{

	width:940px;

	margin:0 auto;

	padding:20px;

	background-color:#fff;

	overflow:hidden;

	zoom:1;

	position:relative;

	z-index:2;

}



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



#main{

	float:left;

	width:640px;

}



#main h2{

	font-size:18px;

	border-top:3px #4E9689 solid;

	border-left:6px #4E9689 solid;

	padding-left:5px;

}



#main p{

	padding:5px 5px 5px 20px;

}



.padding{

	padding-left:40px;

}



/*サブコンテンツの設定*/



#sub{

	float:right;

	width:240px;

	margin-left:20px;

	padding:10px 20px;

	background-color:#efefe4;

	-webkit-border-top-left-radius: 10px;

	-webkit-border-bottom-right-radius: 10px;

	-moz-border-radius-topleft: 10px;

	-moz-border-radius-bottomright: 10px;

	border-top-left-radius: 10px;

	border-bottom-right-radius: 10px;

	box-shadow:5px 5px 5px rgba(0,0,0,0.4);

}

	

#sub h2{

	font-size:16px;

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

	text-align:center;

}



#sub ul{

	list-style-type:none;

}



#sub li{

	padding-left:5px;

}



#sub li a:link,

#sub li a:visited{

	color:#666;

	font-size:15px;

}



#sub li a:hover{

	color:#ccc;

	text-decoration:none;

}



#sub li a:active{

	color:#999;

	text-decoration:none;

}



#sub p{

	font-size:13px;

	padding:0 5px 5px 10px;

}



#sub h3{

	color:#666;

	font-size:14px;

	text-align:center;

}



/*フッターの設定*/



#footer{

	width:100%;

	height:55px;

	border-top:6px #4E9689 solid;

	background-color:#7ED0D6;

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

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #4E9689 dotted;

}



.sitemap a:visited{

	color:#551a8b;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #551a8b dotted;

}



.sitemap a:hover{

	color:#ccc;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #7ED0D6 dotted;

}



.sitemap a:active{

	color:#999;

	text-decoration:none;

	display:block;

	margin-bottom:0.6em;

	text-indent:10px;

	border-bottom:1px #C3FF68 dotted;

}



	

