/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td	{
	margin: 0;	padding: 0;
}
li {
	list-style-type: none;
}

/*マップメニュー
---------------------------------------------------------*/
body {
	font-size: 13px;
}
.mapmenu{
	width: 474px;
	margin:0px;
	padding:0px;
	background-image: url(../front/map_nemu.jpg);
	background-repeat: no-repeat;
	float: left;
}

.mapmenu ul {
	height: 30px;
}

.mapmenu li{
	display:inline;
	height: 30px;
}

.mapmenu li a {
	height: 30px;
	text-indent:-9999px;
	text-decoration:none;
	float:left;
} 

/*	オフ	*/
.menu01 a{width:128px;background:url(../front/map_nemu.jpg) no-repeat 0px 0;}
.menu02 a{width:120px;background:url(../front/map_nemu.jpg) no-repeat -128px 0;}


/*	オン	*/
.menu01 a:hover,.menu01 a.on{background-position: 0px -30px;}
.menu02 a:hover,.menu02 a.on{background-position: -128px -30px;}

/*マップメニュー 　End-------------------------------------------------*/
.map{
	height: 433px;
	width: 474px;
}
.est {
	height: 393px;
	width: 430px;
	background-image: url(../front/map_esth.jpg);
	background-repeat: no-repeat;
	background-position: -20px -40px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 14px;
}
.nail {
	height: 393px;
	width: 430px;
	background-image: url(../front/map_nail.jpg);
	background-repeat: no-repeat;
	background-position: -20px -40px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 14px;
}
.map {
	color: #666666;
	margin-bottom: 0.8em;
}
.map a{
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	font-weight: bold;
}
.map a:link,a:visited{
	text-decoration: none;
	color: #cc0000;
}
.map a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #cc0000;
}
.map dl{border:1px solid #999;   
 width:430px;
} 
.map dt{
	float:left;
	width:90px;
	clear:both;
	font-weight:bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
}
.map dd{
	width:300px;
	margin-left:100px;
	padding:5px 5px 5px 10px;
}