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

*{
	margin:0;
	padding:0;
}
* a:link,* a:visited{
	color: #f3301f;
}
* a:hover,* a:active{
	color:#EE5A28;
}
a{
	overflow:hidden;
	outline:none;
}
a img{
	border-style:none;
}

#main-page-top{
	background: url(/web/img/index/back.jpg) repeat-x #fff;
	text-align:center;
	line-height:1.4em;
	color:#400c08;
}

body{
	background: url(/web/img/index/sub-back.jpg) repeat-x #fff;
	text-align:center;
	line-height:1.4em;
	color:#333333;
}
*:first-child+html body{
	font-family:'メイリオ','Meiryo','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','ＭＳ ゴシック',sans-serif;
}


#wrapper{
	text-align:left;
	width:940px;
	margin:0 auto;
	font-size:12px;
	height:100%;
}


#top-link{
	text-align:right;
	padding-top:15px;
}


/*共通のclass*/
.link-bold{
	font-weight:bold;
}
.link-bold14{
	font-weight:bold;
	font-size:14px;
}



/*ここからheader*/
#header{
	width:940px;
	height:130px;

}

h1{
	font-size:12px;
	color:#ab9897;
	font-weight:normal;
	text-align:right;
	line-height:12px;
	padding-top:15px;
}
#index-h1{
	font-size:12px;
	color:#764944;
	font-weight:bold;
	text-align:left;
	line-height:12px;
	padding-top:25px;
	padding-bottom:5px;
}

#logo-area{
	width:265px;
	height:103px;
	float:left;
}

#logo-area a{
	display:block;
	width:265px;
	height:103px;
}

#logo-area a:link,#logo-area a:visited,#logo-area a:hover,#logo-area a:active  {
	background-position: 0px 0px;
}

#header-text-area{
	width:510px;
	float:right;
	line-height:16px;
	color:#ab9897;
}


#g-nav{
	width:940px;
	height:35px;
	clear:both;
}


#g-nav ul li{
	text-decoration:none;
	text-indent:-99999px;
	list-style:none;
	float:left;
}

#g-nav #g-nav-home a{
	display: block; 
	background: url(/web/img/index/g-nav-home.jpg);
	width:101px;
	height:35px;
}

#g-nav #g-nav-home a:link,#g-nav #g-nav-home a:visited{
	background-position:0px 0px;
}
#g-nav #g-nav-home a:hover,#g-nav #g-nav-home a:active{
	background-position:0px -35px;
}

#g-nav #g-nav-placenta a{
	display: block; 
	background: url(/web/img/index/g-nav-placenta.jpg);
	width:171px;
	height:35px;
}

#g-nav #g-nav-placenta a:link,#g-nav #g-nav-placenta a:visited{
	background-position:0px 0px;
}
#g-nav #g-nav-placenta a:hover,#g-nav #g-nav-placenta a:active{
	background-position:0px -35px;
}

#g-nav #g-nav-clinic a{
	display: block; 
	background: url(/web/img/index/g-nav-clinic.jpg);
	width:174px;
	height:35px;
}

#g-nav #g-nav-clinic a:link,#g-nav #g-nav-clinic a:visited{
	background-position:0px 0px;
}
#g-nav #g-nav-clinic a:hover,#g-nav #g-nav-clinic a:active{
	background-position:0px -35px;
}



/*
#g-nav #g-nav-sejutsu a{
	display: block; 
	background: url(/web/img/index/g-nav-sejutsu.jpg);
	width:106px;
	height:35px;
}

#g-nav #g-nav-sejutsu a:link,#g-nav #g-nav-sejutsu a:visited{
	background-position:0px 0px;
}
#g-nav #g-nav-sejutsu a:hover,#g-nav #g-nav-sejutsu a:active{
	background-position:0px -35px;
}


*/
#g-nav #g-nav-este a{
	display: block; 
	background: url(/web/img/index/g-nav-este.jpg);
	width:154px;
	height:35px;
}

#g-nav #g-nav-este a:link,#g-nav #g-nav-este a:visited{
	background-position:0px 0px;
}
#g-nav #g-nav-este a:hover,#g-nav #g-nav-este a:active{
	background-position:0px -35px;
}


#g-nav #g-nav-shouhin a{
	display: block; 
	background: url(/web/img/index/g-nav-shouhin.jpg);
	width:108px;
	height:35px;
}

#g-nav #g-nav-shouhin a:link,#g-nav #g-nav-shouhin a:visited{
	background-position:0px 0px;
}
#g-nav #g-nav-shouhin a:hover,#g-nav #g-nav-shouhin a:active{
	background-position:0px -35px;
}


#g-nav #g-nav-gakkai a{
	display: block; 
	background: url(/web/img/index/g-nav-gakkai.jpg);
	width:106px;
	height:35px;
}

#g-nav #g-nav-gakkai a:link,#g-nav #g-nav-gakkai a:visited{
	background-position:0px 0px;
}
#g-nav #g-nav-gakkai a:hover,#g-nav #g-nav-gakkai a:active{
	background-position:0px -35px;
}

#g-nav #g-nav-mail a{
	display: block; 
	background: url(/web/img/index/g-nav-mail.jpg);
	width:126px;
	height:35px;
}

#g-nav #g-nav-mail a:link,#g-nav #g-nav-mail a:visited{
	background-position:0px 0px;
}
#g-nav #g-nav-mail a:hover,#g-nav #g-nav-mail a:active{
	background-position:0px -35px;
}



/*ここまでG-nav*/


/*ここからメインビジュアル*/
#main-img{
	clear:both;
	width:940px;
	height:265px;
}

/*ここから左コンテンツ*/

#left-conts{
	width:206px;
	float:left;
	padding-top:8px;
	padding-bottom:15px;
}

#l-nav01{
	width:206px;
	padding-bottom:10px;
}

.l-nav-head{
	width:206px;
	height:28px;
	padding:0;
	margin:0;
}

.l-nav-middle{
	width:206px;
	background:#f4f1e8;
	padding-bottom:1px;
	margin:0;
}

.l-nav-bottom{
	width:206px;
	height:10px;
	padding:0;
	margin:0;
}

/*l-nav*/

.l-nav-conts{
	width:190px;
	margin-left:8px;
	background:#FFFFFF;
	margin-top:10px;
	margin-bottom:10px;

}

.l-nav-conts-head{
	width:190px;
	height:24px;
	padding:0;
	margin:0;
}

.l-nav-conts-middle{
	border-left:solid 1px #897671;
	border-right:solid 1px #897671;
	border-bottom:solid 1px #897671;
}

.l-nav-conts-middle a:link,.l-nav-conts-middle a:visited{
	color:#400c08;
}

.l-nav-conts-middle a:hover,.l-nav-conts-middle a:active{
	color:#EE5A28;
}


.l-nav-conts-middle ul{
	list-style: none;
	padding-left:10px;
	padding-right:10px;
}

.l-nav-conts-middle ul li{
	line-height:2.4em;
	background:url(/web/img/index/arrow-left.gif) no-repeat 0px 8px;
	padding-left:19px;
	border-bottom:dotted 1px #cfc9c1;
}

.l-nav-conts-middle ul .list-bottom{
	line-height:2em;
	background:url(/web/img/index/arrow-left.gif) no-repeat 0px 7px;
	padding-left:19px;
	border:none;
	margin-bottom:5px;
}

#left-banner img{
	background: #F4F1E8;
	padding-bottom:10px;
}

*:first-child+html #left-banner img{
	background: #F4F1E8;
	padding-bottom:5px;
}

#l-nav-conts-banner{
	width:190px;
	margin-left:8px;
	background:#F4F1E8;
	margin-top:10px;
}


/*ここからメインコンテンツ*/

#main-conts{
	width:489px;
	float:left;
	padding-top:8px;
	padding-left:19px;
	padding-bottom:15px;
}

.main-wrap_head{
	width:489px;
	height:44px;
	padding:0;
	margin:0;
}

#onayami-conts_middle{
	border-right:solid 1px #cfc9c1;
	border-left:solid 1px #cfc9c1;
}

/*clearfix*/
#onayami-conts_middle{
    overflow: hidden;
}

#onayami-conts_middle:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/
/*end:clearfix*/

.main-wrap_bottom{
	clear:both;
	width:489px;
	height:9px;
	padding:0;
	margin:0;
}

.main-wrap_bottom img{
	width:489px;
	height:9px;
	vertical-align: top;
	padding:0;
	margin:0;
}

/*お悩み別ボタン・上*/

#onayami-top{
	width:472px;
	padding-left:16px;
	padding-top:5px;
}

#onayami-top ul li{
	text-indent:-99999px;
	list-style:none;
	padding-right:9px;
	float:left;
}

#onayami-top #utsu a{
	display: block; 
	background: url(/web/img/index/button01.jpg);
	width:84px;
	height:84px;
}

#onayami-top #utsu a:link,#onayami-top #utsu a:visited{
	background-position:0px 0px;
}
#onayami-top #utsu a:hover,#onayami-top #utsu a:active{
	background-position:0px -84px;
}

#onayami-top #kankino a{
	display: block; 
	background: url(/web/img/index/button02.jpg);
	width:84px;
	height:84px;
}

#onayami-top #kankino a:link,#onayami-top #kankino a:visited{
	background-position:0px 0px;
}
#onayami-top #kankino a:hover,#onayami-top #kankino a:active{
	background-position:0px -84px;
}

#onayami-top #kounenki a{
	display: block; 
	background: url(/web/img/index/button03.jpg);
	width:84px;
	height:84px;
}

#onayami-top #kounenki a:link,#onayami-top #kounenki a:visited{
	background-position:0px 0px;
}
#onayami-top #kounenki a:hover,#onayami-top #kounenki a:active{
	background-position:0px -84px;
}

#onayami-top #allergy a{
	display: block; 
	background: url(/web/img/index/button04.jpg);
	width:84px;
	height:84px;
}

#onayami-top #allergy a:link,#onayami-top #allergy a:visited{
	background-position:0px 0px;
}
#onayami-top #allergy a:hover,#onayami-top #allergy a:active{
	background-position:0px -84px;
}

#onayami-top #hiesho a{
	display: block; 
	background: url(/web/img/index/button05.jpg);
	width:84px;
	height:84px;
}

#onayami-top #hiesho a:link,#onayami-top #hiesho a:visited{
	background-position:0px 0px;
}
#onayami-top #hiesho a:hover,#onayami-top #hiesho a:active{
	background-position:0px -84px;
}

/*お悩み別ボタン・下*/

#onayami-bottom{
	width:472px;
	padding-left:16px;
}

#onayami-bottom ul li{
	text-indent:-99999px;
	list-style:none;
	padding-right:8px;
	float:left;
	padding-top:10px;
}

#onayami-bottom #shimi a{
	display: block; 
	background: url(/web/img/index/button11.jpg);
	width:108px;
	height:83px;
}

#onayami-bottom #shimi a:link,#onayami-bottom #shimi a:visited{
	background-position:0px 0px;
}
#onayami-bottom #shimi a:hover,#onayami-bottom #shimi a:active{
	background-position:0px -83px;
}

#onayami-bottom #shiwa a{
	display: block; 
	background: url(/web/img/index/button22.jpg);
	width:108px;
	height:83px;
}

#onayami-bottom #shiwa a:link,#onayami-bottom #shiwa a:visited{
	background-position:0px 0px;
}
#onayami-bottom #shiwa a:hover,#onayami-bottom #shiwa a:active{
	background-position:0px -83px;
}

#onayami-bottom #keana a{
	display: block; 
	background: url(/web/img/index/button33.jpg);
	width:108px;
	height:83px;
}

#onayami-bottom #keana a:link,#onayami-bottom #keana a:visited{
	background-position:0px 0px;
}
#onayami-bottom #keana a:hover,#onayami-bottom #keana a:active{
	background-position:0px -83px;
}

#onayami-bottom #tarumi a{
	display: block; 
	background: url(/web/img/index/button44.jpg);
	width:108px;
	height:83px;
}

#onayami-bottom #tarumi a:link,#onayami-bottom #tarumi a:visited{
	background-position:0px 0px;
}
#onayami-bottom #tarumi a:hover,#onayami-bottom #tarumi a:active{
	background-position:0px -83px;
}

.about-conts_middle{
	width:487px;
	border-left:solid 1px #cfc9c1;
	border-right:solid 1px #cfc9c1;
}

#main-wrap-02{
	margin-top:15px;
}

#map-img{
	margin-left:10px;
	width:466px;
	height:303px;
	padding-top:5px;
}

	


#main-wrap-03{
	margin-top:15px;
}

#salon-date-wrap{
	margin:0;
	padding-top:10px;
}

*:first-child+html #salon-date-wrap{
	margin:0;
	padding:0;
}
.salon-date{
	width:450px;
	padding-top:5px;
	padding-bottom:5px;
	background:#f4f1e8;
	margin-left:19px;
	margin-top:10px;
}
#salon-date-top{
	width:450px;
	padding-top:5px;
	padding-bottom:5px;
	background:#f4f1e8;
	margin-left:19px;
	margin-top:10px;
}


.salon-date-table{
	margin-left:10px;
	line-height:16px;
}

.salon-date-table th{
	width:40px;
}
.salon-date-table td{
	width:380px;
}

.main-wrap_head img{
	vertical-align:bottom;
}

/*体験レポート*/
.report-text{
	padding:0 16px 10px 16px;
}
.banner-report{
	padding:10px 16px 0 13px;
}
.banner-report img{
	padding-bottom:20px;
}

.report-salon{
	text-align:right;
}

/*
.report-salon{
	padding:220px 0 0 220px;
}
*/

/*ここから右コンテンツ*/

#right-conts{
	width:206px;
	float:right;
	padding-top:8px;
	padding-bottom:15px;
}

#right01_head{
	width:206px;
	height:28px;
	padding:0;
	margin:0;
}
	

#right01_middle{
	border-right:1px solid #cfc9c1;
	border-left:1px solid #cfc9c1;
	border-bottom:1px solid #cfc9c1;
}

.shouhin-conts table{
	height:67px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

.shouhin-text{
	font-size:10px;
	line-height:12px;
}

.shouhin-text-link{
	line-height:14px;
	font-weight:bold;
}

#right-kouka{
	padding-top:10px;
	padding-bottom:10px;
}

.right02_middle img{
	padding-top:10px;
}


/*ここからfooter*/

#wrapper2{
	background: url(/web/img/index/footer-back.jpg) repeat-x;
	text-align:center;
	color:#ffffff;
	clear:both;
	font-size:12px;
}


#footer{
	text-align:left;
	width:940px;
	height:87px;
	margin:0 auto;

}
#f-nav{
	width:400px;
	padding-left:540px;
	padding-top:10px;
	text-align:right;
}

#f-nav ul li{
	text-decoration:none;
	list-style:none;
	float:left;
}

#f-nav a:link,#f-nav a:visited{
	color:#FFFFFF;
	font-size:12px;
}

#f-nav a:hover,#f-nav a:active{
	color:#F23410;
	font-size:12px;
}

#copyright{
	text-align:center;
	clear:both;
	padding-top:30px
}



/*書籍紹介*/

#left-wrap-books{
	padding-top:10px;
}

.left-books-table{
	margin-left:10px;
}
#left-books_head{
	width:206px;
	height:28px;
	padding:0;
	margin:0;
}
	

#left-books_middle{
	border-right:1px solid #cfc9c1;
	border-left:1px solid #cfc9c1;
	border-bottom:1px solid #cfc9c1;
}

#left-books-button{
	text-align:center;
	padding-bottom:10px;
}






/*------------------------------------------------------
------------------------------------ここからサブページ*/

.sub{
	width:478px;
	padding-left:50px;
	padding-top:20px;
	padding-bottom:10px;
}

#sub-title{
	padding-bottom:0px;
}

#sub-text-title{
	padding-bottom:20px;
}


#sub-text{
	padding-top:10px;
	padding-bottom:10px;
}

#sub-border{
	padding-top:10px;
	padding-bottom:10px;
}

.bold{
	font-weight:bold;
	line-height:30px;
}


/*サブランキング*/
.rank-sub{
	width:511px;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:15px;
}


.site-link{
	width:125px;
	height:16px;
	padding-top:25px;
	padding-left:10px;
}



.site-link p{
	text-indent:-99999px;
}

.site-link a{
	display: block; 
	background: url(/web/img/index/site-link.gif);
	width:125px;
	height:16px;
}

.site-link a:link,.site-link a:visited{
	background-position:0px 0px;
}
.site-link a:hover,.site-link a:active{
	background-position:0px 16px;
}

.topic-td{
	font-weight:bold;
	color:#EE5A28;
}

.b-back{
	widows:511px;
	height:29px;
	background: url(/web/img/index/b-back.jpg) no-repeat;
	padding-left:20px;
	color:#EE5A28;
	font-weight:bold;
	font-size:14px;
	line-height:29px;
	padding-bottom:20px;
}

/*PRエリア*/

#pr-head{
	width:581px;
	height:9px;
	padding:0;
	margin:0;
}

#pr-middle{
	width:579px;
	border-left:#E4E4E4 1px solid;
	border-right:#E4E4E4 1px solid;
	padding-top:5px;
	padding-bottom:20px;
	color:#EE5A28;
}
#pr-middle:after {/*for modern browser*/  
    content: ".";   
    clear: both;   
    display: block;   
    line-height: 0;   
    height: 0;   
    visibility: hidden;   
} 

#pr-link{
	width:480px;
	padding-left:45px;
	padding-top:20px;
}

.pr-area{
	padding-top:10px;
}
.pr-area a:link,.pr-area a:visited{
	color: #EE5A28;
}


#pr-bottom{
	padding-bottom:20px;
}




/*-------------------------------------------*/
/*sub/情報ページ*/

#sub-main-img{
	clear:both;
	width:940px;
	height:119px;
}




#sub-conts_middle{
	border-right:solid 1px #cfc9c1;
	border-left:solid 1px #cfc9c1;
}

/*clearfix*/
#sub-conts_middle{
    overflow: hidden;
}

#sub-conts_middle:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #sub-conts_middle {
    height: 1em;
    overflow: visible;
}
/**/
/*end:clearfix*/

#sub-text-area{
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
}

.clear{
	clear:both;
}





/*-------------------------------------------*/
/*topページ修正ソース以下*/




/*プラセンタの使われ方*/
.placenta-item-text {
	padding:0 10px 10px 15px;
}

*html .placenta-item-text {
	padding:0 5px 10px 15px;
}

.placenta-item-wrap{
	padding-left:10px;
}

*html .placenta-item-wrap{
	padding-right:7px;
	padding-left:8px;
}

	
#placenta-item_middle{
	border-right:solid 1px #fdd146;
	border-left:solid 1px #fdd146;
	background:#fff7e1;
	width:487px;
}

*html #placenta-item_middle{
	width:472px;
}

/*clearfix*/
#placenta-item_middle{
    overflow: hidden;
}

#placenta-item_middle:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #placenta-item_middle {
    height: 1em;
    overflow: visible;
}
/**/
/*end:clearfix*/

.main-wrap_bottom{
	clear:both;
	width:489px;
	height:9px;
	padding:0;
	margin:0;
}

.main-wrap_bottom img{
	width:489px;
	height:9px;
	vertical-align: top;
	padding:0;
	margin:0;
}

/*プラセンタの使い方・上*/

#placenta-item-top{
	width:472px;
	padding-top:5px;
}


*html #placenta-item-top ul{
	height:53px;
}

*html #placenta-item-bottom ul{
	height:53px;
}


#placenta-item-top ul li{
	text-indent:-99999px;
	list-style:none;
	padding-right:3px;
	float:left;
}

#placenta-item-top #item-cosme a{
	display: block; 
	background: url(/web/img/index/btn-cosme.jpg);
	width:154px;
	height:53px;
}


#placenta-item-top #item-cosme a:link,#placenta-item-top #item-cosme a:visited{
	background-position:0px 0px;
}
#placenta-item-top #item-cosme a:hover,#placenta-item-top #item-cosme a:active{
	background-position:0px -53px;
}

#placenta-item-top #item-supplement a{
	display: block; 
	background: url(/web/img/index/btn-supplement.jpg);
	width:154px;
	height:53px;
}

#placenta-item-top #item-supplement a:link,#placenta-item-top #item-supplement a:visited{
	background-position:0px 0px;
}
#placenta-item-top #item-supplement a:hover,#placenta-item-top #item-supplement a:active{
	background-position:0px -53px;
}


#placenta-item-top #item-salon a{
	display: block; 
	background: url(/web/img/index/btn-salon.jpg);
	width:154px;
	height:53px;
}

#placenta-item-top #item-salon a:link,#placenta-item-top #item-salon a:visited{
	background-position:0px 0px;
}
#placenta-item-top #item-salon a:hover,#placenta-item-top #item-salon a:active{
	background-position:0px -53px;
}



/*プラセンタの使い方・下*/

#placenta-item-bottom{
	width:472px;
}

#placenta-item-bottom ul li{
	text-indent:-99999px;
	list-style:none;
	padding-right:3px;
	float:left;
	padding-top:10px;
}


#placenta-item-bottom #item-inject a{
	display: block; 
	background: url(/web/img/index/btn-inject.jpg);
	width:233px;
	height:53px;
}

#placenta-item-bottom #item-inject a:link,#placenta-item-bottom #item-inject a:visited{
	background-position:0px 0px;
}
#placenta-item-bottom #item-inject a:hover,#placenta-item-bottom #item-inject a:active{
	background-position:0px -53px;
}



#placenta-item-bottom #item-medical a{
	display: block; 
	background: url(/web/img/index/btn-medical.jpg);
	width:233px;
	height:53px;
}

#placenta-item-bottomp #item-medical a:link,#placenta-item-bottom #item-medical a:visited{
	background-position:0px 0px;
}
#placenta-item-bottom #item-medical a:hover,#placenta-item-bottom #item-medical a:active{
	background-position:0px -53px;
}







/*お悩み別ボタン・上*/

#onayami-wrap{
	width:190px;
	padding-left:10px;
	padding-top:10px;
}


#onayami-conts_middle{
	border-right:solid 1px #cfc9c1;
	border-left:solid 1px #cfc9c1;
	border-bottom:solid 1px #cfc9c1;
	padding-bottom:10px;
	width:204px;
}

 
/*clearfix*/
#onayami-conts_middle{
    overflow: hidden;
}

#onayami-conts_middle:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #onayami-conts_middle {
    height: 1em;
    overflow: visible;
}
/**/
/*end:clearfix*/


#onayami-wrap ul{
	height:39px;
}

#onayami-wrap ul li{
	text-indent:-99999px;
	list-style:none;
	padding-right:4px;
}

.onayami-double li{
	float:left;
	padding-bottom:4px;
}

.onayami-single li{
	clear:both;
	padding-bottom:4px;
}


#onayami-wrap #utsu a{
	display: block; 
	background: url(/web/img/index/btn-utsu.jpg);
	width:91px;
	height:35px;
}

#onayami-wrap #utsu a:link,#onayami-wrap #utsu a:visited{
	background-position:0px 0px;
}
#onayami-wrap #utsu a:hover,#onayami-wrap #utsu a:active{
	background-position:0px -35px;
}

#onayami-wrap #kankino a{
	display: block; 
	background: url(/web/img/index/btn-kankinou.jpg);
	width:91px;
	height:35px;
}

#onayami-wrap #kankino a:link,#onayami-wrap #kankino a:visited{
	background-position:0px 0px;
}
#onayami-wrap #kankino a:hover,#onayami-wrap #kankino a:active{
	background-position:0px -35px;
}

#onayami-wrap #kounenki a{
	display: block; 
	background: url(/web/img/index/btn-kounenki.jpg);
	width:91px;
	height:35px;
}

#onayami-wrap #kounenki a:link,#onayami-wrap #kounenki a:visited{
	background-position:0px 0px;
}
#onayami-wrap #kounenki a:hover,#onayami-wrap #kounenki a:active{
	background-position:0px -35px;
}

#onayami-wrap #allergy a{
	display: block; 
	background: url(/web/img/index/btn-allergy.jpg);
	width:186px;
	height:35px;
}

#onayami-wrap #allergy a:link,#onayami-wrap #allergy a:visited{
	background-position:0px 0px;
}
#onayami-wrap #allergy a:hover,#onayami-wrap #allergy a:active{
	background-position:0px -35px;
}

#onayami-wrap #hiesho a{
	display: block; 
	background: url(/web/img/index/btn-hieshou.jpg);
	width:91px;
	height:35px;
}

#onayami-wrap #hiesho a:link,#onayami-wrap #hiesho a:visited{
	background-position:0px 0px;
}
#onayami-wrap #hiesho a:hover,#onayami-wrap #hiesho a:active{
	background-position:0px -35px;
}

#onayami-wrap #shimi a{
	display: block; 
	background: url(/web/img/index/btn-shimi.jpg);
	width:91px;
	height:35px;
}

#onayami-wrap #shimi a:link,#onayami-wrap #shimi a:visited{
	background-position:0px 0px;
}
#onayami-wrap #shimi a:hover,#onayami-wrap #shimi a:active{
	background-position:0px -35px;
}

#onayami-wrap #shiwa a{
	display: block; 
	background: url(/web/img/index/btn-shiwa.jpg);
	width:91px;
	height:35px;
}

#onayami-wrap #shiwa a:link,#onayami-wrap #shiwa a:visited{
	background-position:0px 0px;
}
#onayami-wrap #shiwa a:hover,#onayami-wrap #shiwa a:active{
	background-position:0px -35px;
}

#onayami-wrap #keana a{
	display: block; 
	background: url(/web/img/index/btn-keana.jpg);
	width:91px;
	height:35px;
}

#onayami-wrap #keana a:link,#onayami-wrap #keana a:visited{
	background-position:0px 0px;
}
#onayami-wrap #keana a:hover,#onayami-wrap #keana a:active{
	background-position:0px -35px;
}

#onayami-wrap #tarumi a{
	display: block; 
	background: url(/web/img/index/btn-tarumi.jpg);
	width:91px;
	height:35px;
}

#onayami-wrap #tarumi a:link,#onayami-wrap #tarumi a:visited{
	background-position:0px 0px;
}
#onayami-wrap #tarumi a:hover,#onayami-wrap #tarumi a:active{
	background-position:0px -35px;
}



/*新着情報*/
#right-wrap-03{
	padding-top:15px;
}

#right03_middle{
	border-left:#cfc9c1 1px solid;
	border-right:#cfc9c1 1px solid;
	border-bottom:#cfc9c1 1px solid;
}


.news-conts{
	border-bottom:#cfc9c1 1px dotted;
}

.news-conts-bottom{
	border-bottom: none;
}


.news-text{
	padding:10px 10px 0px 10px;
	line-height:14px;
}
.news-date{
	padding:0px 10px 2px 10px;
	text-align:right;
	color:#aea6a4;
	font-size:10px;
	font-weight:bold;
}
#right03_middle img{
	padding-left:2px;
}


.news-text a:link,.news-text a:visited{
	color: #400c08;
}
.news-text a:hover,.news-text a:active{
	color:#EE5A28;
}


/*#right02_middle img{
	padding-top:10px;
}
を削除すること。*/


#faq-top {
	background: url(/web/img/index/q-a_top_back.jpg) no-repeat bottom;
	padding:10px 0;
	width:452px;
	height:158px;
	margin-bottom:30px;
}

#faq-top p{
	padding-left:150px;
	font-size:12px;
	line-height:18px;
	padding-top:10px;

}

#faq-top h2{
	padding:10px 10px 0 150px;
	font-size:14px;
	line-height:20px;
	color:#f63c26;
}


#faq-top ul{
	list-style:none;
	padding:10px 0 10px 140px;
	font-size:12px;
	line-height:20px;
	font-size:11px;
	list-style-position:inside;
}

#faq-top ul li{
	background: url(/web/img/index/arrow-q-a.png) no-repeat 0 5px;
	padding-left:20px;
}

#faq-top ul li a:link,#faq-top ul li a:visited{
	color:#400c08;
}

#faq-top ul li a:hover,#faq-top ul li a:active{
	color:#ee5a28;
}

#sub-text-area .faq-q{
	background: url(/web/img/index/icon-question.png) no-repeat 5px 2px #d8eef6;
	border:#72abc0 1px solid;
	padding-left:40px;
	font-size:12px;
	font-weight:bold;
	line-height:28px;
	padding-top:0px;
	margin-top:15px;
}

#sub-text-area .faq-a{
	margin-top:15px;
	background: url(/web/img/index/icon-anser.png) no-repeat 4px 0;
	padding-left:40px;
	padding-top:0px;
	line-height:24px;
	font-size:12px;
}
#sub-text-area .faq-a ul,#sub-text-area .faq-a ol{
	list-style-position:inside;
	padding:10px;
}

#sub-text-area .faq-a .left{
	width:320px;
	float:left;
}

#sub-text-area .faq-a .left02{
	width:250px;
	float:left;
}


#sub-text-area .faq-a ul{
	clear:both;
}

#sub-text-area .faq-a .right{
	float:right;
	padding-top:10px;
}



#sub-text-area .faq-text{
	font-size:12px;
	line-height:24px;
	padding-bottom:20px;
	padding-left:4px;
}

.faq-comment{
	background: url(/web/img/index/faq_bottom_back.gif) no-repeat 0 0;
	width:446px;
	height:199px;
	font-size:12px;
	line-height:24px;
}

*:first-child+html .faq-comment ul{
	line-height:18px;
}
	
.faq-comment ul{
	list-style:outside;
	padding:20px 90px 0 30px;
	line-height:20px;
}

.faq-table{
	font-size:12px;
	line-height:20px;
	padding-top:10px;
}
.faq-table th{
	background-color:#f3f4cc;
	border:#d4bd9d 1px solid;
	text-align:center;
	width:90px;
}

.faq-table td{
	border:#d4bd9d 1px solid;
	padding:10px;
}

.faq-top-link{
	text-align:right;
	padding-top:5px;
	font-size:12px;
	margin-bottom:30px;
	clear:both;
}

.namelink{
	background:#f2f1f1;
	padding:10px 0;
}
.namelink ul{
	list-style:none;
	font-size:12px;
	padding-left:5px;
}


.namelink ul li{
	background: url(/web/img/index/icon-questions.png) no-repeat 5px 5px;
	padding-left:35px;
	padding-bottom:2px;
	padding-right:10px;
}

.namelink ul li a:link,.namelink ul li a:visited{
	color:#400c08;
}

.namelink ul li a:hover,.namelink ul li a:active{
	color:#ee5a28;
}



.font-small{
	font-size:10px;
}

