@charset "UTF-8";

/* ------------------------------------------- CSS Information
 File Name:      menu.css
 Author:         Real Needs Creates
 Style Info:     Setting for menu.html, pricerlst.html, coupon.html
 Date:			 20101025
----------------------------------------------------------- */


/* menu.html, pricelist.html, coupon.html
===================================================================== */

#main{
	width:580px;
	float:left;
	padding:0 0 0 20px;
}

#sub{
	width:150px;
	padding:0 20px 0 0;
	float:right;
}

/* sub navigation Setting */
#navigation{
	width:150px;
}

#navigation ul{
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #F2F2F2;
}

#navigation li{
	margin:0;
	padding:4px 0;
	font-size:95%;
	font-family:Arial, Helvetica, sans-serif;
	line-height:250%;
	text-align:center;
	border-bottom:1px solid #F2F2F2;
	text-transform:uppercase; /* Small letter to Capital letter */
}

#navigation a{
	display:block;
	width:150px !important; /* for Win IE */
	color:#333333;
	text-decoration:none;
}

#navigation a:hover {
	color:#af877b;
}

#navigation a:visited {
	color:#999999;
}

#navigation li.naviMenu, 
#navigation li.naviPricelist {
	background-image:url(../menu/images/navi_bg.gif);
	background-repeat:repeat-x;
	background-position:left center;
	text-transform:none;
}



/* menu.html
===================================================================== */

.M3D_inner{
	background-image:url(../menu/images/M3D_bg2.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	min-height:640px;
}

/* Win IE under 6, Mac IE4,5 */
* html.M3D_inner{
	height:640px;
}

.M3D_inner h4{
	text-indent:-9999px;
	margin:0;
	padding:0;
}

.M3D_inner p{
	line-height:250%;
	padding-bottom:40px;
}



/* pricelist.html
===================================================================== */

.pricelist_inner{
	width:560px;
}

/* h4 Setting
----------------------------------------------------------------- */

.pricelist_inner h4{
	color:#FFFFFF;
	text-align:right;
	font-size:80%;
	border-left:4px solid #af877b;
	border-bottom:1px solid #666666;
	margin:0;
	height:29px;
	background-repeat:no-repeat;
	background-position:left top;
}

.pricelist_inner h4 a{
	color:#FFFFFF;
}

.menu_cut{
	background-image:url(../menu/images/th_cut.gif);
}

.menu_color{
	background-image:url(../menu/images/th_color.gif);
}

.menu_perm{
	background-image:url(../menu/images/th_perm.gif);
}

.menu_straightPerm{
	background-image:url(../menu/images/th_straightPerm.gif);
}

.menu_relax{
	background-image:url(../menu/images/th_relaxation.gif);
}

.menu_option{
	background-image:url(../menu/images/th_option.gif);
}

.menu_M3D{
	background-image:url(../menu/images/th_M3D.gif);
}


/* Pricelist table Setting
----------------------------------------------------------------- */

.pricelist_inner table{
	border-collapse:collapse;
	margin:10px 0 30px 0;
	padding:0;
	width:560px;
}

.pricelist_inner th{
	border-bottom:1px dashed #CCCCCC;
	padding:0.5em 1em;
	font-size:110%;
	color:#663300;
	font-weight:normal;
	width:450px;
}

.pricelist_inner th a{
	color:#CC6699;
}

.pricelist_inner table p{
	font-size:90%;
	line-height:170%;
}

.pricelist_inner td{
	border-bottom:1px dashed #CCCCCC;
	padding:0.4em 1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}



/* coupon.html
===================================================================== */

.coupon_inner{
	width:560px;
}

.coupon_inner p{
	line-height:200%;
}

/* Beauty botton
----------------------------------------------------------------- */
ul#beauty{
	padding:0;
	list-style:none;
	height:90px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 67px;
}

li#beautyTsujido, li#beautyChigasaki, li#beautyKugenuma {
	width:135px;
	height:73px;
	padding:0;
	float:left;
}

li#beautyTsujido, li#beautyChigasaki{
	padding-right:10px;
}

li#beautyTsujido a, 
li#beautyChigasaki a,
li#beautyKugenuma a {
	width:135px;	/* Win IE6 */
	height:73px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none;/*	outline:none;*/ 
}

/* button "Beauty TSUJIDO" Image at link Setting */
li#beautyTsujido a{
	background-image:url(../menu/images/beauty_tsujido.gif);
	background-repeat:no-repeat;
	background-position:0 -73px;
}

li#beautyTsujido a:link, 
li#beautyTsujido a:visited{
	background-image:url(../menu/images/beauty_tsujido.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* button "Coupon LiNK TSUJIDO" Image at hover Setting */
li#beautyTsujido a:hover, 
li#beautyTsujido a:active{
	background-image:url(../menu/images/beauty_tsujido.gif);
	background-repeat:no-repeat;
	background-position:0 -73px;
}

/* button "Beauty CHIGASAKI" Image at link Setting */
li#beautyChigasaki a{
	background-image:url(../menu/images/beauty_chigasaki.gif);
	background-repeat:no-repeat;
	background-position:0 -73px;
}

li#beautyChigasaki a:link, 
li#beautyChigasaki a:visited{
	background-image:url(../menu/images/beauty_chigasaki.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* button "Coupon LiNK TSUJIDO" Image at hover Setting */
li#beautyChigasaki a:hover, 
li#beautyChigasaki a:active{
	background-image:url(../menu/images/beauty_chigasaki.gif);
	background-repeat:no-repeat;
	background-position:0 -73px;
}


/* button "Coupon LiNK KUGENUMA" Image at link Setting */
li#beautyKugenuma a{
	background-image:url(../menu/images/beauty_kugenuma.gif);
	background-repeat:no-repeat;
	background-position:0 -73px;
}

li#beautyKugenuma a:link, 
li#beautyKugenuma a:visited{
	background-image:url(../menu/images/beauty_kugenuma.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* button "Coupon LiNK KUGENUMA" Image at hover Setting */
li#beautyKugenuma a:hover, 
li#beautyKugenuma a:active{
	background-image:url(../menu/images/beauty_kugenuma.gif);
	background-repeat:no-repeat;
	background-position:0 -73px;
}

/* print botton Setting */
ul#print{
	padding:0;
	list-style:none;
	height:120px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 67px;
}

li#printTsujido,
li#printChigasaki, 
li#printKugenuma {
	width:135px;
	height:90px;
	padding:0;
	float:left;
}

li#printTsujido,
li#printChigasaki{
	padding-right:10px;
}

li#printTsujido a, 
li#printChigasaki a,
li#printKugenuma a {
	width:135px;	/* Win IE6 */
	height:90px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	display: block;
	text-decoration: none; 
/*	outline:none;*/ 
}

/* button "Coupon LiNK TSUJIDO" Image at link Setting */
li#printTsujido a{
	background-image:url(../menu/images/coupon_tsujido2.gif);
	background-repeat:no-repeat;
	background-position:0 -90px;
}

li#printTsujido a:link, 
li#printTsujido a:visited{
	background-image:url(../menu/images/coupon_tsujido2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* button "Coupon LiNK TSUJIDO" Image at hover Setting */
li#printTsujido a:hover, 
li#printTsujido a:active{
	background-image:url(../menu/images/coupon_tsujido2.gif);
	background-repeat:no-repeat;
	background-position:0 -90px;
}

/* button "Coupon LiNK CHIGASAKI" Image at link Setting */
li#printChigasaki a{
	background-image:url(../menu/images/coupon_chigasaki2.gif);
	background-repeat:no-repeat;
	background-position:0 -90px;
}

li#printChigasaki a:link, 
li#printChigasaki a:visited{
	background-image:url(../menu/images/coupon_chigasaki2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* button "Coupon LiNK CHIGASAKI" Image at hover Setting */
li#printChigasaki a:hover, 
li#printChigasaki a:active{
	background-image:url(../menu/images/coupon_chigasaki2.gif);
	background-repeat:no-repeat;
	background-position:0 -90px;
}

/* button "Coupon LiNK KUGENUMA" Image at link Setting */
li#printKugenuma a{
	background-image:url(../menu/images/couponKugenuma2.gif);
	background-repeat:no-repeat;
	background-position:0 -90px;
}

li#printKugenuma a:link, 
li#printKugenuma a:visited{
	background-image:url(../menu/images/couponKugenuma2.gif);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* button "Coupon LiNK KUGENUMA" Image at hover Setting */
li#printKugenuma a:hover, 
li#printKugenuma a:active{
	background-image:url(../menu/images/couponKugenuma2.gif);
	background-repeat:no-repeat;
	background-position:0 -90px;
}

