/* Common
--------------------------------------------------------------------------------*/
#wrapper {
	width: 805px;
	margin: 0 auto;
	text-align: left;
}

.clr {	clear: both; }

.txClr01 {	color: #891D4E; }

.t_center { text-align:center; }

/* float hack ---- */
.outBox:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}
*html .outBox {	display: inline-block;	}
*:first-child+html .outBox {	display: inline-block;	}
/* no mac IE \*/
*html .outBox {	height: 1%;	}
.outBox {	display: block;	}
/* */

.fltL {	float: left;	}
.fltR {	float: right;	}


/* ----- Under ----- */
#contents {
	padding: 17px 10px;
}


/******* Header *******/
/* ----- Basic ----- */
#header {
	background: url(../images/h_line.gif) no-repeat left bottom;
	padding: 17px 0 0 20px;
}

#header h1 {
	margin: 0 0 26px 0;
}

/* ----- Skincare ----- */
#headerSkn {
	background: url(../images/h_line_bl.gif) no-repeat left bottom;
	padding: 17px 0 0 20px;
}

#headerSkn h1, #headerBmk h1 {
	margin: 0 0 15px 0;
}

/* ----- Basemake ----- */
#headerBmk {
	background: url(../images/h_line_rd.gif) no-repeat left bottom;
	padding: 17px 0 0 20px;
}

/* ----- TOP ----- */
#topHeader {
	background: url(../images/h_line.gif) no-repeat left bottom;
	padding: 17px 0 0 20px;
	/* \*/
	
	/* */
}

#topHeader h2 {
	color: #999;
	margin: 5px 0 6px 0;
}

#header ul, #headerSkn ul, #headerBmk ul, #topHeader ul, #gNavi ul, #topGNavi ul {
	list-style-type: none;
	margin: 0 0 2px 0;
	_margin: 0 0 1px 0;
}
#header ul li, #headerSkn ul li, #headerBmk ul li, #topHeader li, #topGNavi li {
	display: inline;
}


/******* Global navi *******/
/* ----- Under ----- */
#gNavi {
	height: 45px;
	background: url(../images/gnavi_bg01.gif) no-repeat left bottom;
	padding: 0 0 0 10px;
}

#gNavi li, #topGNavi li {
	float: left;
	width: 98px;
}

#gNavi li.gNaviAbt, #topGNavi li.gNaviAbt {
	width: 99px;
}
#gNavi li.gNaviHome {
	width: 71px;
	margin: 0 0 0 27px;
}

/* ----- TOP ----- */
#topGNavi {
	background: url(../images/gnavi_bg01.gif) no-repeat 0 -12px;
	padding: 3px 0 0 10px;
}


/******* Footer *******/
/* ----- Under01 ----- */
#footer {
	padding: 12px 0 13px 0;
}

address {
	font-size: 8pt;
	color: #999;
	text-align: center;
	padding: 10px 0 0 0;
}

/* ----- Under02 ----- */
#footer02 {
	padding: 0 0 13px 0;
}

/* ----- TOP ----- */
#topFooter {
	padding: 12px 0 13px 0;
}


/* TOP
--------------------------------------------------------------------------------*/
.topLine01 {
	background: url(../../images/idx_line01.gif) no-repeat right top;
}

#topTpcs {
	width: 382px;
	margin: 15px 10px 10px 10px;
}

#topTpcs a:link, #topTpcs a:active, #topTpcs a:visited {
	color: #333;
	text-decoration: underline;
}
#topTpcs a:hover {
	color: #333;
	text-decoration: none;
}

#topTpcs h3 {
	margin: 0 0 12px 0;
}

#topTpcs table th, #topTpcs table td {
	color: #808080;
	vertical-align: top;
	padding: 0 0 2px 0;
}

#topPkup {
	width: 377px;
	margin: 15px 10px 10px 16px;
}

#topPkup h3 {
	margin: 0 0 14px 0;
}
#topPkup h4 {
	margin: 0 0 10px 0;
}

.topPkupTd01 {
	padding: 0 0 0 14px;
}
.topPkupTd02 {
	padding: 0 0 23px 0;
}

.topPkupTxBox01 {
	width: 90px;
}

#topPkup .topBnrL {
	float: left;
}
#topPkup .topBnrR {
	float: right;
}

.topMainBox {
	background: url(../../images/idx_main_bg.jpg) repeat-x;
}





