@charset "utf-8";
/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: universal reset 
	2: body and base setting
		: general params
		: acronyms and abbreviations styles
	3: link setting

==========================================================
*/


/*
===== 1: universal reset =================================
*/

*{
	margin:0px auto 0px auto;


}

/*
===== 2: body and base setting ===========================
*/

html{
}

body{
	text-align:center;/* box centering */
	padding:0 auto 0 auto;
	margin:0 auto 0 auto;
	text-align:center;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#333333;
	background:#fafafa;
	background-image:url(../img/bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	line-height:200%;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	/*padding: 0; margin&padding reset */
	line-height: 200%;/* base line height */
	text-align: left;
	display: block;
}
h1{	font-size:12px;
	float:right;
	font-weight:normal;
	margin: 0px 0px -10px 0px;
	padding:0px 0px -10px 0px;
	color:#333;
}

h2{
	font-size:16px;
	background-image:url('../img/bg_content_h2.gif');
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-repeat:no-repeat;
	margin:0px 0 10px 0 ; 
	padding:8px 5px 10px 22px;
	border:0px solid;
}

h3{	font-size:14px;
	border-left:2px solid #ddd; 
	border-right:2px solid #ddd; 
	border-top:1px solid #ddd; 
	border-bottom:1px solid #ddd; 
	margin: 5px 0px 10px 0px;
	padding:5px 0px 5px 5px;
	line-height:130%;
	text-align:center;
	background-color:#f7f7f7;
}

h4{
	font-size:14px;
	border-left:7px solid #0e0153; 
	margin: 5px 0px 10px 0px;
	padding:1px 0px 3px 5px;
	line-height:120%;
	font-weight:bold;
}

.waku h4{ font-size:12px;
	border-left:5px solid #aa7711; 
	border-bottom:1px solid #cccccc; 
	margin: 5px 0px 10px 0px;
	padding:1px 0px 3px 5px;
	line-height:130%;
}



table {
	empty-cells: show;
	line-height:180%;
	}

table tr td{
	padding:10px;
	margin:10px;
}

ul,ol,li{
margin:0px;
padding:0px;
}

p{
margin:0 0 10px 0;
}

.mgb15{
	margin-bottom:15px;
}


.mgt25{
	margin-top:25px;
}

.mg_canter25{
	margin:20px auto 10px auto;
	width:600px;
	text-align:center;
}
.mg30{
	margin-bottom:10px;
}

.f-right{
	float:right;
	clear:right;
}

.f-left{
	float:left;
	clear:right;
}
.areaAnchor,.anchor { display : none; }
img {
	border: none;/* img do not want a border */
	vertical-align: bottom;
}
li { list-style: none; }/* link do not want a dot */

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym,abbr{cursor:help;}

/*
===== 3: form setting ===========================
*/
select{ padding-right:10px; }
*+html select{padding-right:0;}/* for IE7&Opera */
* html select{padding-right:0;}/* for IE6 */　　

/*
===== 3: link setting ===========================
*/
a:link{
	text-decoration:none;
}
a:visited{
	color: #664466;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
a:active{
	color: #999933;
}

.center{
	text-align:center;
	margin: 0px auto 0px auto;
	padding: 0px auto 0px auto;
	border:0px solid #f00;
}


/*
	Site Name: 
	Description: initial setting
	Version: 
	Author: 
*/

/*
===== CONTENTS ===========================================

	1: CONTAINER
	2: HEADER
	3: FOOTER
	4: NAVIGATION
	5: MAIN CONTENT

==========================================================
*/

/*
===== 1: CONTAINER ==========================================
*/
div#container {
	text-align:center;
	margin: 0px auto 0px auto;
	width: 900px;
}

.container2{
	text-align:center;
	margin: 0px auto 0px auto;
	width: 920px;
	background:url(../img/bg.gif) repeat-y;
	background-position:center;
}

/*
===== 2: HEADER ==========================================
*/
div#header{
	padding: 5px 0px 0px 0px;
	width:100%;
	background:#f7f7f7;
}
.headertop{
	width:900px;
	border:0px solid #f00; 
	margin:0 auto 0 auto;
	padding:0 auto 0 auto;
}
.headertop2{
	width:820px;
	margin:0 auto 0 auto;
	padding:0 auto 0 auto;
	text-align:center;
	border:0px solid #f00; 
}

div#header .headertitle{
	border:0px solid #009999;

}

.logo{
	float:left;
	margin:10px 0px 10px 20px;
	border:0px solid #999999;
}

.btn{
	float:right;
	margin:20px 10px 10px 0px;
	border:0px solid #999;
	width:275px;
}

.clearit {
clear:both;
height:1px;
overflow:hidden;
}

#menu{
height:65px;
background-image:url('../img/menu_bg.jpg');
background-repeat:repeat-x;
}


.menu{
border-left:1px solid #ddd;
margin:15px 0px 10px 0px ;
padding:0 25px 0 25px ;
float:left;
background-repeat:no-repeat;
}


/*

/*
===== 3: FOOTER ==========================================
*/
div#footer{
	text-align:right;
	margin: 10px 0px 0px 0;
	padding: 30px 10px 10px 10px;
	font-size:10px;
	background:#f0f0f0;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	clear:both;
	background-image:url(../img/bg_footer.png);
	background-repeat:repeat-x;
	}
	
#footer li{
float:right;
font-size:10px;
line-height:120%;
margin:10px 0px 0 10px;
padding:0 0 0px 7px ;
border-left:1px solid #ccc;
/*background-image:url(../img/arrow1.png);*/
background-repeat:no-repeat;   
}

#footer .left{
	float:left;
}

#footer .footerwidth{
	width:840px;
	margin:0 auto 0 auto;
	padding:0 auto 0 auto;
}

#footer .right{
	float:right;
}
#footer .bottom table{
	clear:both;
	margin:10px auto 0 auto;
	padding:0px auto 0 auto;
	text-align:center;
}
#footer .bottom table tr td{
	font-size:10px;
	line-height:130%;
	margin:0px 0 0 10px;
	padding:15px 0px 0 10px ;

}




/*
===== 4: NAVIGATION ======================================
*/
#sidebar{
	width:200px;
	margin:20px 0px 0px 0px ;
	padding: 0px 15px 0px 0px ;
	float:right;
	line-height:160%;
	font-size:12px;
	border: 1px solid #ddd;
}


.waku{
	margin:0 0 20px 0px ;
	padding:5px 5px 0 5px ;
	border: 1px solid #ccc;

}

#sidebar .waku img {
margin:0 0 10px 0 ;
}


/*
===== 5: MAIN CONTENT ====================================
*/

.mainimage{
	width:900px;
	margin:0;
	margin:0px auto;
	padding:0px auto;
	text-align:right;
	border-bottom:#E8E8E8 1px solid;
}

.icon{
	width:860px;
	margin:20px 20px 0 20px ;
	text-align:center;
}

.icon img{
	margin:5px;
}


/*-----------上部画像-----------*/
.icon2{
	width:853px;
	margin:15px 1px;
	padding:25px 20px 25px 25px;
	height:280px;
	text-align:center;
	background-color:#F5F5F5;
}


#icon2_pic1{
	width:193px;
	height:69px;
	padding-top:200px;
	background:url(../img/bnr_w195_cream.gif) no-repeat;
	float:left;
	clear:right;
	margin:10px auto auto 15px;
}

#icon2_pic2{
	width:193px;
	height:69px;
	padding-top:200px;
	background:url(../img/bnr_w195_shp.gif) no-repeat;
	float:left;
	clear:right;
	margin:10px auto auto 15px;
}

#icon2_pic3{
	width:193px;
	height:69px;
	padding-top:200px;
	background:url(../img/bnr_w195_bsoap.gif) no-repeat;
	float:left;
	clear:right;
	margin:10px auto auto 15px;
}

#icon2_pic4{
	width:193px;
	height:69px;
	padding-top:200px;
	background:url(../img/bnr_w195_ionclear.jpg) no-repeat;
	float:left;
	clear:right;
	margin:10px auto auto 15px;
}

.but_cart{
	display:block;
	width:180px;
	height:33px;
	background:url(../img/bnr_w195_but1.gif)  no-repeat;
	margin:auto auto 5px auto;
}

.but_cart:hover{background-position: top right;}


.but_item{
	display:block;
	width:180px;
	height:24px;
	background:url(../img/bnr_w195_but2.gif) no-repeat;
	margin:5px auto 5px auto;
	
}

.but_item:hover{background-position: top right;}


/*-----------main-----------*/


#ma_box{
	width:840px;
	margin:auto auto 30px auto;
	padding:0;	
	text-align:left;
	font-size:13px;	
	color:#000;
}

#ma_box .ma_left{
	width:600px;
	float:left;
	margin:20px 10px auto 0;
	padding:0;
	border:0px solid #dd0;
}


#ma_box .ma_right{
	width:200px;
	float:right;
	margin-top:20px;
	padding:0;
}

#ma_box .ma_right img{
	margin-bottom:10px;
}

.text2{
	font-size:10px;
	color:#882222;
	line-height:170%;
}





/* NEWS */

.news{
width:600px;
margin:0 auto 25px 0;
padding:0;
height:110px;
overflow:auto;
}


.news li{
	border-bottom:1px dotted #ccc;
	width:570px;
	font-size:12px;
	padding-left:10px;
}

#mess{
	width:600px;
	height:213px;
	background:url(../img/left_messege.gif) no-repeat;
	padding-top:60px;
	margin-bottom:20px;
}

#mess .m_txt{
	width:440px;
	height:180px;
	margin-left:140px;
	line-height:180%;
}


.ansin{
	width:600px;
	margin:20px auto 40px auto;
}

.ansin img{
	margin-right:3px;
}


/* デオラボについて*/
#onayami{
	width:600px;
	height:142px;
	background:url(../img/left_nayami02.gif) no-repeat;
	margin:0;
}

#onayami .nayami_txt{
	width:490px;
	margin-left:25px;
	color:#006881;
	font-weight:bold;
	letter-spacing:1px;
}

#onayami_bg{
	background:url(../img/left-about_bg.gif) repeat-y;
	width:570px;
	padding:0 5px 0 25px;
	margin:0;
}


#onayami_bg .nayami_txt2{
	width:245px;
	float:left;
	margin-bottom:30px;
}

#onayami_bg .nayami_txt3{
	width:350px;
	float:left;
	margin-bottom:30px;
}

#onayami_bg .nayami_txt4{
	width:430px;
	float:right;
	clear:right;
}



.red{
	color:#F00;
}



/* お手軽カート*/

#otg_bg{
	background:url(../img/left_otegaru_bg.gif) repeat-y;
	width:590px;
	padding:0 5px 0 5px;
	clear:both;
	border-bottom:#999 solid 1px;
}

#otg_bg .bg_wh{
	width:565px;
	padding:10px;
	margin:0 auto 30px auto;
	background-color:#FFF;
	border:#999 solid 1px;
	text-align:left;
line-height:150%;
	font-size:12px;	
	
}

.otg_tit{
	width:550px;
	text-align:left;
	margin-bottom:10px;
	clear:both;
}

.otg_pic{
	float:left;
	clear:left;
	margin-right:10px;
}

#otg_comm{
	float:right;
	clear:right;
	width:435px;
	text-align:left;
	margin-top:7px;
	
}

#otg_comm .l_txt{
	display:block;
	float:left;
	color:#666;
	font-size:11px;
	clear:right;
	line-height:120%;
	margin-top:15px;
}

#otg_comm .l_but{
	float:right;
	clear:right;
	width:230px;
}

.otg_pic2{
	width:240px;
	float:left;
	clear:left;
	color:#666;
	font-size:11px;
	line-height:120%;
}

.otg_pic2 img{
	margin-right:5px;
}

.l_but2{
	text-align:right;
	float:right;
	clear:right;
	width:320px;
}


.otg_line{
	width:565px;
	border-bottom:#999 solid 1px;
	height:15px;
	margin:15px auto 20px auto;
	display:block;
	clear:both;
}

/*  item  */

#item h3{
border:0;
border-bottom:1px solid #bbb;
border-top:1px solid #bbb;
padding:7px 0 7px 0;
margin:0 0 20px 0;
background:#fff;
font-size:14px;
}

#item .waku table tr td{
font-size:11px;
line-height:150%;
}

/**/

/*  Voice  */

.voice{
float:left;
width:260px;
/*height:360px;*/
border:1px solid #ddd;
padding:10px;
margin:10px 0 10px 15px;
background-image:url(../img/voice_bg.png);
background-repeat:no-repeat;
}

.voice .name{
float:left;
font-size:11px;
margin:0px 0px 0px 20px;
}
.voice .star{
float:right;
font-size:10px;
color:#FF6600;
}

.voice .text{
clear:both;
border-top:1px dotted #ccc;
padding:10px 0 0 0 ;
}


/**/

/*  Nayami  */

.nayami{
width:570px;
/*height:360px;*/
border:1px solid #ddd;
padding:15px 15px 0 15px;
margin:10px 0 15px 0px;
background-image:url(../img/nayami_bg.png);
background-repeat:no-repeat;
}

.voice .text{
clear:both;
border-top:1px dotted #ccc;
padding:10px 0 0 0 ;
}

.nayami .name{
	font-size:12px;
	line-height:130%;
	margin:-10px  0 10px 0;
	text-align:right;
	}

.answer{
	background:#fff6f6;
	border:1px solid #ffeeee;
	padding:10px 20px 20px 20px;
	margin:0 0 10px 30px;
	font-size:12ox;
	line-height:160%;
}

/**/


/*clinic*/

.clinic{
	border:1px solid #CCC;
	padding:15px;
	width:568px;
	background:#fbfaf4;
	background-image:url(../img/tokio_crinic_bg.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.clinictext{
	width:370px;
}

/* tableborder */

.tableborder table tr td{
font-size:10px;
padding:5px 5px 5px 2px ;
border-bottom:1px solid #ddd;
}

.tableborder table th{
font-size:11px;
padding:5px 5px 5px 2px ;
border-top:2px solid #999;
border-bottom:2px solid #999;
text-align:center;
}

/**/



.message{
background:#ECEADE;
margin:0 0 10px 0;
padding:1px;
}

.message_box{
background:#ffffff;
margin:10px;
padding:7px;

}


.midashi2{
border-left:7px solid #9bcb70;
font-family:"ＭＳ ゴシック", "Osaka－等幅";
line-height:120%;
padding:0 0 0 5px ;
font-weight:bold;
margin:0 0 10px 0;
}


.underline{
	margin: 0px 0px 3px 5px;
	padding: 0px 0px 3px 0px;
	border-bottom:1px dotted #999999;
}

.img{
	float:left;
	margin: 1px 0px 0px 0px;
	padding: 2px 0px 5px 0px;
	border: 0px solid #0ff;
	background-color: #fff;
}


.tenpoint{
	line-height:160%;
	font-size:10px;
}



/* pankuzu */

div.breadcrumbs {
	font-size:10px;
	width:860px;
	overflow:hidden;
	margin:20px 0 10px 20px;
	padding:0;
	height:30px;
	line-height:30px;
	background:url(../img/bg-stripe-3.png);

	/*-- sample only --*/
	color:#888888;
	border:1px solid #eee;
	margin-bottom:20px;
}
div.breadcrumbs a, div.breadcrumbs em, div.breadcrumbs span {
	float:left;
	overflow:hidden;
	height:30px;
	padding:0 8px;
	font-style:normal;
}
div.breadcrumbs span {
	background:url(../img/bg-breadcrumb.png) no-repeat left center;
	overflow:hidden;
	padding:0 0 0 10px;
	width:0px;

	filter:alpha(opacity=40);
	opacity:0.4;
}

/**/
