@charset "utf-8";

/* CSS Document */

/*======================================
　1.Reset
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;

}
img {border:0;
vertical-align:middle}
ul {list-style: none;}

a:hover img {
	opacity:0.8;
}

/*======================================
　2.Fonts
=======================================*/

body {
	font-size: 14px;
	font-family: Arial,/*'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',*/sans-serif;
	color: #555555;
	background-color: #faebf2;
	letter-spacing:0.05em;
}

/*======================================
　3.Other
=======================================*/




/* --- link --- */
a {
	color: #663333;
text-decoration: underline;
}
a:visited {
	color: #663333;
text-decoration: underline;
}
a:hover {
	color: #663333;
text-decoration: none;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/kage.jpg);
	background-repeat: repeat-y;
	position:relative;

}
#header {
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



	#header > h1 {
	color: #fff;
	font-size:12px;
	color:#552922;
	margin:0 0 0 165px;
	padding:5px 0 0;
}

#mainimage {
	height: 254px;
	width: 760px;
	margin: 0 auto 10px;
}

#logo {
	margin:5px 0 15px 165px;
	height: 39px;
	width: 134px;
}

#main {
	width: 540px;
	float: right;
	display: inline;
	margin-right: 20px;
	margin-bottom: 25px;
}

	#main > p {
		margin:0 15px 15px 15px;
	}


#side {
	width: 220px;
	float: left;
	display: inline;
	margin-left: 20px;
}

#side #yuri {
	margin-left: 40px;
	margin-bottom: 20px;
	margin-top: 30px;
}

#footer {
	background-color: #fcdeef;
	width: 800px;
	clear: both;
	color: #532720;
	text-align: center;
	padding:15px 0;
	}

#footer a {
	color:#080808;
	text-decoration:underline;
}

#footer a:hover {
	text-decoration:none;
}

#copyright {
	color:#030303;
}

.clr {
	clear: both;
}

#gnav {
	margin:0 0 20px;
}

#gnav li a {

	height: 35px;
	width: 140px;
	background:url(../images/gnav_bg.png) no-repeat;
	font-size:16px;
	margin:0 0 3px;
	color:#575352;
	display:block;
	text-decoration:none;
	padding:15px 0 0 60px;
	font-weight:bold;
}
	#gnav li a:hover {
		text-decoration:underline;
	}
#menubtnside {
	margin-bottom: 20px;
}
#menubtnside li {
	margin-bottom: 10px;

}


#footer #subnav li {
	display: inline;
}

#linktitle {
	text-align: center;
	letter-spacing: 1em;
	color: #300;
	margin:0 0 10px;
}

#link li {
	margin:0 0 5px 30px;
	list-style-type: disc
}

#link li a {
	color: #663333;
}

.hanyou_ul {
	margin:0 15px 20px 30px;
}

	.hanyou_ul li {
		list-style:disc;
	}


.h2_bg {
	background:url(../images/h2_bg.png) no-repeat;
	width:515px;
	height:39px;
	font-size:24px;
	color:#775A1E;
	padding:5px 0 5px 25px;
	margin:0 0 15px ;
	font-weight:bold;
}

.h3_bg {
	background:url(../images/h3_bg.png) no-repeat;
	width:515px;
	height:25px;
	font-size:20px;
	color:#775A1E;
	padding:0 0 5px 25px;
	margin:0 0 20px ;
	font-weight:bold;
	clear:both;
}

#salon_info {
	background:url(../images/salon_info.jpg) no-repeat;
	width:288px;
	height:151px;
	padding:90px 0 0 250px;
	margin:0 0 30px;
	font-size:12px;
}

.hanyou_ta {
	margin:0 15px 30px 15px;
	width:500px;
}

.hanyou_ta th {
	font-weight:bold;
	padding:10px;
	border-bottom:#999 dotted 1px;
	white-space:nowrap;
}

.hanyou_ta td {
	padding:10px;
	border-bottom:#999 dotted 1px;
}

input[type="text"]{
	width:90%;
	height:30px;
}

.required {
	background:#c00;
	color:#fff;
	padding:3px;
	text-align:center;
	font-size:12px;
	border-radius:5px;
}
	
.center {
	text-align:center;
}