@charset "utf-8";


/*-----------------------------
	大枠設定
------------------------------*/

body{
	background:url(../../images/bg.jpg) repeat-x left top;
}
#wrapper{
	background:url(../../images/bg2.jpg) no-repeat center top;
}



/*-----------------------------
	header
------------------------------*/

/* hnav */
#header #hnav{
	float:right;
	padding-top:18px;
	margin-bottom:17px;
}
/* gnav */
#header #gnav{
	clear:both;
	width:960px;
}
#header #gnav li img{
	position:relative;
	z-index:99999999999;
}

/*-----------------------------
	slider
------------------------------*/

#sliderarea{
	width:100%;
	height:442px;
	overflow:hidden;
}
#sliderarea #slider{
	width: 100%;
	overflow: hidden;
	position: relative;
}
#sliderarea #slider div{
	width:960px;
	height:374px;
}
#sliderarea #slider div img{ width:934px; height:374px;
}
.bx-wrapper{
	overflow: hidden;
	width: 100%!important;
	position:relative
}
.bx-window{
	position:absolute;
	left:50%;
	top:0;
	margin-left:-480px;
	height:400px;
	overflow:visible!important;
	width:934px!important;
}
*:first-child+html .bx-window{
	margin:0 auto!important;
	position:static!important;
}
.bx-pager{
	clear:borh;
	width:960px;
	margin:0 auto;
	overflow:hidden;
	/width:190px;
	/margin:0 auto;
}
.bx-pager a{
	display: inline-block;
	width:10px;
	height:10px;
	line-height:10px;
	text-indent:-9999px;
	background:url(../../images/slider_maker.png) no-repeat left top;
	margin:0 10px;
	/float:left;
	/display:block;
}
.bx-pager a.pager-active{
	background:url(../../images/slider_maker.png) no-repeat left bottom;
}
.bx-prev{
	display:block;
	width:20px;
	height:80px;
	text-indent:-9999px;
	background:url(../../images/slider_prev.png) no-repeat left top;
	position:absolute;
	top:150px;
	left:50%;
	margin-left:-481px;
}
.bx-next{
	display:block;
	width:20px;
	height:80px;
	text-indent:-9999px;
	background:url(../../images/slider_next.png) no-repeat left top;
	position:absolute;
	right:50%;
	top:150px;
	margin-right:-481px;
}





/*-----------------------------
	contents
------------------------------*/

/* products */
#products{
	clear:both;
	width:960px;
	overflow:hidden;
	background:url(../../images/products_bg.png) no-repeat center bottom;
	margin-bottom:30px;
}
#products_inner{
	overflow:hidden;
	padding-bottom:35px;
	background:url(../../images/products_line.png) no-repeat left top;
}
#products_inner p{
	float:left;
	width:240px;
	height:250px;
	text-align:center;
	background:url(../../images/products_line.png) no-repeat right top;
}
#products_inner p a{
	display:block;
	width:240px;
	height:250px;
}
#products_inner p a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	color:#594C46;
	text-decoration:none;
}
#products_inner p img{
	margin-bottom:18px;
}
#products_inner p span{
	display:block;
	padding:0 20px;
	text-align:left;
}

/* products_welness */
#products_welness_inner{
	overflow:hidden;
	padding-bottom:35px;
	background:url(../../images/products_line.png) no-repeat left top;
}
#products_welness_inner p{
	float:left;
	width:192px;
	height:250px;
	text-align:center;
	background:url(../../images/products_line.png) no-repeat right top;
}
#products_welness_inner p a{
	display:block;
	width:192px;
	height:250px;
}
#products_welness_inner p a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	color:#594C46;
	text-decoration:none;
}
#products_welness_inner p img{
	margin-bottom:18px;
}
#products_welness_inner p span{
	display:block;
	padding:0 13px 0 20px;
	text-align:left;
}
/* brand */
#brand{
	clear:both;
	width:960px;
	overflow:hidden;
	background:url(../../images/products_bg.png) no-repeat center bottom;
	margin-bottom:45px;
}
#brand h2{
	margin-bottom:18px;
}
#brand_inner{
	border:1px solid #E4E0D8;
	padding:2px;
}
#brand_inner ul{
	background:#FAF9F7;
	overflow:hidden;
	padding:17px 0 17px 30px;
}
#brand_inner ul li{
	float:left;
	margin-right:10px;
}

/* brand_welness */
#brand_welness_inner{
	border:1px solid #E4E0D8;
	padding:2px;
}
#brand_welness_inner ul{
	background:#FAF9F7;
	overflow:hidden;
	padding:17px 0 17px 30px;
}
#brand_welness_inner ul li{
	float:left;
	margin-right:10px;
}

/* english_top */
#english_top{
	clear:both;
	width:960px;
	overflow:hidden;
}
#english_top_inner{
	overflow:hidden;
	padding-bottom:35px;
}
#english_top_inner p{
	float:left;
	width:480px;
	height:100px;
	text-align:center;
}
#english_top_inner p a{
	display:block;
	width:48px;
	height:100px;
}
#english_top_inner p a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	color:#594C46;
	text-decoration:none;
}
#english_top_inner p img{
	margin-bottom:18px;
}
#english_top_inner p span{
	display:block;
	padding:0 13px 0 20px;
	text-align:left;
}

/*-----------------------------
	leftcol
------------------------------*/

#leftcol{
	float:left;
	width:500px;
}
/* news */
#leftcol #news{
	clear:both;
	overflow:hidden;
	margin-bottom:35px;
}
#leftcol #news h2{
	position:relative;
	margin-bottom:5px;
}
#leftcol #news h2 span{
	position:absolute;
	top:0;
	right:0;
}
#leftcol #news dl{
	clear:both;
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px dotted #CDC9C4;
}
#leftcol #news dl dt{
	float:left;
	width:110px;
	padding-left:20px;
	background:url(../../images/icon.png) no-repeat left 4px;
}
#leftcol #news dl dd{
	float:right;
	width:370px;
}
#leftcol #news dl dd a{
	color:#0078C6;
	text-decoration:underline;
}
#leftcol #news dl dd a:hover{
	color:#7FBBE2;
	text-decoration:underline;
}
/* event_media */
#leftcol #event_media{
	clear:both;
	overflow:hidden;
	margin-bottom:35px;
}
#leftcol #event_media h2{
	position:relative;
	margin-bottom:5px;
}
#leftcol #event_media h2 span{
	position:absolute;
	top:0;
	right:0;
}
#leftcol #event_media dl{
	clear:both;
	overflow:hidden;
	padding:10px 0;
	border-bottom:1px dotted #CDC9C4;
}
#leftcol #event_media dl dt{
	float:left;
	width:100px;
	padding-left:20px;
	background:url(../../images/icon.png) no-repeat left 4px;
}
#leftcol #event_media dl dd{
	float:right;
	width:380px;
}
#leftcol #event_media dl dd a{
	color:#0078C6;
	text-decoration:underline;
}
#leftcol #event_media dl dd a:hover{
	color:#7FBBE2;
	text-decoration:underline;
}


/*-----------------------------
	rightcol
------------------------------*/

#rightcol{
	float:right;
	width:422px;
}
/* banner */
#rightcol .banner{
	margin-bottom:10px;
}
/* ul */
#rightcol ul.banner{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
#rightcol ul.banner li{
	float:left;
}

