@charset "shift_jis";
/* CSS Document */

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	width: 225px; /*width of featured content slider*/
	height: 158px;
}

.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;
	background: white;
	width: 225px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	text-align: center;
	margin-left: 11px;
	margin-right: 10px;
}

.pagination a{
	text-decoration: none;
	color: #00007D;
	background: white;
	height: 50px;
	width: 203px;
	float: left;
	margin-top: 5px;
}

.pagination a:hover, .pagination a.selected{
	color: #000;
	background-color: #FFFF00;
	height: 50px;
	width: 203px;
}

.prev{

}


/* menu */

#menu {
	height: 492px;
	width: 225px;
	background-image: url(/img/menu/bg_menu2.gif);
	background-repeat: no-repeat;
}
#top_melma {
	height: 70px;
	width: 215px;
	background-image: url(/img/menu/top_melma.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 10px;
}
#top_melma div {
	width: 140px;
	font-size: 10px;
	line-height: 10px;
	padding-bottom: 3px;
}
#top_address {
	width: 132px;
	font-size: 12px;
}
