/* サイドナビ */

.sidenavi {
	background: url('../images/top/sidenavi_top.jpg') no-repeat left top;
	height: 20px;
}

.sidenavibottom {
	background: url('../images/top/sidenavi_bottom.jpg') no-repeat left bottom;
	height: 20px;
}

#sidenavigation_bg {
	background: url('../images/top/sidenavi_middle.jpg') repeat-y left top;
	display:inline;
	width: 210px;
}
/* IE6用 */
*html #sidenavigation_bg ul a,#event_v,#market_v,#town_v,#town_v{
  margin-left:-15px;

}
#sidenavigation_bg ul a {
	height:36px;
	color: #3D382E;
	display: block;
	font-weight: bold;
	font-size: -9999em;
	margin:0 auto;
}
#sidenavigation_bg ul a:hover {
	height:36px;
	color: #D8D6BE;
}

.tabbed { display: inline; margin: 0; padding: 0;}

.tabbed li { width:100%; list-style: none; margin: 0 auto;}


#event a { background:url('../images/top/event_off.jpg') no-repeat center top; }

#event a:hover,#event_v {background:url('../images/top/event_on.jpg') no-repeat center top; }

#market a { background:url('../images/top/market_off.jpg') no-repeat center top; }

#market a:hover,#market_v {background:url('../images/top/market_on.jpg') no-repeat center top; }

#town a { background:url('../images/top/town_off.jpg') no-repeat center top; }

#town a:hover,#town_v {background:url('../images/top/town_on.jpg') no-repeat center top; }

#tv a { background:url('../images/top/tv_off.jpg') no-repeat center top; }

#tv a:hover,#tv_v {background:url('../images/top/tv_on.jpg') no-repeat center top; }


/*
サイドインフォ
---------------------------------------------*/
.sideinformation {
	width: 200px;
	text-align: center;
	margin-top: 5px;
	float: right;
}
