@charset "utf-8";

/* リセットスタイル */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, blockquote, th, td {
	margin: 0px;
	padding: 0px;
	line-height: 1.0;
	letter-spacing:0.1em;
}

table {
	border-collapse: collapse;
	border-spacing: 0px;
}

address, caption, em, strong, th {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
}


/* 汎用スタイル */

.pb5 {
	padding-bottom: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.margin-rignt10{
	margin-right:10px;
}

.margin-bottom40{
	margin-bottom:30px;
}

.margin20{
	margin:20px 0px;
}

.margin-bottom30 {
	margin-bottom:40px;
}

.margin-bottom20 {
	margin-bottom:20px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

img.left {
	float: left;
	margin: 0 12px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 12px;
}

img.middle {
	vertical-align:middle;
}

.clear{
	clear:both;
}

.font_bold {
	font-weight: bold;
}

.linehi_8 {
	line-height: 8pt;
}

.linehi_10 {
	line-height: 10pt;
}

.linehi_12 {
	line-height: 12pt;
}

.linehi_16 {
	line-height: 16pt;
}

.fontsize_8 {
	font-size: 8pt;
}

.fontsize_10 {
	font-size: 10pt;
}

.fontsize_12 {
	font-size: 12pt;
}

/* 基本スタイル */

body {
	color : #666666;
	line-height:1.4;
	background-image: url(image/body_bg.gif);
	margin: 0 auto;
	width: 800px;
	font-size: small;
}

a {
	color: #195CAB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
	line-height:1.4;
}

table {
	margin: 0px;
	empty-cells: show;
}

input,label {
	vertical-align: middle;
}

hr {
	display: none;
}

embed,object {
	vertical-align: top;
}

/* 共通スタイル */

#container {
	width: 780px;
	background-color: #FFFFFF;
	padding: 0 10px;
}


#footer {
	margin: 0;
	background-image: url(image/footer_bg.gif);
	padding-left: 25px;
	clear: both;
	padding-top: 28px;
	padding-bottom: 13px;
}

/* トップページスタイル */

#top-header {
	background-image: url(image/top_logo_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#top-header h1 {
	width: 170px;
	height: 130px;
	margin-left: 20px;
}

#top-header h1 a {
	width: 170px;
	background-image: url(image/top_logo.gif);
	text-indent: -9999px;
	height: 130px;
	display: block;
}

#topmain{
	padding-bottom:10px;
	}

#info-box{
	background-image: url(image/topinfo_main_bg.jpg);
	background-position:center bottom;
	}
	
#infobtn{
	background-image: url(image/top_btn_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 20px;
	padding: 13px 0px 13px 12px;
	}
	
#infobtn li{
	display:inline;
	}
	
#infobtn li img{
	margin-right:5px;
	}

#informationbox {
	width: 750px;
	padding: 0px 15px;
	}
	
#informationmain {
	width: 530px;
	float: left;
	margin-right: 20px;
	}

#informationsub {
	float: left;
	width: 200px;
	}

#informationmain dt{
	float:left;
	width:90px;
	line-height: 1.3;
	padding-bottom: 10px;
	}

#informationmain dd{
	width: 440px;
	float:left;
	line-height: 1.3;
	padding-bottom: 10px;
	}

/* 中ページスタイル */

#contents {
	width: 780px;
	background-image: url(image/container2_top_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#header {
	background-image: url(image/h1_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#header h1 {
	height: 97px;
}

#header h1 a {
	width: 180px;
	background-image: url(image/logo.gif);
	text-indent: -9999px;
	height: 80px;
	display: block;
	margin-left: 15px;
}

#navi {
	float: left;
	width: 180px;
	padding-right: 12px;
	padding-left: 15px;
	background-image: url(image/navi_top_bg.gif);
	background-repeat: no-repeat;
	margin-top: 33px;
}

#navi img {
	vertical-align: bottom;
	font-size: 0px;
	line-height: 0px;
}

#main{
	background-image: url(image/title_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 550px;
	padding:0 10px 0 13px;
	float: left;
	}
	
#main h2{
	padding: 31px 0 20px 0;
	height: 50px;
	}
	
#main h3 {
	clear: both;
	padding: 15px 0 8px 0;
	width: 550px;
	color: #7E58BD;
	font-size: 150%;
	font-weight: bold;
	background: url(image/title_underbar.gif) left bottom;
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

#main h4 {
	color: #3C8E3F;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

#main h5 {
	color: #7E58BD;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

#main h6 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 5px;
}

.pagetop {
	background-image: url(image/pagetopbg.gif);
	padding: 10px 10px 30px 0;
	text-align: right;
	margin: 30px 0 0 0;
	background-repeat: no-repeat;
}






/* 会社概要 */

#companylist dl{
	width:550px;
	line-height: 1.3;
	margin-top:20px;
	}

#companylist dt{
	float:left;
	width:90px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfdfdf;
	padding-top: 10px;
	}

#companylist dd{
	width: 440px;
	float:left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dfdfdf;
	padding-top: 10px;
	}
	
#company-btn{
	width:550px;
	text-align:right;
	clear: both;
	padding: 30px 0px;
	}

/* 美容室一覧 */


#salonlistimg{
	background-image: url(image/salon_list_i01.jpg);
	background-repeat: no-repeat;
	width: 230px;
	padding-top: 170px;
	padding-right: 320px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 55px;
	position: relative;
	}
	
#salonlistimg .salonlistlink{
	position: absolute;
	top: 0;
	left: 0;
	}
	
.salonlist-td01{
	background-color:#F3EFF9;
	border:#dfdfdf solid 1px;
	padding:10px;
	white-space: nowrap;
	width: 30px;
	font-size: 12px;
	}

.salonlist-td02{
	background-color:#F3EFF9;
	border:#dfdfdf solid 1px;
	padding:10px;
	white-space: nowrap;
	width: 85px;
	font-size: 12px;
	}

.salonlist-td03 {
	border:#dfdfdf solid 1px;
	font-size: 12px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height:1.4;
}

.area{
	font-weight: bold;
	padding: 4px 0px 5px 0px;
	border-bottom: 1px solid #dfdfdf;
	margin: 20px 0px 10px 0px;
	background: url(image/area_headicon.gif) no-repeat;
	height: 22px;
	font-size: 15px;
	color: #545454;
	padding-left: 20px;
	cursor: pointer;
	}
	
.area a{
	font-size: 14px;
	font-weight: bold;
	color:#545454;
	letter-spacing: 0.3em;
	outline:none;
	}

.area a:hover{
	text-decoration:none;
	}

.area a img{
	line-height: 1.0;
	margin-left: 15px;
	height: 18px;
	width: 48px;
	vertical-align: bottom;
	}

.shopname{
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	background-image: url(image/salonlist_shopname_bg.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 550px;
	padding-left: 10px;
	}




/* ブロックエディタ */


.img-l {
	clear: both;
	float:left;
	margin:0px 10px 10px 0px;
}

.img-r {
	clear: both;
	float:right;
	margin:0px 0px 10px 10px;
}

.waku {
	clear: both;
	padding: 15px;
	border: 1px solid #7E58BD;
	width: 518px;
	margin-bottom: 15px;
}

.hrstyle {
	clear: both;
	border-top: 1px dotted #CCCCCC;
	height: 14px;
	text-indent: -9999px;
	width: 550px;
}

.rich {
	clear: both;
	width: 550px;
	margin-bottom: 15px;
}

.ta-right {
	text-align: right;
}


/* リストページ */


#categorylist {
	background-image: url(image/title_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 550px;
	padding:0 10px 0 13px;
	float: left;
	}
	
#categorylist h2{
	padding: 31px 0 20px 0;
	height: 50px;
	}
	
#categorylist dt {
	clear: both;
}

#categorylist h3 {
	background: url(image/area_headicon.gif) no-repeat 0px 18px;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	padding: 24px 0 4px 20px;
	margin-bottom: 10px;
	height: 22px;
	font-size: 15px;
	color: #545454;
	width: 530px;
}

#categorylist dd {
	padding-bottom: 15px;
}

#categorylist dd .listimg {
	float: left;
	padding-right: 15px;
}

#categorylist dd p {
}


/* サイトマップページ */

#sitemap dt {
	clear: both;
}

#sitemap h3 {
	background: url(image/area_headicon.gif) no-repeat 0px 18px;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	padding: 24px 0 4px 20px;
	margin-bottom: 10px;
	height: 22px;
	font-size: 15px;
	color: #545454;
	width: 530px;
}

#sitemap dd {
	padding-bottom: 15px;
	padding-left: 20px;
}

#sitemap dd p {
}

/* よくある質問ページ */

#qanda h3 {
	background: url(image/qanda_iconq.gif) no-repeat;
	border-bottom: 1px solid #dfdfdf;
	font-weight: bold;
	padding: 4px 0 4px 30px;
	margin-bottom: 0px;
	height: 22px;
	font-size: 15px;
	color: #545454;
	width: 530px;
}

#qanda dl {
	margin-bottom: 20px;
}

#qanda dd {
	margin-left: 30px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 10px;
}

#qanda .qanda-a-icon {
	background-image:url(image/qanda_icona.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	
}

/* メールフォーム */

#mailpage {
}

#mailpage th{
	background-color:#F3EFF9;
	border:#dfdfdf solid 1px;
	padding: 5px 5px 5px 10px;
	width: 150px;
	}
#mailpage td {
	border: 1px solid #dfdfdf;
	padding: 5px 5px 5px 10px;
}

#mailpage span {
	color: #CC0000;
}

#mailpage .telsize input {
	width: 50px;
}

#mailpage .messize {
	line-height: 1.5;
}

#mailpage .messize textarea {
	width: 300px;
}

#mailpage .button {
	padding: 15px;
	text-align: center;
}

#mailpage .button button {
	padding: 5px;
}



.error {
	color: #CC0000;
}
.form_bottom {
	text-align: center;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
	margin-top: 30px;
	padding-bottom: 50px;
}

#contact-end {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
}
#other {
	font-size:x-small;
	margin: 0px;
	padding: 0px;
}


/* clear floatなど */

#body,
#footer{
	/*\*/
	_overflow: visible;
	_height: 1px;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}

#body:after,
#footer:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
}


br {
	letter-spacing: 0;
}
