/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html{
	overflow-y:scroll;
}

body {
	font-size:86%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 145%;
	color:#333333;
}

img {
	border:0;
}

a{
	color:#006633;
	text-decoration:none;
}

a:hover{
	color:#006633;
	text-decoration:underline;
	}


h1 {
	text-align:right;
	font-size:90%;
	padding:10px 80px 0 80px;
	width:720px;
	font-weight:normal;
}

p,div{
	text-align:justify;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display:inline-table;
    min-height: 1%;
	position: relative;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-Mac */



/* 透過ロールオーバー */
a:hover img{
    opacity: 0.85;
    -moz-opacity: 0.85; /* Firefox */
    filter: alpha(opacity=85); /* IE6/7 */
    -ms-filter: "alpha(opacity=85)"; /* IE8 */
}





/*　BODY　*/

.basic_body {
	background-image: url(http://www.natural-essence.net/images/shadow_background.gif);
	background-repeat: repeat-y;
	margin:0 auto;
	width:920px;
}

.top_mainframe {
	width: 840px;
	margin:0 auto;
}


.top_main_photo {
	background-image: url(images/top_main.jpg);
	height: 552px;
	width: 840px;
	margin: 0 auto;
}






/*　メニュー　*/

.menu {
	width: 840px;
	background-color: #c3c3c3;
	height: 50px;
	margin-top:10px;
	}

.menu li{
	list-style:none;
	text-align:left;
	margin:0;
	padding:0;
}

.menu_01 a{
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	float: left;
	height: 50px;
	width: 152px;
	background-image:url(http://www.natural-essence.net/images/bar_top.gif);
	margin-left:40px;
}

.menu_01 a:hover{
	background-image:url(http://www.natural-essence.net/images/bar_top_ro.gif);
	}
	
.menu_02 a{
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	float: left;
	height: 50px;
	width: 152px;
	background-image:url(http://www.natural-essence.net/images/bar_item.gif);
}

.menu_02 a:hover{
	background-image:url(http://www.natural-essence.net/images/bar_item_ro.gif);
	}	
	
.menu_03 a{
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	float: left;
	height: 50px;
	width: 152px;
	background-image:url(http://www.natural-essence.net/images/bar_qa.gif);
}

.menu_03 a:hover{
	background-image:url(http://www.natural-essence.net/images/bar_qa_ro.gif);
	}

.menu_04 a{
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	float: left;
	height: 50px;
	width: 152px;
	background-image:url(http://www.natural-essence.net/images/bar_guide.gif);
}

.menu_04 a:hover{
	background-image:url(http://www.natural-essence.net/images/bar_guide_ro.gif);
	}

.menu_05 a{
	display:block;
	overflow:hidden;
	text-indent:-9999em;
	float: left;
	height: 50px;
	width: 152px;
	background-image:url(http://www.natural-essence.net/images/bar_cart.gif);
}

.menu_05 a:hover{
	background-image:url(http://www.natural-essence.net/images/bar_cart_ro.gif);
	}


.content_left {
	float: left;
	width: 499px;
	margin-left:40px;
}
.content_right {
	width: 246px;
	float: right;
	margin-right: 40px;
}


/*　コンテンツ　*/

.new_recommend {
	background-color: #e0f0e2;
	width: 475px;
	margin-top: 14px;
	padding: 12px;
}

.new_recommend img{
	margin-top:8px;
}


.recomend_name{
	font-size: 138%;
	font-weight: bolder;
	color: #000000;
	margin-bottom: 3px;
	}

.recomend_name_text{
	color: #000000;
}


.recommend_frame {
	width: 499px;
	margin-top: 12px;
}
.recommend_left {
	float: left;
}
.recommend_right {
	float: right;
	width: 340px;
}

.recommend_right p {
	margin-top:8px;
	}


.recommend_background {
	background-color: #000;
	width: 312px;
	padding: 12px;
	margin-bottom:5px;
}




.supoort_text01 {
	margin-top: 14px;
	font-size: 100%;
	letter-spacing: 1px;
}
.supoort_text02 {
	padding: 10px;
	margin-top: 14px;
	font-size: 100%;
	line-height:135%;
	background-color: #FFF;
	border: 1px solid #9fa0a0;
}



/*　フッター　*/
.footer {
	width: 740px;
	font-size:90%;
	padding: 18px 0;
	text-align: center;
	line-height: 200%;
	background-color: #FFF;
	border-top:#CCC 1px solid;
}


/*　金券　*/
.campaign{
	width:760px;
	border:#003366 1px solid;
	margin:0 auto 30px auto;
}

.campaign p{
	margin:0 0 10px 0;
	text-align:center;
	padding:10px;
	background-color:#CCCCCC;
	}
	
.campaign_pass{
	padding:0 0 10px 0;
	height: 50px;
	line-height: 50px;
	text-align:center;
	}

/*　ご利用ガイド　*/


.content_body02 {
	width: 740px;
	margin: 20px auto 60px auto;
}

.guide_number {
	margin-top:20px;
}

.guide_number td {
	padding:20px;
	border:solid #e60012 10px;
}

.page_title {
	font-size: 175%;
	border-bottom: 2px dotted #000000;
	padding-bottom: 10px;
	margin: 50px 0 10px 0;
	letter-spacing:0.2em;
}
.question {
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
}
.tel_text {
	font-size: 145%;
	margin-top: 40px;
}
.fax_text {
	font-size: 145%;
	margin-top:34px;
}

.sentence{
	margin:5px 5px 10px 5px;
	text-align:justify;
}

#shop{
	width:720px;
	margin:20px auto 0 auto;
}

#shop th,#shop td{
	padding:12px 10px;
	text-align:justify;
}

#shop th{
	background-color:#D5DFC0;
	font-weight:normal;
}

#shop td{
	border-bottom:#999 1px dotted;
}

.item_frame{
	margin-bottom:50px;
}

.item,.item_right{
	width:122px;
	height:122px;
	border:1px solid #999;
	padding:5px;
	text-align:center;
	}

.item img,.item_right img{
	margin-bottom:5px;
	width:122px;
	height:122px;
}

.item{
	float:left;
	margin-right:17px;
}

.item_right{
	float:right;
}

#inquiry{
	width:600px;
	margin:20px auto;
	border-top:#999 1px solid;
	font-size:95%;
}

#inquiry td{
	padding:15px 20px;
	border-right:#999 1px solid;
	border-bottom:#999 1px solid;
}


#inquiry th{
	font-weight:normal;
	border-left:#063 6px solid;
	border-right:#063 2px solid;
	border-bottom:#999 1px solid;
	padding:15px;
	width:120px;
}


.content_body_campeign {
	width: 790px;
	margin: 20px auto 40px auto;
}




.campaign_3item{
width:760px;
margin:0 auto;
font-size:110%;
}

.campaign_left{
width:240px;
float:left;
margin-right:20px;
text-align:center;
}

.campaign_right{
width:240px;
float:right;
text-align:center;
}
