@charset "utf-8";

#contents{
	width:952px;
	height:1150px;
	background:#ffffff;
	margin:auto;
	background-image:url(../common/img/bg_flower.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	clear:both;
}




/* ------ mainContent
-----------------------------------------------*/

#mainContent {
	width:635px;
	height:950px;
	float:right;
	margin-right:15px;
}

#mainContent p{
	color:#351d09;
}



#mainContent .mainCate{
	margin:15px auto;
}
	

	
#mainContent .mainCate p.hMenu{
	background-image:url(../img/menu/menu_back.gif);
	background-repeat:no-repeat;
	background-position: left bottom;
	margin:20px auto 10px auto;
	padding-bottom:1px;
	padding-left:35px;
	font-size:14px;
	font-weight:bold;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}


#mainContent .mainCate .nail{
	float:left;
	width:200px;
	margin-right:10px;
	margin-bottom:20px;
}


#mainContent .mainCate .nail p.hNail{
	padding:5px;
	height:35px;
	background:#cccccc;
	text-align:center;
	
}


#mainContent .mainCate .nail p.price{
	padding:5px;
	border:#cccccc 1px solid;
	text-align:center;
	}



