*{zoom:1;}

body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	/*font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝",serif;*/
	margin: 0px;
	padding: 0px;
	background-color:#fff;
	background-image:url(../img/bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	font-size:small;
	
}
img{
	border:0;
}

li{list-style-type:none;}

a{
	color: #554222;
	text-decoration:none;
}
a:hover{
	color:#9e7732;
	text-decoration:underline;
}

.clear{
	clear:left;
}

/*-------------------------------------------------------------------------*/

#wrap{
	width:1000px;
	min-height:900px;
	background-image:url(../img/main_bg.png);
	padding-bottom:100px;
	padding-top:10px;
	margin:0 auto;
	
}

#header{
	width:960px;
	margin:0 auto;
	position:relative;
}

#gNavi{
	width:550px;
	height:50px;
	background-image:url(../img/gNavi_bg.png);
	background-repeat:repeat-x;
	
	position:absolute;
	right:0px;
	top:20px;
}

#gNavi li{
	height:50px;
	width:103px;
	background-image:url(../img/gNavi.png);
	background-repeat:no-repeat;
	float:left;
}

#gNavi li a{
	height:50px;
	display:block;
}

.gNaviSelect{
	position:absolute;
	top:-10px;
}

/*-------------------------------------------------------------------------*/

#news{
	width:657px;
	height:260px;
	border:#b3974a 2px solid;
	margin-right:7px;
	margin-left:20px;
	padding-top:32px;
	background-image:url(../img/news_bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	float:left;
	
	}
#news .box{
	width:635px;
	height:245px;
	/*border:#fef5da 1px solid;*/
	/*background-image:url(../img/news_bg.png);
	background-position:center top;
	background-repeat:no-repeat;*/
	/*padding:35px 10px 15px;*/
	padding:0px 10px 15px;
	color:#554222;
	overflow:auto;
	


}

#news dl {
	margin:0;
	padding-top:5px;
	padding-bottom: 3px;
	border-bottom:#554222 1px dotted;
}

#news dt {
	color: #9e7732;
	font-weight: bold;
}

#news dd {
	margin:0px;
}


#pickup{
	width:290px;
	float:left;
}

#movie{
	width:290px;
	height:163px;
	margin-bottom:6px;
}

a.linkBanner img{
	margin:2px 0;
}

#link{
	width:960px;
	text-align:center;
	clear:left;
	margin:0px auto;
	padding-top:50px;
}


/*-------------------------------------------------------------------------*/
#main{
	width:960px;
	margin:0 auto;
	padding-top:10px;
	color:#554222;
}






/*-------------------------------------------------------------------------*/

#footer{
	width:100%;
	min-width:1050px;
	background-color:#fff;
	border-top:#CCC 1px solid;
	padding-top:15px;
	padding-bottom:20px;
	color:#111;
	position:relative;
	text-align:center;
}

.bannerArea{
	
}

.bannerArea img{
	margin:10px 1px;
	border:#999 1px solid;
}

