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

body{
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-size: 96%;
	text-align:center;
	margin:0px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}


a {
	color: #6699cc;
}
a:hover {
	color: #FF9900;
}

h1{
	font-size:11px;
	margin:0 0 8px 0;
	padding:0;
	font-weight: normal;
	color: #999999;
	}
	
img{
	border:none;
}

.topusp{
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 120%;
	padding: 0px;
}

#container{
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color:#FFFFFF;
	padding:0;
	}

#header{
	overflow: hidden;
	width: 800px;
	text-align: left;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	}

#header img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top:3px;
	background-repeat: repeat-x;
	}

#headleft{
	overflow: hidden;
	float: left;
	width: 490px;
	padding:0 0 0 10px;
}

#headright{
	overflow: hidden;
	float: right;
	text-align:right;
	width: 290px;
	padding:0 10px 0 0;
}

#navi-menu{
	clear:both;
	text-align: right;
	padding:0px 10px 0 0;
	}

#content{
	overflow: hidden;
	width: 800px;
	text-align: left;
	margin-top: 5px;
	}
	

#right{
	overflow: hidden;
	float: right;
	padding: 0 10px 0 10px;
	width: 560px;
	margin:0;
}
	
.topics h2{
	background-image: url(img/topicsbar.jpg);
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}
.topics ul{
	margin:auto -3em 1em 0;
	padding:0 0 0 5px;
	position:relative;
	left:3px;
	overflow:hidden;
	width:550px;
	}

.topics li{
	margin-top:0.5em;
	margin-bottom:0.27em;
	padding:0 0 5px 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(img/sankaku.jpg);
	background-repeat: no-repeat;
	}

.topic_contents h2{
	background-image: url(img/topic_contents.jpg);
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}
.topic_contents ul{
	margin:auto -3em 1em 0;
	padding:0 0 0 5px;
	position:relative;
	left:3px;
	overflow:hidden;
	width:550px;
	}

.topic_contents li{
	margin-top:0.5em;
	margin-bottom:0.27em;
	padding:0 0 5px 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	background-image: url(img/sankaku.jpg);
	background-repeat: no-repeat;
	}

.areasearch h3{
	background-image: url(img/area.jpg);
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}

table.areasearchbox{
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	width:560px;
   	}
	
table.areasearchbox th{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width:100px;
   }

table.areasearchbox td{
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    white-space: nowrap;
}

#bread{
	font-size: 12px;
}

.pickup h2{
	background-image: url(img/pickup.jpg);
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}

.adsense h2{
	background-image: url(img/adsense.jpg);
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}

.mapsearch h2{
	background-image: url(img/mapsearch.jpg);
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}

.moresearch h2{
	background-image: url(img/moresearch.jpg);
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}

.moresearch_box{
	width: 500px;
	margin-top:15px;
}

.moresearch_midashi{
	margin: 5px 0 3px 10px;
	padding:2px 0 2px 5px;
	font-size: 16px;
	font-weight: bold;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #78d5e7;
}

.moresearch_txt{
	margin: 0 0 0 25px;
}


.searchresult h2{
	background-image: url(img/result.jpg);
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}

.morearea{
	clear:both;
}

.morearea h2{
	background-image: url(img/morearea.jpg);
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}

.morearea_txt{
	font-size: 11px;
	padding:10px;
}

.salon_box{
	width:530px;
	height:130px;
	clear:both;
	margin:5px 0 5px 0;
	padding:5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #78d5e7;	
}

.salon_box_left{
	width:160px;
	float:left;
}

.salon_box_right{
	width:370px;
	float:right;
}

.salon_box_right img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.salon_box_right a:hover{
	position:relative; top:1px; left:1px;
}

.salon_box_title{
	padding:0;
	margin:0;
	font-size: 20px;
	font-weight: bold;
}

.salon_box_catch{
	padding:5px 0 2px 0;
	margin:0;
	font-size: 14px;
	color: #666666;
}

.salon_box_img{
	padding:0;
	margin:0;
}

#salon_detail h2{
	font-size: 24px;
	color: #FFFFFF;
	background-color: #865c34;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin: 10px 0 0 0;
}

.salon_detail_box{
	width:560px;
	clear:both;
}

.salon_detail_left{
	width:360px;
	float:left;
	margin:10px 0 0 0;
}

.salon_detail_right{
	width:200px;
	float:right;
	margin:10px 0 0 0;
}

.salon_detail_catch{
	font-size: 16px;
	font-weight: bold;
	color: #e90300;
}

.salon_detail_body{
	font-size: 13px;
	color: #666666;
}

#salon_detail table{
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	width:560px;
	margin-top:5px;
   	}
	
#salon_detail table th{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width:100px;
   }

#salon_detail table td{
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    }


#left{
	overflow: hidden;
	float: left;
	width: 220px;
	background-color: #F0F2E6;
	margin:0 0 0 0;
	}

#left h4{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-align: right;
	}

#left img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}


.sideitem{
	padding-right: 5px;
	padding-left: 5px;
}

.side_new_salon{
	clear: both;
	margin-bottom: 10px;
	width: 215px;
	height: 90px;
}

.side_new_left{
	width: 95px;
	float: left;
	margin:0;
	padding:0;
	}

.side_new_right{
	float: right;
	width: 120px;
	margin:0;
	padding:0;
	}
	
#left ul{
	margin:auto -3em 1em 0;
	padding:0 0 0 5px;
	position:relative;
	left:3px;
	overflow:hidden;
	}

#left li{
	margin-top:0.1em;
	margin-bottom:0.20em;
	padding:0 0 1px 12px;
	background-image: url(img/sankaku.jpg);
	background-repeat: no-repeat;
	}

#footer{
	margin-top:20px;
	background-color: #78d5e7;
}

#footernavi{
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	padding:5px 0 0 0;
}

#footernavi a{
	font-size: 12px;
	color: #FFFFFF;
}

#footernavi a:hover{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


#copyright{
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
}


.boshu_bottun a:hover{
	position:relative; top:1px; left:1px;
}

.navinavi{
	font-size: 11px;
	text-align: right;
	margin-top:10px;
}

#postform h2{
	background-image: url(img/posttitle.jpg);
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
	}

#postform table{
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	width:800px;
	margin:auto;
	margin-top:20px;
   	}
	
#postform table th{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	width:100px;
   }

#postform table td{
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    }

#postform_how h2{
	background-image: url(img/how_post.jpg);
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}

#postform_top h2{
	background-image: url(img/top_post.jpg);
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px 0 0 0;
	padding: 6px 2px 6px 0;
	background-repeat: no-repeat;
}

#postform_top table{
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	width:800px;
	margin:auto;
	margin-top:20px;
   	}
	
#postform_top table th{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	}

#postform_top table td{
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    }
	
.submit_bottun_td{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

.postprimg{
	text-align:center;
	margin-top:20px;
}

#postform_how dl{
	margin-right: 20px;
	margin-left: 20px;
}

#postform_how dt{
	margin-top:10px;
}

#postform_how dd{
	line-height:120%;
}
   
.smalltxt{
	font-size: 11px;
}


.editlink a{
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}


#pagecontent h2{
	font-size: 24px;
	color: #FFFFFF;
	background-color: #865c34;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	margin: 10px 0 0 0;
}

#pagecontent table{
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
	width:560px;
	margin:auto;
	margin-top:20px;
	clear:both;
   	}
	
#pagecontent table th{
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
	}

#pagecontent table td{
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    }
	
.create_map_form{
	width:800px;
	}

.create_map_form_txt{
	float:right;
	width:380px;
	margin-left:10px;
}
