@charset "utf-8";
/* CSS Document */

/* ==============================================
 ヘッダー
=============================================== */
.frame_outer {
	background: url(../img/common/bac_body.jpg) repeat-x 0 433px;
}
#header_wrap {
	width: 100%;
	height: 412px;
	background: url(../img/top/header.jpg) no-repeat center top;
}
#header {
    width: 1000px;
	height: 430px;
	background: url(../img/top/img_main.jpg) no-repeat 0 0;
	margin: auto;
}

/* ==============================================
▼TOP
=============================================== */
#top_campaign em,
#bnr_shukumo em,
#bnr_massage em,
#bnr_lecaresse em,
#bnr_gallery em,
#bnr_deesse em {
	visibility: hidden;
}
#top_campaign {
	overflow: hidden;
	clear: both;
	width: 728px;
	background: #F1E7D9 url(../img/top/title_campaign.gif) no-repeat center 10px;
	border: solid 1px #EADCC8;
	padding: 10px;
	margin-bottom: 20px;
}
#top_campaign h2 {
	visibility: hidden;
	height: 40px;
}
#top_campaign #c_center {
	width: 728px;
	height: 150px;
	margin-bottom: 10px;
}
#top_campaign #c_center a {
	display: block;
	width: 728px;
	height: 150px;
	background: url(../img/top/bnr_cam03.jpg) no-repeat 0 0;
	text-decoration: none;
}
#top_campaign #c_left {
	float: left;
	width: 360px;
	height: 100px;
}
#top_campaign #c_left a {
	display: block;
	width: 360px;
	height: 100px;
	background: url(../img/top/bnr_cam01.jpg) no-repeat 0 0;
	text-decoration: none;
}
#top_campaign #c_right {
	float: right;
	width: 360px;
	height: 100px;
}
#top_campaign #c_right a {
	display: block;
	width: 360px;
	height: 100px;
	background: url(../img/top/bnr_cam02.jpg) no-repeat 0 0;
	text-decoration: none;
}
#bnr_shukumo {
	float: left;
	width: 370px;
	height: 120px;
	margin-bottom: 5px;
}
#bnr_shukumo a {
	display: block;
	width: 370px;
	height: 120px;
	background: url(../img/top/bnr_shukumo.jpg) no-repeat 0 0;
	text-decoration: none;
}
#bnr_massage {
	float: right;
	width: 370px;
	height: 120px;
	margin-bottom: 5px;
}
#bnr_massage a {
	display: block;
	width: 370px;
	height: 120px;
	background: url(../img/top/bnr_manbel.jpg) no-repeat 0 0;
	text-decoration: none;
}
#bnr_lecaresse {
	float: left;
	width: 370px;
	height: 194px;
	margin-bottom: 5px;
}
#bnr_lecaresse a {
	display: block;
	width: 370px;
	height: 194px;
	background: url(../img/top/bnr_lcm.jpg) no-repeat 0 0;
	text-decoration: none;
}
#bnr_gallery {
	float: right;
	width: 370px;
	height: 170px;
}
#bnr_gallery a {
	display: block;
	width: 370px;
	height: 170px;
	background: url(../img/top/bnr_gallery.jpg) no-repeat 0 0;
	text-decoration: none;
}
#bnr_deesse {
	width: 750px;
	height: 135px;
	margin-bottom: 20px;
}
#bnr_deesse a {
	display: block;
	width: 750px;
	height: 135px;
	background: url(../img/top/bnr_lcm_desse.jpg) no-repeat 0 0;
	text-decoration: none;
}
#top_campaign a:hover,
#bnr_shukumo a:hover,
#bnr_massage a:hover,
#bnr_lecaresse a:hover,
#bnr_gallery a:hover,
#bnr_deesse a:hover {
	filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}