@charset "UTF-8";
/*----------リセット----------*/
*{
	margin:0;
	padding:0;
	border:0;
	background-color:transparent;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	list-style:none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*----------フォントと背景----------*/
body{
	font-family: Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic ProN',sans-serif;
	background:url(../img/bricks.jpg) repeat;
	color:#784629;
	font-size:18px;

}
.size12{
	font-size:12px;
	line-height:1.4em;
}
.size14{
	font-size:14px;
	line-height:1.4em;
}
.size18bold{
	font-size:18px;
	line-height:1.5em;
	font-weight:bold;
}

a:link { color: #784629; font-weight:bold; text-decoration: underline;}
a:visited { color:#76a32d; }
a:hover {text-decoration: underline;}

/*-----------contents aria--------------*/
#wrap{
	width:960px;
	margin:0 auto;
}
#header{
	width:960px;
}
#content{
	width:960px;
}
#main{
	width:640px;
	float:right;
}
#side{
	width:300px;
}
#footer{
	width:960px;
	height:70px;
	background:url(../img/footerline.png) no-repeat bottom;
	clear:both;
	margin-top:60px;
}
/*-----------page共通-------------*/
#logo{
	width:262px;
	height:171px;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
}
#gnavi{
	width:960px;
	margin-bottom:60px;
}
#gnavi ul li{
	width:240px;
	height:53px;
	float:left;
}
#footernavi{
	width:470px;
	float:right;
	}
#footernavi ul li{
	height:14px;
	float:left;
	margin-right:30px;
}
address{
	text-align:right;
	width:960px;
	margin-top:20px;
	margin-bottom:50px;
}
#facebook{
	width:300px;
	height:700px;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*-----------page top-------------*/
#mainimage{
	width:644px;
	height:784px;

}
/*-----------page about-------------*/
#consept{
	width:450px;
	font-size:16px;
	line-height:3em;
	font-weight:bold;
	float:right;
	margin-top:10px;
}
#salonImage2,#salonImage3{
	width:430px;
	height:330px;
	float:left;
}
/*-----------page menu-------------*/
.tablecolumn{
	width:960px;
	margin-bottom:50px;
}
.pricetable{
	width:440px;
}
.pricemenu{
	width:440px;
	height:40px;
	margin-bottom:20px;
}
table.dotline {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 2;
}
table.dotline th {
	width: 330px;
	padding: 10px;
	border-bottom: 2px dotted #784629;
}
table.dotline td {
	width: 70px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 2px dotted #784629;
}


/*-----------page shopinfo-------------*/
#infomation{
	width:610px;
	margin-bottom:50px;
	font-size:16px;
	float:right;
	}
table.dotline2 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 2;
}
table.dotline2 th {
	width: 190px;
	padding: 10px;
	border-bottom: 2px dotted #784629;
}
table.dotline2 td {
	width: 370px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 2px dotted #784629;
}
table.dotline2 img{
	padding-top:10px;
	padding-bottom:10px;
}

.line-height15{
	line-height:1.5em;
}

#googlemap{
	width:610px;
	height:500px;
	float:right;
}