@charset "shift_jis";
@import url("reset.css");
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS PGothic", sans-serif;
	margin: 0;
	color: #2F2F2F;
	background-image: url(../img/back.jpg);
	background-color: #F4EEE1;
	text-align: center;
	font-size: 93%;
	line-height: 1.6;
}

body, x:-moz-any-link{
	font-size:80%;
}
/*-----------------------

	ヘッダー
	
-----------------------*/

#header{
	width:100%;
	color:#592C0C;
	border-bottom:5px solid #854833;
	padding-bottom:5px;
}

#header-inner{
	width:950px;
	height:80px;
	margin:0 auto;
	padding:5px 0;
	position:relative;
	background-image:url(../img/head-image.gif);
	background-position:center left;
	background-repeat:no-repeat;
	text-align:left;
}

#header-inner h1{
	width:400px;
	height:auto;
	position:absolute;
	top:15px;
	left:110px;
	font-size:10pt;
	line-height:0;
}

#header-inner h2{
	wdith:160px;
	height:25px;
	position:absolute;
	top:50%;
	margin-top:-14px;
	left:110px;
}

#header-inner h3{
	wdith:160px;
	height:auto;
	position:absolute;
	bottom:15px;
	left:110px;
	line-height:0;
}

#return-top{
	position: absolute;
	top: 0;
	right: 0;
}


/*-----------------------

	メニュー
	
-----------------------*/

#menu{
	width:950px;
	margin:0 auto;
}

#menu, x:-moz-any-link{
	width:955px;
}

#menu li{
	width:133px;
	height:39px;
	margin-left:3px;
	float:left;
	background-image:url(../img/link-back.gif);
	background-repeat:no-repeat;
}

#menu li:first-child{
	margin-left:0;
}

#menu a{
	width:133px;
	height:39px;
	display:block;
	position:relative;
}

#menu a:hover,
#menu .now{
	background-image:url(../img/hover-back.png);
	background-repeat:no-repeat;
}

#menu a img{
	position:absolute;
	top:50%;
	margin-top:-16px;
	left:50%;
	margin-left:-63px;
}

/*-----------------

	フッダー
	
-------------------*/


#footer{
	width:100%;
	height:30px;
	position:relative;
	background-image:url(../img/fooder-back.jpg);
	background-repeat:repeat-x;
}

#footer-inner{
	width:950px;
	height:30px;
	margin:0 auto;
	background-image:url(../img/fooder-inner-back.png);
	background-repeat:no-repeat;
	background-position:center;
}
#footer-inner img{
	position:absolute;
	left:50%;
	margin-top:-4px;
	top:50%;
	margin-left:-108px;
}

/*-----------------

	コンテンツ
	
-------------------*/

#content{
	width:954px;
	height:auto;
	position:relative;
	margin:0 auto;
}

#content-main-top{
	width:954px;
	height:115px;
	position:relative;
}

#content-main-top h4{
	width:334px;
	height:35px;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-19px;
	text-align:right;
}


#content-main{
	width:954px;
}

#content-bbs-bana{
	position:absolute;
	top:0;
	right:0;
	z-index:2000;
}

#content-main-bottom{
	background-image:url(../img/main-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:17px;
}

#content-main-inner{
	background-image:url(../img/main-back.png);
	background-repeat:repeat-y;
	padding-bottom:20px;
}

#page-top{
	width:950px;
	margin:10px auto 0 auto;
	text-align:right;
}
