@charset "utf-8";

/* -----------------------------------------------
CSS file
FileName:men.css
Author:ecco
UpdatedBy:who-when
----------------------------------------------- */

/* --------------
MODULE IMPORT
-------------- */

@import "module/default.css";

#menBox{
	width: 640px;
	overflow: hidden;
}
#menBox .leftBox{
	float: left;
	width: 362px;
	overflow: hidden;
}
#menBox .leftBox p{
	letter-spacing: 0;
	margin-bottom: 30px;
}

#menBox table.leftBox{
	float: left;
	width: 362px;
	overflow: hidden;
}
#menBox table.leftBox th{
	float: left;
	width: 110px;
	background: url(../images/index_dot_bg.gif) repeat-x left bottom;
	font-size: 100%;
	line-height: 1.5em;
	text-align: left;
	padding: 0 0 0.8em 10px;
}
#menBox table.leftBox td{
	float: right;
	width: 232px;
	background: url(../images/index_dot_bg.gif) repeat-x left bottom;
	font-size: 100%;
	line-height: 1.5em;
	text-align: right;
	padding: 0 0 0.8em 10px;
	margin-bottom: 10px;
}


#menBox .rightBox{
	float: right;
	width: 263px;
	overflow: hidden;
}
#menBox .rightBox ul li{
	margin-bottom: 10px;
}
#menBox .rightBox ul li.icon{
	background: url(../../eyelash/images/eyelash_icon.jpg) no-repeat center bottom;
	padding-bottom: 30px;
}

.menCon{
	clear: both;
	width: 640px;
	overflow: hidden;
	margin-bottom: 30px;
}
.menCon .leftBox{
	float: left;
	width: 360px;
}
.menCon .rightBox{
	float: right;
}
