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


html {
	overflow-x:scroll;
}


img {
	border: none;
	vertical-align: bottom;
    padding : 0px;
	margin: 0px;
	overflow: hidden;
}



body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.9em;
	line-height: 1.7em;	
	margin: 0;
	padding: 0;
	text-align: center;
	background-image:url(../../image/bg.png);
	background-attachment:fixed;
}

.wrap {
	margin: 10px auto;
	padding: 0;
	width: 95%;
	text-align: center;
}
table.content{
	width:100%;
	margin:0 auto;
	text-align:center;
	
}



.headerMenu {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0px;
	z-index: 300;
}
	
.headerFixed {
	position: fixed;
	top: 0px;
}

#nav{
	background-image:url(../../image/header_bg.png);
	width: 100%;
	height: 80px;
	padding:10px 0;
	text-align: center;
    box-shadow: 2px 0px 10px 3px #000000;
}  
      
#nav ul{  
	list-style-type: none;
	width: 100%;
	margin: 0px auto;
	padding: 0;
	text-align: center;
}  
      
#nav li{  
	float: left;
	margin: 0px;
	padding: 0;
	text-align: center;
}  

#nav li.logo{
    box-shadow: 2px 0px 10px 3px #000000;
}


#nav a{  
	text-align: left;
}  
      
#nav a:hover{
	opacity:0.5;
  
}

#nav:after{
	content:" "; display:block; height:0; overflow:hidden; clear:both;
}
 
#headerimg{
	width:100%;
	background-color:#000;
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
	margin-top:100px;
}

#headImage {
	width:950px;
   	height:400px;
   	position:relative;
   	list-style:none;
	text-align:center;
	margin: 0px auto;
}


#headImage ul {
   list-style:none;
   margin:0 auto;
   padding:0;
}


#headImage li {
   	position:absolute;
   	background:#fff;
	margin: 0px auto;
}


.line{
	width:100%;
	margin:0px auto;
	height:70px;
	background-image:url(../../image/line.png);
}

.line02{
	width:100%;
	margin:60px auto 0;
	height:70px;
	background-image:url(../../image/line.png);
}

.left_box{
	padding:10px;
	width:220px;
    box-shadow: 2px 0px 10px 3px #A48B78;
}


.right_box{
	padding:10px;
	width:100%;
	/*
    box-shadow: 2px 0px 10px 3px #A48B78;
	background-image:url(../../image/body_bg.png);
	*/
}

.box02{
	padding:10px;
	width:100%;
	border:1px solid #CCC;
	overflow-y:scroll;
	overflow-x:hidden;
	height:250px;
	background-color:#FFFFFF;
	margin:5px auto 0px;
	font-size:13px;
}


.box02 table.news{
	text-align:left;
	margin:10px auto;
	padding:0;
	width:100%;
}
.box02 table.news tr{
	
}

.box02 table.news td{
	padding:0px;
	border-bottom:1px dotted #666666;
	color:#666666;
}
h1{
	color:#00;
	font-size:1px;
	height:1px;
}

h2{
	margin:0px auto 10px;
	text-align:left;
	width:100%;
	padding-left:70px;
	color:#3D1F04;
	line-height:40px;
	height:53px;
	background-image:url(../../image/h2_bar.png);
}


h3{
	width:100%;
	margin:0px auto 10px;
	text-align:left;
	color:#3D1F04;
}

h4{
	font-size:15px;
	color:#3D1F04;
	margin:0 auto;
	text-align:left;
	border-bottom:2px solid #3D1F04;
}

table.salon{
	width:100%;
	text-align:left;
}

table.salon td{
	border-bottom:1px solid #CCC;
	padding:10px;
	
}

table.salon th{
	border-bottom:1px solid #CCC;
	color:#3D1F04;
	padding:10px;
	
}


p{
	margin:0 auto;
	text-align:right;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	font-size:12px;
}


/*--------------------------------------------------------- */

table.formTable{
	width:100%;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-align:center;
	font-size:14px;
	color:#3D1F04;
}
table.formTable td{
	text-align:left;
	border-bottom:1px solid #3D1F04;
	padding:5px;
}

table.formTable th{
	font-weight:bold;
	color:#3D1F04;
	padding:10px;
	border-bottom:1px solid #3D1F04;
	text-align:left;
	width:150px;
}


/*--------------------------------------------------------- */
#tabnavi{
	text-align:center;
	margin:2px　auto;
	width:;
}

#tabnavi ul{
	width:230px;
	padding:0;
	margin:0;
}
#tabnavi li{
	margin:10px 0;
	width:220px;
    text-align: left;
	list-style:none;
	height:40px;
    line-height: 40px;
	border-bottom:1px dotted #3D1F04;
}
#tabnavi li a{
/*
	background:#C9CACA;
	border:1px solid #fff;
*/
	display:inline-block;
	color:#666;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	padding:5px;

}

#tabcontent{
	text-align:left;
}


#tabcontent table{
	margin:0 auto 10px;
	width:100%;
}

#tabcontent table th{
	font-weight:normal;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	text-align:left;
}

#tabcontent table td{
	width:100px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
	text-align:right;
	font-size:15px;
}


/*--------------------------------------------------------- */


/*　フッター */
#footer {
	background-image:url(../../image/header_bg.png);
	margin:0 auto 0;
	width:100%;
	text-align: center;
	color: #ffffff;
	margin-bottom: 0px;
	padding: 0px;
}
