@charset "UTF-8";

/* ***************************************************
* CSS file For jem-com.jp
	FileName: common.css
	data:2008/03/25 kinoshita

■目次 ==========================================
■[01]:ブラウザスタイル初期化
■[02]:基本テキストリンク
■[03]:大枠レイアウト
■[20]:見出し
■[30]:ヘッダー
■[40]:サイドナビ
■[50]:フッター
■[60]:ぱんくず
■[80]:レイアウト指定
■[90]:指定フォント
■[91]:指定リンク
**************************************************** */



/*-----------------------------------------------------------
■[01]:ブラウザスタイル初期化
------------------------------------------------------------*/

body, div, table, caption, th, tr, td, ul, ol, li, dl, dt, dd, form, input, textarea, p {
	font-weight: normal;
	font-style: normal;
	margin: 0 auto;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','メイリオ',Meiryo, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 18px;
}

img,table { border: none;}

img { border: 0px;}

h1,h2,h3,h4,h5,h6,p,form,ul,li,dl,dt,dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

ul { list-style: none; }

ol li {margin: 0;}

.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}


br { padding: 0px; margin: 0px;}

/*-----------------------------------------------------------
■[02]:基本テキストリンク
------------------------------------------------------------*/

/* a:link 		{ color: #666666; text-decoration: underline; }
a:visited 	{ color: #666666; text-decoration: underline; }
a:hover 	{ color: #666666; text-decoration: underline; }
 */


/*-----------------------------------------------------------
■[03]:大枠レイアウト
------------------------------------------------------------*/

div#container {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

/* これ以降Mac IE 5のみに適用される \*//*/
div#wrapper{
	margin-top : -10px;
}/* これ以降Mac IE 5以外にも適用される */

div#wrapper {
	width: 782px;
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	text-align: left;
	background: url(/img/common/bg.gif) repeat-y center;
}

div#main_td {
	padding: 4px 20px 15px 0px;
	float: right;
	margin-bottom : 20px;
	width: 586px;
}

div#main_td_TOP {
	padding: 15px 0px 15px 15px;
	background-color: #FFF;
	height: 100%;
}

/* -----------------------------------------------------------
■[20]:見出し
------------------------------------------------------------
 */

/*-----------------------------------------------------------
■[30]:ヘッダー
------------------------------------------------------------*/
div#header {
	width: 784px;
	height: 82px;
	margin: 0 auto;
}
.logo{
	padding: 8px 0px;
	float: left;
	width: 185px;
	text-align: left;
}

.header_R{
	float: right;
	width: 599px;
	text-align: right;
}


h1{
	color: #b7b5ab;
	font-size: 10px;
	padding-top: 15px;
	text-align: right;
}


.header_R  p{
	margin-top : 4px;
}


/********** --メインナビゲーション **********/
#mainNvg {
	width: 784px;
	/* height: 26px; */
	clear:both;
}

#mainNvg ul {
	list-style:none;
	border-bottom:1px solid #E6E6E6;
	border-top:1px solid #E6E6E6;
	background: url(/img/common/bg.gif) repeat-y center;
}

#mainNvg li {
	/* height: 26px; */
	display: inline;
}



/*-----------------------------------------------------------
■[40]:サイドナビ
------------------------------------------------------------*/
/* hide from IE6のみ \*/
/* * html li.snavi_skinSelect { margin-bottom : -2px; }
* html li.snavi_skin1Select { margin-bottom : -2px; }
* html li.snavi_skin2Select { margin-bottom : -2px; }
* html li.snavi_skin3Select { margin-bottom : -2px; }
* html li.snavi_skin4Select { margin-bottom : -2px; }
* html li.snavi_skin5Select { margin-bottom : -4px; }
* html li.snavi_skin6Select { margin-bottom : -2px; }
* html li.snavi_skin7Select { margin-bottom : -2px; }
* html li.snavi_skin1Select { margin-bottom : -2px; }
* html li.snavi_brand1Select { margin-bottom : -2px; }
* html li.snavi_brand2Select { margin-bottom : -2px; }
* html li.snavi_brand3Select { margin-bottom : -2px; }
* html li.snavi_brand4Select { margin-bottom : -2px; }
* html li.snavi_brand5Select { margin-bottom : -2px; }
* html li.snavi_brand6Select { margin-bottom : -2px; }
* html li.snavi_makeSelect { margin-bottom : -2px; }
* html li.snavi_dailySelect { margin-bottom : -2px; }
* html li.snavi_hairSelect { margin-bottom : -2px;  }
* html li.snavi_bodySelect { margin-bottom : -2px; }
 *//* */


#sideNvg {
	width: 155px;
	margin-right : 0px;
	border-right: 1px solid #E6E6E6;
	float: left;
	background: url(/img/common/side_image.gif) no-repeat top;
	padding-top: 93px;
}

#sideNvg ul {
	border-top: 1px solid #E6E6E6;
	padding: 0px;
	width: 155px;
	list-style:none;
}

#sideNvg li {
	width: 155px;
/* 	display:inline;
 */}

#sideNvg a {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	/* hack \*/
	overflow:hidden;
	/* end hack */
}

/***** スキンケア *****/
li.snavi_skin a 				{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_skin.gif) no-repeat; }
li.snavi_skin a:hover ,li.snavi_skinSelect a 	{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_skin_on.gif) no-repeat; }

/* ノンルースベーシックシリーズ */
li.snavi_brand1 a 				{ height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand1.gif) no-repeat; }
li.snavi_brand1 a:hover ,li.snavi_brand1Select a 	{ height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand1_on.gif) no-repeat; }

li.snavi_skin1 a 				{ height: 20px; background: url(/img/common/snavi_skin1.gif) no-repeat; }
li.snavi_skin1 a:hover ,li.snavi_skin1Select a 	{ height: 20px; background: url(/img/common/snavi_skin1_on.gif) no-repeat; }
li.snavi_skin2 a 				{ height: 20px; background: url(/img/common/snavi_skin2.gif) no-repeat; }
li.snavi_skin2 a:hover ,li.snavi_skin2Select a 	{ height: 20px; background: url(/img/common/snavi_skin2_on.gif) no-repeat; }
li.snavi_skin3 a 				{ height: 20px; background: url(/img/common/snavi_skin3.gif) no-repeat; }
li.snavi_skin3 a:hover ,li.snavi_skin3Select a 	{ height: 20px; background: url(/img/common/snavi_skin3_on.gif) no-repeat; }
li.snavi_skin4 a 				{ height: 20px; background: url(/img/common/snavi_skin4.gif) no-repeat; }
li.snavi_skin4 a:hover ,li.snavi_skin4Select a 	{ height: 20px; background: url(/img/common/snavi_skin4_on.gif) no-repeat; }
li.snavi_skin5 a 				{ height: 20px; background: url(/img/common/snavi_skin5.gif) no-repeat; }
li.snavi_skin5 a:hover ,li.snavi_skin5Select a 	{ height: 20px; background: url(/img/common/snavi_skin5_on.gif) no-repeat; }
li.snavi_skin6 a 				{ height: 20px; background: url(/img/common/snavi_skin6.gif) no-repeat; }
li.snavi_skin6 a:hover ,li.snavi_skin6Select a 	{ height: 20px; background: url(/img/common/snavi_skin6_on.gif) no-repeat; }
li.snavi_skin7 a 				{ height: 20px; background: url(/img/common/snavi_skin7.gif) no-repeat; }
li.snavi_skin7 a:hover ,li.snavi_skin7Select a 	{ height: 20px; background: url(/img/common/snavi_skin7_on.gif) no-repeat; }



/* ノンルースリポソーナシリーズ */
li.snavi_brand2 a 				{ height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand2.gif) no-repeat; border-top: 1px solid #E6E6E6; }
li.snavi_brand2 a:hover ,li.snavi_brand2Select a { height: 26px; border-bottom: 1px solid #E6E6E6; border-top: 1px solid #E6E6E6; background: url(/img/common/snavi_brand2_on.gif) no-repeat; }

/* エウディアシリーズ */
li.snavi_brand3 a 				{ height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand3.gif) no-repeat;}
li.snavi_brand3 a:hover ,li.snavi_brand3Select a { height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand3_on.gif) no-repeat; }

/* エィピィシリーズ */
li.snavi_brand4 a 				{ height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand4.gif) no-repeat;}
li.snavi_brand4 a:hover ,li.snavi_brand4Select a { height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand4_on.gif) no-repeat; }

/* アースビシリーズ */
li.snavi_brand5 a 				{ height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand5.gif) no-repeat;}
li.snavi_brand5 a:hover ,li.snavi_brand5Select a { height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand5_on.gif) no-repeat; }

/* ポルトゥールシリーズ */
li.snavi_brand6 a 				{ height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand6.gif) no-repeat;}
li.snavi_brand6 a:hover ,li.snavi_brand6Select a { height: 26px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_brand6_on.gif) no-repeat; }

/***** メイクアップ *****/
li.snavi_make a 				{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_make.gif) no-repeat; }
li.snavi_make a:hover ,li.snavi_makeSelect a 	{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_make_on.gif) no-repeat; }

/***** デイリーケア *****/
li.snavi_daily a 				{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_daily.gif) no-repeat; }
li.snavi_daily a:hover ,li.snavi_dailySelect a 	{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_daily_on.gif) no-repeat; }

/***** ヘアーケア *****/
li.snavi_hair a 				{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_hair.gif) no-repeat; }
li.snavi_hair a:hover ,li.snavi_hairSelect a 	{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_hair_on.gif) no-repeat; }

/***** ボディケア *****/
li.snavi_body a 				{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_body.gif) no-repeat; }
li.snavi_body a:hover , li.snavi_bodySelect a 	{ height: 42px; border-bottom: 1px solid #E6E6E6; background: url(/img/common/snavi_body_on.gif) no-repeat; }




/*-----------------------------------------------------------
■[50]:フッター
------------------------------------------------------------*/

div#footer {
	width: 782px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-top: 1px solid #E6E6E6;
	clear:both;

}

div#footer div{
	color: #b7b4a7;
	font-size: 10px;
	line-height: 18px;
	padding: 4px 0px;
	background-color: #f1efec;
}

div#footer p{
	background-color: #FFF;
	padding: 6px 0px;
	color: #706c58;
	font-size: 10px;
	letter-spacing: 1px;
}

div#footer p img{
	padding-top: 3px;
}

div#footer div a:link 		{ color: #b7b4a7; text-decoration: none; }
div#footer div a:visited 	{ color: #b7b4a7; text-decoration: none; }
div#footer div a:hover 	{ color: #b7b4a7; text-decoration: underline; }


.Btoheight{ height: 30px;}
.Pagetop{
	text-align: right;
	margin-bottom : 10px;
	margin-right : 15px;
}


/*-----------------------------------------------------------
■[60]:ぱんくず
------------------------------------------------------------*/
div#TopicPath {
	font-size: 10px;
	color: #e5718d;
	margin-bottom : 15px;
	text-align: left;
	width: 586px;
}
div#TopicPath a:link,div#TopicPath a:visited { color: #eea5b8; text-decoration: underline;}
div#TopicPath a:hover {color: #e5718d; text-decoration: underline;}


/*-----------------------------------------------------------
■[80]:レイアウト指定
------------------------------------------------------------*/
.right { text-align: right;}
.center { text-align: center;}
.left { text-align: left;}
.fLeft{ float: left;}
.fRight{ float: right;}
.mt2{margin-top: 2px;}
.mt10{margin-top: 10px;}
.pt10{padding-top: 10px;}
.p10{padding: 10px;}
.p15{padding: 15px;}

.bgFF0000{ background-color: #FF0000; }

/*-----------------------------------------------------------
■[90]:指定フォント
------------------------------------------------------------*/
.xxx-large { font-size:200%;    line-height:150%; } /*32px*/
.xx-large  { font-size:150%;    line-height:150%; } /*24px*/
.x-large   { font-size:131.25%; line-height:150%; } /*21px*/
.large     { font-size:112.5%;  line-height:150%; } /*18px*/
.mid       { font-size:100%;    line-height:150%; } /*16px = 12pt*/
.small     { font-size:80.0%;   line-height:150%; } /*12px*/
.x-small   { font-size:62.5%;   line-height:150%; } /*10px*/
.xx-small  { font-size:56.25%;  line-height:150%; } /*9px*/

.j8{ font-size: 8px;}
.j9{ font-size: 9px;}
/*-----------------------------------------------------------
■[91]:指定リンク
------------------------------------------------------------*/




/* 業務用のお問い合わせ */

div.ContactBox{
	height: 320px;
	background: url(/img/qa_contact_bg.gif) no-repeat bottom;
}

div.ContactBox p.text{
	color: #7f7e7e;
	padding: 0px 20px;
}





