@charset "utf-8";

*{margin:0;padding:0;}

body{
font: 13px/1.4 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#181818;
background: url(../images/bg.png) repeat-x;
}

a{color:#666;text-decoration:none;}
a:hover{color:#888;}
a:active, a:focus {outline: 0;}
img{border:0;}
.clear{clear:both;}


/*************
全体
*************/
#wrapper{
margin: 0 auto;
padding: 0 20px;
width: 910px;
}

/*************
/* ヘッダー
*************/
#header{
height: 105px;
position:relative;
background:url(../images/header.png) no-repeat 100% 5px;
}

#header h1 {
padding:8px 0 0 5px;
font-size: 12px;
font-weight:normal;
}

#header a{
position:absolute;
top:29px;
}

/*************
/* トップナビゲーション
*************/
ul#topnav{
margin: 0 0 10px;
width: 910px;
height: 46px;
background:url(../images/topnav.png) no-repeat 0 0;
}

ul#topnav li{float:left;list-style:none;width:151px;}

ul#topnav a{
text-indent: -9999px;
text-decoration: none;
display: block;
width: 151px;
height: 46px;
background:url(../images/topnav.png) no-repeat;
}

ul#topnav a#home{background-position:0 0;}
ul#topnav a#pricelist{background-position:-151px 0;}
ul#topnav a#service{background-position:-302px 0;}
ul#topnav a#esthetic{background-position:-453px 0;}
ul#topnav a#haircare{background-position:-604px 0;}
ul#topnav a#access{background-position:-755px 0;}

ul#topnav a#home:hover, ul#topnav li.active a#home{background-position:0 -46px;}
ul#topnav a#pricelist:hover, ul#topnav li.active a#pricelist{background-position:-151px -46px;}
ul#topnav a#service:hover, ul#topnav li.active a#service{background-position:-302px -46px;}
ul#topnav a#esthetic:hover, ul#topnav li.active a#esthetic{background-position:-453px -46px;}
ul#topnav a#haircare:hover, ul#topnav li.active a#haircare{background-position:-604px -46px;}
ul#topnav a#access:hover, ul#topnav li.active a#access{background-position:-755px -46px;}

/*************
メイン（右側）コンテンツ
*************/
#main {
float: right;
width: 618px;
/*padding: 20px 0;
*/display: inline;
}

#main .bannerM img{
padding-right: 10px;
}

#main .bannerM{
margin: 0 0 10px 0;
}

#main .bannerM img.last{padding-right:0;}

#main h2{
margin: 0 0 10px 0;
padding:10px 10px 7px 35px;
font-size:13px;
font-weight:normal;
border-bottom: 1px solid #6d0019;
background: url(../images/heading.png) no-repeat 0 50%;
}

#main h3 {
font-size: 13px;
font-weight: bold;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #484848;
border-bottom: 1px solid #cccccc;
}

#main h4 {
font-size: 13px;
font-weight: bold;
line-height: 30px;
padding-left: 15px;
margin-top: 10px;
letter-spacing: 0.2em;
color: #349393;
}

#main p {
padding: 5px 15px 0px 20px;
}

/* 画像を右に回りこみ */
#main p.withImage{
width: 598px;
height: 150px;
margin: 20px 0 0 10px;
padding: 5px 0;
}

#main p.withImage img{
float: right;
margin-left: .5em;
}

#date {
text-align: right;
padding-right: 15px;
padding-top: 15px;
padding-bottom: 10px;
font-weight:bold;
color:#484848;
}

#next {
text-align: center;
padding-top: 30px;
padding-bottom: 30px;
}

/* フッター共通 */
.box{
float: left;
width: 195px;
margin: 20px 16px 10px 0;
line-height: 1.2;
overflow:hidden;
}

.box_img{
padding: 0px 0px 10px 0px;
}

.last{margin-right:0;}


/* ボタン */
p.button{
text-align: center;
padding: 10px 0;
}

p.button a{
display:block;
line-height: 32px;
background: #ffffff url(../images/button.png) no-repeat;
margin: 0 -20px;
}

p.button a{color:#fff;}

p.button a:hover{
cursor:pointer;
background-position: 0 -32px;
}

/* メインとフッターのリスト位置調節 */
#main ul, #footer ul{margin-left: 20px;}
#main li, #footer li{margin-bottom: 3px;}


/*************
サイド（左側）コンテンツ
*************/
#sidebar {
float: left;
width: 265px;
/*padding: 20px 0;
*/}

#sidebar p{margin-bottom: 5px;}

#sidebar h3{
margin-top: 5px;
padding:5px 10px 2px 25px;
font-size: 14px;
font-weight:normal;
border-bottom: 1px solid #6d0019;
background: url(../images/heading2.png) no-repeat 0 50%;
}

#sidebar ul{
margin-left: 5px;
padding: 10px 0;
}

#sidebar li{
margin: 0 10px 10px 5px;
list-style: none;
border-bottom: 1px solid #efefef;
}

#sidebar li a{
background: url(../images/list.png) no-repeat 0 50%;
display: block;
padding-left:15px;
}

#sidebar li a:hover{background-position: 3px 50%;}


/*************
/* フッター
*************/
#footer{
clear:both;
}

#footer .inner{
overflow: hidden;
}

* html #footer .inner{height:1%;}

#footer li{
margin: 0 10px 10px 5px;
list-style: none;
line-height:0;
}

#footer li a{
background: url(../images/list.png) no-repeat 0 50%;
display: block;
line-height:1.3;
padding-left:15px;
}

#footer li a:hover{background-position: 3px 50%;}

#footer #logo{
float:left;
padding: 10px 0 5px;
width: 292px;
}

address{
padding:7px;
text-align: center;
font-style:normal;
font-size: 12px;
clear:both;
display:block;
color:#fff;
background:#ff850d;
}


#main table.style{
border-top:1px solid #03618b;
border-left:1px solid #03618b;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
color:#03618b;
text-align: center;
margin: 30px 0 30px 0;
}

.style th{
border-right:1px solid #03618b;
border-bottom:1px solid #03618b;
background-position:left top;
padding: 5px 0 5px 0;

text-align:center;
}
.style td{
border-right:1px solid #03618b;
border-bottom:1px solid #03618b;
padding: 5px 0 5px 0;

}

.strong_red{
font-size: 20px;
color: red;
}