/*----------------------------------------------------------
   銀座小町クリニック　メンズサイト　CSS
-----------------------------------------------------------*/

/*setting
------------------------------------*/

body{
background: #ffffff;
font-size: 75%;
line-height: 150%;
height:100%;
color: #545454;
}

html{
height:100%;
}


/*outline
------------------------------------*/

* html div#outline{
height:100%;
}
/*
*:first-child+html div#outline{
height: auto;
}

div#outline{
/height:100%;
}
*/

#outline{
position:relative;
background: #ffffff url('/mens/images/common/bg_top.png') left top repeat-x;
}

p {
padding: 0 10px;
}

a { outline: none; }

a:hover img.alpha{
opacity:0.7;
filter: alpha(opacity=70);
}

* html img{
behavior: expression(IEPNGFIX.fix(this));
}
* html div#head_subpage { behavior: expression(IEPNGFIX.fix(this)); }
* html div#side_area img.png{
behavior: expression(IEPNGFIX.fix(this));
}
table{
border: #cccccc;
}
td{
border: #cccccc;
}
th{
border: #cccccc;
}

p.clear{
clear: both;
}
.fs130{
font-size: 130%;
font-weight:bold
}

.textalign_right{
text-align: right;
}
.textalign_left{
text-align: left;
}
.float_right{
float: right;
}
.float_left{
float: left;
}
div.border{
padding: 10px;
margin-bottom: 10px;
border: 1px solid #eeeeee;
height: 100px;
}
div.padding10{
padding: 10px;
}
.margin_right10{
margin-right: 10px;
}
.margin_left10{
margin-left: 10px;
}
.margin_left15{
margin-left: 15px;
}
.margin_top5{
margin-top: 5px;
}
.margin_bottom5{
margin-bottom: 5px;
}
.margin_bottom10{
margin-bottom: 10px;
}
.margin_bottom15{
margin-bottom: 15px;
}
.mt_10{
margin-top: 10px;
}
.mt_20{
margin-top: 20px;
}
.mt_30{
margin-top: 30px;
}
.ps_10{
padding: 0 10px;
}
.ps_20{
padding: 0 20px;
}

.mr_100{
margin-right: 100px;
}
.mr_10{
margin-right: 10px;
}
.mr_20{
margin-right: 20px;
}

.notice{
color: #7a0026;
}
span.red{
color: #a5212f;
}
.big{
font-size: 140%;
font-weight: bold;
}
span.fs120{
font-size: 120%;
}

div.textalign_center{
text-align: center;
}

div.contents_wrapper{
padding: 0 20px 10px;
}

/* Link Color
--------------------------------*/
a:link {
color:#545454;
text-decoration:underline;
}

a:visited {
color:#545454;
text-decoration:underline;
}

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

a:active {
color:#a5212f;
text-decoration:underline;
}



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

#header{
margin-left: auto;
margin-right: auto;
width: 900px;
}
#header img{
margin-top: 20px;
}

#header_main{
float: left;
width: 400px;
}

#header_main h1{
margin: 0;
padding: 0;
color: #839bc3;
font-size: 10px;
font-weight: normal;
height: 20px;
}

#header_info{
width: 480px;
text-align: right;
float: right;
}

#header_info ul{
float: right;
margin: 0;
padding: 0;
color: #839bc3;
font-size: 10px;
}

#header_info ul li{
margin-left: 20px;
color: #839bc3;
padding: 0;
float: right;
list-style-image: url("/mens/images/common/pt_header_info.gif");
}
#header_info ul li a:link {
color: #839bc3;
text-decoration:underline;
}

#header_info ul li a:visited {
color: #839bc3;
text-decoration:underline;
}

#header_info ul li a:hover {
color: #a5212f;
text-decoration:underline;
}

#info{
margin: 38px 0 0 80px;
_margin: 18px 0 0 80px;
width: 401px;
height: 63px;
background: #ffffff url('/mens/images/common/info.gif') bottom center no-repeat;
}

#btn_request{
position:relative; top:20px; right:5px;
}

/* menu
------------------------------------*/
#global_menu{
margin-left: auto;
margin-right: auto;
width: 900px;
clear: both;
height: 50px;
margin-bottom: 0px;
vertical-align: bottom;
}

#global_menu ul{
margin: 0;
padding: 0;
}

#global_menu ul li{
margin: 0;
padding: 0;
float: left;
list-style-type: none;
line-height: 0;
}


/* wrapper
------------------------------------*/
#wrapper{
zoom:1;
width: 860px;
padding: 0 20px;
background: #ffffff;
margin: 0 auto;
height: 1800px;
/height: auto;
}


/* contents
------------------------------------*/
#contents{
float: right;
width: 605px;
padding: 10px 0 0 10px;
clear: both;
}
#index #contents{
margin: -24px 0 0 0;
padding: 0px 0 0 10px;
position: relative;
}

h2{
background: url('/mens/images/common/bg_h2.png') left top no-repeat;
height: 26px;
padding: 9px 0 0 20px;
margin: 0 0 10px 0;
}
.h2_box_left{
float: left;
width: 305px;
}
.h2_box_right{
float: right;
width: 290px;
}
h3.text{
border-bottom: 1px solid #cccccc;
border-left: 4px solid #2f4569;
padding: 3px;
padding-left: 10px;
font-size: 14px;
}
h4{
margin: 20px 0 4px 0;
border-bottom: 1px dashed #99eeff;
color: #3344aa;
}

/* lead
------------------------------------*/
div.lead{
background: url('/mens/images/common/bg_lead.png') left top no-repeat;
height: 120px;
margin-top: 20px;
}
img.btn_lead{
margin: 20px 0 0 350px;
}

/* pagetop
------------------------------------*/
img.btn_pagetop{
margin: 20px 0 20px 500px; 
}


/* side_area
------------------------------------*/
#side_area{
float: left;
width: 230px;
}
#index #side_area{
margin: -24px 0 0 0;
position: relative;
}

/* side_menu
------------------------------------*/
.side_menu{
border: 5px solid #eeeeee;
background: #f7f8fa;
margin-top: 10px;
}

.side_menu h3{
background: url('/mens/images/common/bg_h3.png') left top no-repeat;
width: 194px;
height: 22px;
color: white;
margin: 0 auto;
padding: 6px 0 0 16px;
}

.side_menu ul li{
list-style-image: url("/mens/images/common/pt_side_menu.gif");
}
/* outline_bottom
------------------------------------*/
#outline_bottom{
height: 215px;
background: #ffffff url('/mens/images/common/bg_bottom.png') left bottom repeat-x;
}

/* footer
------------------------------------*/
#footer{
width: 900px;
height: 194px;
margin: 0 auto;
background: #ffffff url('/mens/images/common/bg_footer.jpg') center bottom no-repeat;
}

#footer_menu{
width: 900px;
margin: 0 auto;
}
#footer_menu ul{
margin: 2px 0 0 20px;
}
#footer_menu ul li{
list-style-image: url("/mens/images/common/pt_information.gif");
}

#footer_menu h4{
margin-top: 7px;
color: #222222;
border-bottom: 1px solid #222222;
}
#footer_menu #left{
padding-left: 20px;
width: 280px;
height: 160px;
float: left;
}

#footer_menu #center{
padding-left: 20px;
width: 280px;
height: 160px;
float: left;
}

#footer_menu #right{
padding-left: 20px;
float: left;
width: 280px;
height: 160px;
}

#footer_info{
width: 900px;
margin: 0 auto;
padding-top: 5px;
}
#footer_info ul{
margin: 0;
padding: 0;
float: right;
}

#footer_info ul li{
margin: 0;
padding: 0;
float: left;
line-height: 0;
margin-right: 20px;
list-style-image: url("/mens/images/common/pt_information.gif");
}
#copyright{
text-align: center;
color: white;
}

/* price
------------------------------------*/
table.pricetable{
margin:0 0 5px 4px;
border-left:solid 1px #253652;
border-top:solid 1px #253652;
}
table.pricetable span.red{
color: red;;
}
table.pricetable th{
border-right:solid 1px #253652;
border-bottom:solid 1px #253652;
color:#ffffff;
font-weight:bold;
text-align:center;
padding:4px 3px 5px;
background:#62789b;
}
table.pricetable th.th1{
width:240px;
}
table.pricetable th.th2{
padding-left:0;
padding-right:0;
width:60px;
}
table.pricetable th.th3{
width:130px;
}
table.pricetable th.th4{
width:90px;
}
table.pricetable td{
border-right:solid 1px #253652;
border-bottom:solid 1px #253652;
text-align:center;
padding:8px 3px;
}
table.pricetable td.td0{
background:#eef0ff;
text-align:left;
padding:8px 11px;
font-weight:bold;
}
table.pricetable td.td0 .tdcap{
font-weight:normal;
font-size:10px;
margin-left:5px;
}
table.pricetable td.td1{
background:#eef0ff;
text-align:left;
padding:8px 11px;
font-weight:bold;
}
table.pricetable td.td1 .tdcap{
font-weight:normal;
font-size:10px;
margin-left:5px;
}
table.pricetable td.td4{
font-weight:bold;
}

table.pricetable2{
margin:0 0 5px 4px;
border-left:solid 1px #253652;
border-top:solid 1px #253652;
}
table.pricetable2 th{
border-right:solid 1px #253652;
border-bottom:solid 1px #253652;
color:#ffffff;
font-weight:bold;
text-align:center;
padding:4px 3px 5px;
background:#62789b;
}
table.pricetable2 th.th1{
width:150px;
}
table.pricetable2 th.th2{
width:85px;
}
table.pricetable2 th.th3{
width:85px;
}
table.pricetable2 th.th4{
width:85px;
}
table.pricetable2 th.th5{
width:85px;
}

table.pricetable2 td{
border-right:solid 1px #253652;
border-bottom:solid 1px #253652;
text-align:center;
padding:8px 3px;
}
table.pricetable2 td.td0{
background:#f0f0f0;
text-align:left;
padding:6px 11px;
}

table.pricetable2 td.td1{
background:#eef0ff;
text-align:left;
padding:8px 11px;
font-weight: bold;
}
table.pricetable2 td.td2{
color: red;
font-weight: bold;
}
table.pricetable2 td.td3{
font-weight: bold;
}
table.pricetable2 td.td4{
font-weight: bold;
}
table.pricetable2 td.td5{
font-weight: bold;
}
table.pricetable2 span.red{
color: red;;
}

table.pricetable3{
margin:0 0 5px 4px;
border-left:solid 1px #253652;
border-top:solid 1px #253652;
border-bottom:solid 1px #253652;
}
table.pricetable3 .td1{
border-right:solid 1px #253652;
border-bottom:solid 1px #253652;
color:#666666;
font-weight:bold;
width:152px;
padding:3px 6px 3px 8px;
}
table.pricetable3 .td2{
border-right:solid 1px #253652;
border-bottom:solid 1px #253652;
width:344px;
padding:3px 12px 3px 33px;
}
table.pricetable3 .td3{
border-right:solid 1px #253652;
border-bottom:none;
color:#666666;
font-weight:bold;
width:152px;
padding:3px 6px 3px 8px;
}
table.pricetable3 .td4{
border-right:solid 1px #253652;
border-bottom:none;
}


table.pricetable4{
margin:0 0 5px 4px;
border-left:solid 1px #253652;
border-top:solid 1px #253652;
}
table.pricetable4 th{
border-right:solid 1px #253652;
border-bottom:solid 1px #253652;
color:#ffffff;
font-weight:bold;
text-align:center;
padding:4px 3px 5px;
background:#62789b;
}
table.pricetable4 th.th1{
width:210px;
}
table.pricetable4 th.th2{
padding-left:0;
padding-right:0;
width:210px;
}
table.pricetable4 th.th3{
width:100px;
}
table.pricetable4 td{
border-right:solid 1px #253652;
border-bottom:solid 1px #253652;
text-align:center;
padding:8px 3px;
}
table.pricetable4 td.td0{
background:#62789b;
text-align:left;
padding:8px 11px;
font-weight:bold;
}
table.pricetable4 td.td0 .tdcap{
font-weight:normal;
font-size:10px;
margin-left:5px;
}
table.pricetable4 td.td1{
background:#eef0ff;
text-align:left;
padding:8px 11px;
font-weight:bold;
}
table.pricetable4 td.td1 .tdcap{
font-weight:normal;
font-size:10px;
margin-left:5px;
}
table.pricetable4 td.td3{
font-weight:bold;
}
.reservebtn{
margin:0 0 20px 141px;
}

img.sidebn{
margin-top: 10px;
}
.arrow{
margin: 3px 3px 0 0;
float: left;
}