/******** wrapperの指定 ********/
#wrapper {
	width: 871px;
	margin: 25px auto;
}

/******** contentsの指定 ********/
*html div#container { /*IE6用のハック*/
	width: 871px;
	height: 489px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	text-align: left;
	border-top: 1px solid #B04F00;
	border-bottom: 1px solid #B04F00;
}
#container {
	width: 871px;
	height: 489px;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: left;
	border-top: 1px solid #B04F00;
	border-bottom: 1px solid #B04F00;
}

/******** title,main image, news area の指定 ********/
#title {
	padding: 0px;
	float: right;
	width: 241px;
	background: #000000 url(../images/title.gif);
	margin: 0px;
	height: 489px;
	text-indent: -9999px;
}
#main_image,#news_area {
	padding: 0px;
	float: right;
	width: 208px;
	height: 489px;
	background: #000000;
	margin: 0px 5px 0px 0px;
}
#news_area {
	text-align: left;
	color: #FFFFFF;
	background: url(../images/top_event.jpg) no-repeat left top;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#news_area .news_contents {
	margin: 380px 23px 10px;
}
.news_contents {
	padding: 2px;
	height: 75px;
	overflow: auto;
	scrollbar-track-color:#2c2350;
	scrollbar-3dlight-color:#5e4bab;
	scrollbar-darkshadow-color:#2c2350;
	scrollbar-face-color:#2c2350;
	scrollbar-highlight-color:#2c2350;
	scrollbar-shadow-color:#5e4bab;
	scrollbar-arrow-color:#5e4bab;
}


#main_image {
	background: url(../images/top_history.jpg);
	text-indent: -9999px;
}


/******** menu の指定 ********/

#menu_area {
	float: right;
	width: 199px;
	margin: 0px 5px 0px 0px;
}
#menu {
	margin: 0px;
	padding: 0px;
	width: 199px;
}


#menu_r,#menu_l {
	float: right;
	width: 97px;
	margin: 0px;
	padding: 0px;
	border-style: none;
}
#menu_l {
	float: left;
}
#menu a {
	text-decoration: none;
	display: block;
	margin: 0px 0px 5px;
	width: 97px;
	height: 91px;
	padding: 0px;
	overflow:hidden;
}
#menu li {
	text-indent: -9999px;
}
.menu_food {
	background: url(../images/menu_food.gif) no-repeat left top;
}
.menu_goods {
	background: url(../images/menu_goods.gif) no-repeat left top;
}
.menu_life {
	background: url(../images/menu_life.gif) no-repeat left top;
}
.menu_map {
	background: url(../images/menu_map.gif) no-repeat left top;
}
.menu_restraunt {
	background: url(../images/menu_restraunt.gif) no-repeat left top;
}
.menu_other {
	background: url(../images/menu_other.gif) no-repeat left top;
}
.menu_fashion {
	background: url(../images/menu_fashion.gif) no-repeat left top;
}
.menu_event {
	background: url(../images/menu_event.gif) no-repeat left top;
}

*html div#news_banner { /*IE6用のハック*/
	border: 1px solid #748E9C;
	margin: -16px 0px 0px 0px;
	padding: 5px;
	clear: both;
	height: 90px;
	overflow: auto;
}
#news_banner {
	border: 1px solid #748E9C;
	margin: 0px;
	padding: 5px;
	clear: both;
	height: 90px;
	overflow: auto;
	scrollbar-track-color:#000000;
	scrollbar-3dlight-color:#748E9C;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#748E9C;
	scrollbar-arrow-color:#748E9C;
}

/******** フッタ の指定 ********/

#footer {
	padding: 5px 10px 5px 0px;
	clear: both;
	width: 861px;
	text-align: right;
	letter-spacing: 0.1em;
	font: bold 110% "Times New Roman", Times, serif;
}
