@charset "UTF-8";
/* CSS Document */


/*レイアウト*/

*{
margin:0;
padding:0;
}

html,body {
	height:100%;
	margin:0px auto;
}

body {
	color:#4b4b4b;
	font-size:14px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	background-color:#fff;
}

/*ラップの設定*/
#wrap{
	width:100%;
	margin:0 auto;
	position:relative;
    z-index:0;
}

/*ヘッダーの設定*/

#header{
	width:980px;
	margin:0 auto;
	border-top:6px #2fa977 solid;
}

#header h1{
	font-size:26px;
	padding-left:10px;
}

#header h2{
	font-size:14px;
	font-weight:normal;
	line-height:1.8em;
}


/*コンテナの設定*/

#cont{
	width:940px;
	margin:20px auto 0 auto;
	padding:20px;
	background-color:#fff;
	box-shadow:rgba(102, 102, 102, 0.4) 0px 0px 6px 3px;
	-webkit-box-shadow:rgba(102, 102, 102, 0.4) 0px 0px 6px 3px;
	-moz-box-shadow:rgba(102, 102, 102, 0.4) 0px 0px 6px 3px;
	overflow:hidden;
	position:relative;
	z-index:2;
}

/*トップ画像の設定*/

#topimage{
	width:940px;
	height:250px;
	margin:0px auto;
	background:url(../images/topimage.jpg)
}

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

#side{
	float:left;
	width:200px;
	margin-top:20px; 
}

#side h2{
	font-size:16px;
	font-weight:normal;
	line-height:1.8em;
}

#side h3{
	font-size:14px;
	font-weight:normal;
	line-height:1.6em;
	text-align:center;
	padding-top:5px;
}

#side p{
	font-size:12px;
	padding:5px 10px;
}

#side .news{
		background-color:#f0f0f0;
		border-right:1px #99d1ba solid;
		border-bottom:1px #99d1ba solid;
}

#side ul{
	list-style-type:none;
}

#side li a:link,
#side li a:visited{	
	display:block;
	line-height:2.2em;
	text-indent:10px;	background: rgb(254,254,254);
	background: -moz-linear-gradient(top,  rgba(254,254,254,1) 0%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,254,254,1)), color-stop(100%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(top,  rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to bottom,  rgba(254,254,254,1) 0%,rgba(240,240,240,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0f0f0',GradientType=0 );
	border-bottom:2px #99d1ba solid;
	text-decoration:none;
	color:#666;
}

#side li a:hover{
	text-decoration:none;
	color:#ccc;
	border-bottom:2px #e3730f solid;
}

#side li a:active{
	text-decoration:none;
	color:#99d1ba;
	border-bottom:2px #e3730f solid;
}
	
/*現在位置表示のスタイル*/

#side li a.selected{
	text-decoration:none;
	color:#ccc;
	border-bottom:2px #e3730f solid;
}

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

#main{
	float:right;
	width:724px;
	margin:20px 0 0 15px;
	background-color:#fff;
	border-right:1px #e3730f solid;
	border-bottom:1px #e3730f solid;
}

#main h2{
	padding-top:5px;
}

#main p{
	padding:5px;
}
	
/*フッターの設定*/

#footer{
	width:100%;
	height:80px;
	background-color:#2fa977;
	position:absolute;
	bottom:-60px;
	z-index:1;
}

#footer .box{
	width:980px;
	height:80px;
	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;
}

#footer p{
	font-size:11px;
	color:#fff;
	text-align:right;
	margin-top:8px;
}
	
/* ---------------------------------------------------------------------- */

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

.sitemap{
}

.sitemap ul{
	list-style-type:none;
	padding:5px 0 20px 20px;
}
	