@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:url(../images/agsquare.png) repeat;
}

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

/*ヘッダーの設定*/

#header{
	width:100%;
	border-top:4px #F8F4E4 solid;
}

#header .box{	
	width:960px;
	margin:0 auto;
	padding:20px 10px;
}


#header h1{
	font-size:26px;
	line-height:1.8em;
	border-top:5px #4b4b4b solid;
	border-bottom:5px #4b4b4b solid;
	display:inline;
}

#header h2{
	font-size:14px;
	font-weight:normal;
	
}

/*コンテナの設定*/

#cont{
	width:980px;
	margin:0 auto;
	background-color:#FEFEEB;
	overflow:hidden;
	zoom:1;
	position:relative;
	z-index:3;
}

#boxshadow{
	width:980px;
	margin:0 auto;
	box-shadow:rgba(204, 204, 204, 0.65098) 0px 0px 2px 3px;
	-webkit-box-shadow:rgba(204, 204, 204, 0.65098) 0px 0px 2px 3px;
	-moz-box-shadow:rgba(204, 204, 204, 0.65098) 0px 0px 2px 3px;
	z-index:1;
}

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

#navi{
background: rgb(255,255,255);

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(254,254,235,1) 50%, rgba(248,244,228,1) 100%);

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(254,254,235,1)), color-stop(100%,rgba(248,244,228,1)));

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,235,1) 50%,rgba(248,244,228,1) 100%);

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,235,1) 50%,rgba(248,244,228,1) 100%);

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(254,254,235,1) 50%,rgba(248,244,228,1) 100%);

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(254,254,235,1) 50%,rgba(248,244,228,1) 100%);

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

}

#navi ul{
	width:980px;
	list-style-type:none;
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	overflow:hidden;
}

#navi li{
	float:left;
	/*width:162px;*/
	/*line-height:1.8em;*/
	border-right:1px #e0e0e0 solid;
}

/*#navi li:last-child{
	border-right:none;
}*/

#navi a:link,
#navi a:visited{
	color:#666;
	text-decoration:none;
	border-bottom:3px #A5B3AA solid;
	display:block;
	padding-left:5px;
	padding-right:5px;
	/*height:35px;*/
	/*padding-top:8px;*/
}

#navi a:hover{
	color:#ccc;
	text-decoration:none;
	border-bottom:3px #0CA5B0 solid;
}

#navi a:active{
	color:#999;
	text-decoration:none;
}

/*現在位置表示*/

#navi a.selected{
	color:#ccc;
	text-decoration:none;
	border-bottom:3px #0CA5B0 solid;
}

/*画像領域の設定*/

#topimage{
	width:930px;
	height:300px;
	margin:20px auto;
	background-image:url(../images/topimage.jpg);
}

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

#main{
	width:660px;
	height:auto;
	margin:0 20px 30px 25px;
	float:left;
}

#main h2{
	font-size:18px;
	border-bottom:2px #0CA5B0 solid;
}

#main p{
	padding:5px;
}

/*mainにul,olが出てきたら*/

.padding{
	padding-left:40px;
}

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

#sub{
	width:210px;
	height:auto;
	margin:0 25px 30px 0;
	background-color:#f0f0f0;
	float:right;
	padding:10px 20px;
}

#sub h2{
	font-size:16px;
	font-weight:normal;
	text-align:center;
	color:#ccc;
	text-shadow:
	1px 1px 0px #3b3b3b,
	2px 2px 0px #A5B3AA;
}         

#sub h3{
	font-size:14px;
	font-weight:normal;
	padding:5px 0;
}

#sub a:link,
#sub a:visited{
	color:#424242;
}

#sub a:hover{
	color:#ccc;
}

#sub a:active{
	color:#999;
	text-decoration:none;
}

#sub p{
	font-size:12px;
	padding:0 5px;
}

/*フッターの設定*/

#footer{
	width:100%;
	height:55px;
	background-color:#0CA5B0;
	position:absolute;
	bottom:-35px;
	z-index:2;
}

#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:#4E3F30;
	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 5px;
}

.sitemap a:link{
	color:#4b4b4b;
	text-decoration:none;
	display:block;
	margin-bottom:0.4em;
	text-indent:10px;
	border-left:5px #A5B3AA solid;
	border-bottom:1px #A5B3AA 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 #0CA5B0 solid;
	border-bottom:1px #0CA5B0 dotted;
}

.sitemap a:active{
	color:#999;
	text-decoration:none;
	display:block;
	margin-bottom:0.4em;
	text-indent:10px;
	border-left:5px #0CA5B0 solid;
	border-bottom:1px #0CA5B0 dotted;
}

