@charset "utf-8";

/*　メニュー
------------------------------------------------------------ */

body {
    background: url(../common/images/bg_sub.jpg) left top repeat-x #0D0600;
}

#main {
	background: url(../common/images/img_menu.jpg) no-repeat;
}

* html #main h3 {
    behavior: expression(IEPNGFIX.fix(this));
} 

#main h3 {
	width: 630px;
	_width: 660px;
	height: 24px;
	_height: 30px;
	background: url(../common/images/menu_bar.png) left top no-repeat;
	margin-left: 20px;
	padding-left: 30px;
	padding-top: 6px;
	color: #EEE;
	font-weight: bold;
}

#sub {
	background: url(../common/images/menu_leftbg.jpg) left top no-repeat;
}

#gnavi {
	background: url(../common/images/bg_gnavi_menu.jpg) left top no-repeat;
}

* html .bodycare,
* html .skincare,
* html .spa,
* html .december,
* html .newmenu,
* html .bodycare_en,
* html .skincare_en,
* html .spa_en {
    behavior: expression(IEPNGFIX.fix(this));
} 

.bodycare {
    width: 700px;
	height: 35px;
	background: url(../common/images/menu_bodycare.png) left top no-repeat;
	text-indent: -9999em;
}
.skincare {
    width: 700px;
	height: 35px;
	background: url(../common/images/menu_skincare.png) left top no-repeat;
	text-indent: -9999em;
}
.spa {
    width: 700px;
	height: 35px;
	background: url(../common/images/menu_spa.png) left top no-repeat;
	text-indent: -9999em;
}
.december {
    width: 700px;
	height: 35px;
	background: url(../common/images/menu_december.png) left top no-repeat;
	text-indent: -9999em;
}
.newmenu {
    width: 700px;
	height: 35px;
	background: url(../common/images/menu_newmenu.png) left top no-repeat;
	text-indent: -9999em;
}
.bodycare_en {
    width: 700px;
	height: 35px;
	background: url(../common/images/menu_bodycare_en.png) left top no-repeat;
	text-indent: -9999em;
}
.skincare_en {
    width: 700px;
	height: 35px;
	background: url(../common/images/menu_skincare_en.png) left top no-repeat;
	text-indent: -9999em;
}

.p_01 {
    margin-left: 1em;
	padding-bottom: 5px;
}


* html .bg_gray {
    behavior: expression(IEPNGFIX.fix(this));
} 

.bg_gray {
    background: url(../common/images/bg_gray.png) repeat;
	width: 660px;
	margin-left: 20px;
}

.box_01 {
    margin-left: 1em;
	padding-top: 10px;
	padding-bottom: 5px;
}


* html .table_01 th,
* html .table_01 .td_01,
* html .table_01 .td_02,
* html .table_01 .td_03 {
    behavior: expression(IEPNGFIX.fix(this));
} 

.table_01 {
    width: 638px;
	font-size: 1em;
	margin-left: 10px;
	margin-bottom: 10px;
}
.table_01 th {
    width: 180px;
	padding: 3px 0;
	background: url(../common/images/bg_gold.png) repeat;
}
.table_01 .td_01 {
    width: 348px;
	_width: 358px;
	padding: 3px 5px;
	background: url(../common/images/bg_d_gray.png) repeat;
}
.table_01 .td_02 {
    width: 100px;
	padding: 3px 0;
	text-align: center;
	background: url(../common/images/bg_brown.png) repeat;
}
.table_01 .td_03 {
    width: 449px;
	_width: 459px;
	padding: 3px 5px;
	background: url(../common/images/bg_d_gray.png) repeat;
}

.dl_01 {
    width: 449px;
	line-height: 160%;
}
.dl_01 dt {
    width: 189px;
	_width: 269px;
	padding-left: 80px;
	float: left;
	clear: both;
}
.dl_01 dd {
    width: 100px;
	_width: 180px;
	padding-right: 80px;
	text-align: right;
	float: right;
	_clear: both;
}

.box_02 {
    width: 660px;
	margin-left: 1em;
	padding-top: 10px;
	padding-bottom: 2px;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}

.ul_01 {
    margin-left: 2em;
	padding-top: 10px;
}
.ul_01 li {
    line-height: 160%;
}
.ul_01 .li_01 {
    font-weight: bold;
	color: #FF9900;
}
.ul_01 .li_02 {
    text-indent: -1em;
	padding-left: 1em;
	padding-bottom: 1em;
}

* html .table_02 .th_01,
* html .table_02 .th_02,
* html .table_02 .td_01,
* html .table_02 .td_02 {
    behavior: expression(IEPNGFIX.fix(this));
} 

.table_02 {
    width: 638px;
	font-size: 1em;
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.table_02 .th_01 {
    width: 325px;
	_width: 335px;
	padding: 3px 5px;
	text-align: left;
	background: url(../common/images/bg_purple.png) repeat;
}
.table_02 .th_02 {
    width: 100px;
	padding: 3px 0;
	background: url(../common/images/bg_l_orange.png) repeat;
}
.table_02 .td_01 {
    width: 325px;
	_width: 335px;
	padding: 3px 5px;
	text-align: left;
	background: url(../common/images/bg_l_purple.png) repeat;
}
.table_02 .td_02 {
    width: 100px;
	padding: 3px 0;
	text-align: center;
	background: url(../common/images/bg_l_yellow.png) repeat;
}