@charset "utf-8";
/* CSS Document */

/* =================================
 top_Nav
======================================= */
#top_Nav {
	width: 750px;
	height: 550px;
	margin: 0 auto;
	padding: 0;
}
#top_Nav2 {
	width: 750px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
}
#top_Nav ul,#top_Nav2 ul {
	margin: 0;
	padding: 0;
}
#top_Nav li a span ,#top_Nav2 li a span {
	display: none;
}
#top_Nav li,#top_Nav2 li {
	float: left;
}
/* *********** 各店 ENTER ************* */
/* enter_yao */
.enter_yao a {
	display: block;
	width: 375px;
	height: 275px;
	background-image: url(../../images/enter_yao.jpg);
	background-repeat: no-repeat;
}
.enter_yao a:hover {
	background-image: url(../../images/f2/enter_yao.jpg);
	background-repeat: no-repeat;
}
/* enter_fukushima */
.enter_fukushima a {
	display: block;
	width: 375px;
	height: 275px;
	background-image: url(../../images/enter_fukushima.jpg);
	background-repeat: no-repeat;
}
.enter_fukushima a:hover {
	background-image: url(../../images/f2/enter_fukushima.jpg);
	background-repeat: no-repeat;
}
/* enter_relax */
.enter_relax a {
	display: block;
	width: 375px;
	height: 275px;
	background-image: url(../../images/enter_relax.jpg);
	background-repeat: no-repeat;
}
.enter_relax a:hover {
	background-image: url(../../images/f2/enter_relax.jpg);
	background-repeat: no-repeat;
}
/* enter_mens */
.enter_mens a {
	display: block;
	width: 375px;
	height: 275px;
	background-image: url(../../images/enter_mens.jpg);
	background-repeat: no-repeat;
}
.enter_mens a:hover {
	background-image: url(../../images/f2/enter_mens.jpg);
	background-repeat: no-repeat;
}







/* *********** 共通メニュー ************* */
/* b_site_top */
.b_site_top a {
	display: block;
	width: 187px;
	height: 25px;
	margin-top: 0;
	background-image: url(../../images/b_site_top.jpg);
	background-repeat: no-repeat;
}
.b_site_top a:hover {
	background-image: url(../../images/f2/b_site_top.jpg);
	background-repeat: no-repeat;
}
/* b_beginner */
.b_beginner a {
	display: block;
	width: 189px;
	height: 25px;
	margin-top: 0;
	background-image: url(../../images/b_beginner.jpg);
	background-repeat: no-repeat;
}
.b_beginner a:hover {
	background-image: url(../../images/f2/b_beginner.jpg);
	background-repeat: no-repeat;
}
/* b_recom */
.b_recom a {
	display: block;
	width: 191px;
	height: 25px;
	margin-top: 0;
	background-image: url(../../images/b_recom.jpg);
	background-repeat: no-repeat;
}
.b_recom a:hover {
	background-image: url(../../images/f2/b_recom.jpg);
	background-repeat: no-repeat;
}
/* b_link */
.b_link a {
	display: block;
	width: 183px;
	height: 25px;
		margin-top: 0;

	background-image: url(../../images/b_link.jpg);
	background-repeat: no-repeat;
}
.b_link a:hover {
	background-image: url(../../images/f2/b_link.jpg);
	background-repeat: no-repeat;
}
/* =================================
	top_contents
======================================= */
#top_contents {
 clear: both;
	width: 750px;
	height: 315px;
	margin: 0 auto;
	background-image: url(../../images/bg_topmain.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/* =================================
	information
======================================= */
#information {
	position: relative;
	top: 5em;
	left: 11em;
}
#information dl {
	margin: 0;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
	width: 330px;
 height: 120px;
 overflow: auto;
}
#information dt {
	font-size: 80%;
	color: #FFF;
	font-family: "MS UI Gothic";
	padding-top: 0.5em;
	padding-left: 1.5em;
	background-image: url(../../images/sq1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	border-bottom-width: 1px;
}
#information dd {
	font-size: 70%;
	line-height: 1.5;
	color: #FFF;
	padding-top: 5px;
	margin-left: 10px;
	padding-bottom: 10px;
}

#information dd a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dotted #FFF;
}
