@charset "UTF-8";
/* CSS Document */

/*========== contents ==========*/
#contents {
	width: 980px;
	margin:0 auto;
}
#contents h1 {
	text-align:left;
	margin:20px 0;
}
#contents p {
	margin-bottom:20px;
}

/* sub contents */
.sub_contents {
	width: 480px;
	text-align:left;
	margin-bottom:20px;
	margin-right:20px;
	float:left;
}
.sub_contents h2{
	font-size: 14px;
	color: #FFF;
	background-image:url(../images/h2_back_480.jpg);
	width: 460px;
	height: 14px;
	margin-bottom: 10px;
	clear: both;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 20px;
}
.last {
	margin-right: 0;
}

/* table */
table,th,td {
	font-size:14px;
	font-weight:bold;
	border: 1px dashed #999;
}
table {
	width:100%;
	margin-bottom:20px;
}
th,td {
	padding:5px 20px;
}
td.menu_name {
	width:75%;
	color:#66C;
}
td.price_nail {
	width:25%;
	background-color:#EFF3FF;
}
td.price_eyelash {
	width:25%;
	background-color:#FFF2FF;
}
.note {
	color: #666;
	font-size:12px;
	font-weight:normal;
	line-height:1.5em;
}
