@charset "UTF-8";
/* CSS Document */
.menuArea{
	width:800px;
	color:white;
	margin:0 auto;
	margin-bottom:80px;
	margin-top:20px;
	position:relative;
}

.forcingMargin{
	margin-top:50px;
	margin-bottom:50px;
}

.menuWrap{
	float:left;
}

.column1{
	width:200px;
}

.column2{
	width:300px;
}

.column3{
	width:400px;
}

.column4{
	width:600px;
}


.menuTitle{
	height:135px;
	background-image:url(../img/bg/menu/menu_bg_all.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	padding-top:135px;
}
	.cut{
		width:200px;
	}
	
	.color{
		width:250px;
		margin-left:50px;
	}
	
	.perm{
		width:250px;
		margin-left:150px;
	}
	
	.treatment{
		width:350px;
		margin-left:250px;
	}
	
	
.menuListArea{
	position:absolute;
	width:300px;
	bottom:0;
}

.cutList{
	left:250px;
}

.colorList{
	left:350px;
}

.permList{
	left:450px;
}

.treatmentList{
	width:150px!important;
	left:650px;
}

.menuListArea table{
	width:100%;
}
	.menuListArea table tr td.150{
		width:150px!important;
	}
	
a.contact{
	text-decoration:none;
	color:#CCCC33;
}

a.contact:hover{
	text-decoration:underline;
}