@charset "UTF-8";

#top_contents img {
	float:left;
	margin:2.5px;
}

#mainside ul.menu {
	display:block;
	list-style:none;
	width:300px;
	clear:both;
	overflow: hidden;
}
#mainside ul.menu li {
	float:left;
	height:30px;
	padding: 0 20px 0 0;
}
#mainside ul.menu a {
	display:block;
	height:20px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	text-indent: -1000px;
}
#mainside ul.menu .menu01 a {
	background-image: url(../img/menu01.png);
	width:32px;
}
#mainside ul.menu .menu02 a {
	background-image: url(../img/menu02.png);
	width:105px;
}
#mainside ul.menu .menu03 a {
	background-image: url(../img/menu03.png);
	width:47px;
}
#mainside ul.menu .menu04 a {
	background-image: url(../img/menu04.png);
	width:49px;
}
#mainside ul.menu .menu05 a {
	background-image: url(../img/menu05.png);
	width:71px;
}
#mainside ul.menu .menu06 a {
	background-image: url(../img/menu06.png);
	width:110px;
}
#mainside ul.menu .menu07 a {
	background-image: url(../img/menu07.png);
	width:96px;
}
#mainside ul.menu .menu08 a {
	background-image: url(../img/menu08.png);
	width:69px;
}

#mainside ul.menu .menu01 a:hover,
#mainside ul.menu .menu02 a:hover,
#mainside ul.menu .menu03 a:hover,
#mainside ul.menu .menu04 a:hover,
#mainside ul.menu .menu05 a:hover,
#mainside ul.menu .menu06 a:hover,
#mainside ul.menu .menu07 a:hover,
#mainside ul.menu .menu08 a:hover {
	background-position: 0 -20px;
}

#mainside .copyright {
	width:274px;
	background:url(../img/copyright.png);
	background-repeat: no-repeat;
	text-indent: -1000px;
	display:block;
	margin: 0 0 20px 0;
}
#mainside .mobile {
	width:210px;
	overflow: hidden;
}
#mainside .mobile img {
	float:left;
}
#mainside .mobile img.yaji {
	padding: 10px;
}
#mainside .url {
	background-repeat: no-repeat;
	text-indent: -1000px;
	width:121px;
	height:47px;
	float:left;
	background-image: url(../img/mobile.png);
	background-position: 10px 0px;
}


* html .menu01 a,
* html .menu02 a,
* html .menu03 a,
* html .menu04 a,
* html .menu05 a,
* html .menu06 a,
* html .menu07 a,
* html .menu08 a,
* html .copyright,
* html .url {
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

#mainside .info {
	color:#FFF;
	font-size:11px;
	float:left;
}

.gallery {
	width:460px;
	padding:10px;
	overflow: hidden;
}
.gallery dl {
	width:120px;
	display:block;
	float:left;
	padding: 0 0 20px 10px;
}
.gallery dd {
	margin: 0 0 0 10px;
}
.gallery  .photo {
	border-top:dotted 1px #000;
}

.haircatalog {
	width:460px;
	padding:10px 10px 100px 10px;
	overflow:hidden;
}
.nailcatalog {
	width:460px;
	padding:10px 10px 10px 10px;
	overflow:hidden;
}

.photo img {
	padding:8.5px;
	float:left;
}


.information {
	padding: 10px;
	width:460px;
	overflow: hidden;
}
.information img.map {
	float:left;
	padding: 0 10px 5px 0;
}
.information .info_box {
	background: #E1E1E1;
	border:1px solid #CCCCCC;
	margin: 2.5px 0;
	padding:2px;
	overflow: hidden;
	width: 452px;
}
.information .info_box img {
	float:left;
	padding: 0 5px 0 0;
}
.information .pickup_box {
	border-left: 3px solid #CCC;
	width: 450px;
	margin: 5px 0;
	padding: 2px 2px 2px 5px;
	display:block;
	clear:both;
}
.information .pickup_box img {
	float:right;
	padding: 0 0 0 10px;
}

.menupage {
	padding: 10px 10px 100px 10px;
	overflow: hidden;
}

.menupage dl.hair {
	float:left;
	width:230px;
	display:block;
	margin: 5px 0;
}
.menupage dl.hair dt {
	width:100px;
	float:left;
	padding: 2px 0;
}
.menupage dl.hair dd {
	width:130px;
	float:left;
	padding: 2px 0;
}
.menupage dl.nail {
	width:450px;
	clear:both;
	display:block;
	padding: 0 0 0 10px;
}
.menupage dl.nail dt {
	float:left;
	clear:right;
	padding:0;
	margin:0;
	width:300px;
}
.menupage dl.nail dd {
	float:left;
	clear:right;
	padding:0;
	margin:0;
	width:150px;
}

.staff {
	width:460px;
	margin: 5px auto;
	overflow:hidden;
	border-bottom: dotted 1px #666;
}

.staff img {
	float:left;
	padding: 5px 10px 5px 0;
}
.staff ul {
	float:left;
	display:block;
	padding: 0 0 0 10px;
	line-height:1.2;
	list-style:none;
}
.staff ul.leftbox {
	width:140px;
}
.staff ul.rightbox {
	width:200px;
}

.staff ul small {
	font-size:10px;
	color:#666;
}