/* overall setting */
body{
	background-image: url(./imgs/back.gif);
	background-repeat: repeat;
	color: #000000;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	margin: 0px;
	padding: 0px;
}


/* tag settings */
p{
	margin: 0px 10px;
	padding: 0px;
}

h2{
	color: #ff0099;
	margin-top: 10px;
	padding-left: 10px;
	border-left: 5px solid #ff0099;
}

h3{
	font-size: 1.0em;
	color: #ff0099;
	border-bottom: 1px dotted #ffffff;
}

h4{
	font-size: 1.0em;
	color: #ee6666;
	margin: 10px 0px 5px 0px;
	border-bottom: 1px dotted #ffffff;
}

h5{
	font-size: 1.0em;
	color: #333333;
	margin: 20px 0px 5px 0px;
	padding-left: 5px;
	border-left: 5px solid #cccccc;
}

h6{
	font-size: 0.9em;
	color: #666666;
	margin: 5px 10px 5px 10px;
}

p+h2,p+h3,h6+h2{
	margin-top: 50px;
}

p+h5,div+h5,h4+h5{
	margin-top: 30px;
}

a:link {
	color: #0000ff;
	text-decoration: none;

}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #ff0066;
	text-decoration: underline;

}

a:active {
	color: #ff0033;
}

img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

ul{
	list-style-type: none;
	padding: 0px;
}

li{
	margin: 2px 10px;
}


/* class settings */
.pink{
	color: #ff0099;
}

div.box{
	width: 230px;
	margin: 0px 20px;
	float: left;
}

div.spacer{
	clear: both;
}

div.salon-box{
	width: 129px;
	height: 149px;
	background-color: #ffeeee;
	margin: 5px;
	padding-top: 10px;
	text-align: center;
	font-size: 0.9em;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	float: left;
}



/* id settings */
#shadow{
	width: 660px;
	background-color: #ffffff;
	background-image: url(./imgs/shadow.gif);
	background-repeat: repeat-y;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#base{
	width: 650px;
	background-color: #ffcccc;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#header{
	width: 650px;
	height: 13px;
	background-color: #ff0099;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
}

#top-image{
	width: 650px;
	height: 436px;
	background-image: url(./imgs/topImage.png);
	background-color: #000000;
}

#sub-image{
	width: 650px;
	height: 90px;
	background-image: url(./imgs/sub-topImage.png);
	background-color: #000000;
}

#shopname{
	width: 650px;
	height: 35px;
	background-color: #ff0099;
	background-image: url(./imgs/village-logo.png);
	color: #ffffff;
	text-align: center;
}

#main{
	width: 650px;
	background-color: #ffcccc;
	position: relative;
}

#contents{
	width: 600px;
	background-color: #ffffff;
	font-size: 0.8em;
	margin: 25px;
}

#sub-contents{
	width: 600px;
	background-color: #ffffff;
	font-size: 0.8em;
	margin: 25px;
}

#menu{
	width: 150px;
	height: 260px;
	background-color: #ff74a7;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
}

#first-box{
	width: 450px;
	background-color: #fffff;
	text-align: center;
	float: right;
}

#first-sub-box{
	width: 420px;
	text-align: left;
	float: right;
}

#top-movie{
	width: 253px;
	height: 190px;
	margin-left: auto;
	margin-right: auto;
}

#second-box{
	width: 450px;
	float: right;
}

#cute{
	width: 150px;
	background-color: #ffffff;
	float: left;
}

#fee{
	color: #ff6666;
	font-size: 2.0em;
}

#footer{
	width: 650px;
	background-color: #ff0099;	
	color: #ffffff;
	font-size: 0.7em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* menu bar settings */
#menu-top{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-top1.gif);
	position: absolute;
	top: 40px;
	left: 6px;
}
#menu-top:hover{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-top2.gif);
	position: absolute;
	top: 40px;
	left: 6px;
}

#menu-salonmenu{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-salonmenu1.gif);
	position: absolute;
	top: 90px;
	left: 6px;
}
#menu-salonmenu:hover{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-salonmenu2.gif);
	position: absolute;
	top: 90px;
	left: 6px;
}

#menu-cosme{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-cosme1.gif);
	position: absolute;
	top: 130px;
	left: 6px;
}
#menu-cosme:hover{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-cosme2.gif);
	position: absolute;
	top: 130px;
	left: 6px;
}

#menu-access{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-access1.gif);
	position: absolute;
	top: 170px;
	left: 6px;
}
#menu-access:hover{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-access2.gif);
	position: absolute;
	top: 170px;
	left: 6px;
}

#menu-blog{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-blog1.gif);
	position: absolute;
	top: 210px;
	left: 6px;
}
#menu-blog:hover{
	width: 139px;
	height: 36px;
	background-image: url(./imgs/menu-blog2.gif);
	position: absolute;
	top: 210px;
	left: 6px;
}


/* for IE6 */

* html body{
 text-align: center;
}

* html #base,
* html #main{
 text-align: left;
}
