@charset "utf-8";

/*↓↓CSSリセットここから↓↓*/

html{color:#333333;background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
.left-content input {border:none;}
legend{color:#000;}
del,ins{text-decoration:none;}
a {text-decoration:none;}

/*↑↑CSSリセットここまで↑↑*/

body {
	color:#666;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	font-size:12px;
	background:#ffffff url("../images/common/body_bg.gif");
	padding:0;
	margin:0;
}

#wrapper {
	width:980px;
	height:auto;
	background:url("../images/common/wrapper_bg.png") repeat-y;
	padding:0 7px;
	margin:0 auto;
}

* html #wrapper {
	width:980px;
	height:auto;
	background:url("../images/common/wrapper_bg.gif") repeat-y;
	padding:0 7px;
	margin:0 auto;
}


#header {
	width:980px;
	background:url("../images/common/header_bg.jpg") no-repeat;
	margin:0 auto;
	position:relative;
}

h1 {
	width:auto;
	height:16px;
	color:#fff;
	line-height:16px;
	letter-spacing:0.5px;
}

#logo {
	width:256px;
}

#business {
	width:307px;
	height:97px;
	position:absolute;
	top:89px;
	right:1px;
}
/*↓↓ ナビゲーション ↓↓*/
#navi {
	width:980px;
	height:62px;
	overflow:hidden;
	margin:-20px auto 0;
	/margin:-17px auto 0;
	position:relative;
}

#navi ul {
	list-style-type:none;
}

#navi li {
	height:62px;
	float:left;
	overflow:hidden;
	display:block;
	margin:0;
}

#navi li.m1 {
	width:195px;
}

#navi li.m2 {
	width:202px;
}

#navi li.m3 {
	width:190px;
}

#navi li.m4 {
	width:196px;
}

#navi li.m5 {
	width:197px;
}

#navi li a {
	height:62px;
	display:block;
}

#navi li a:hover {
	position:relative;
	bottom:62px;
}

#header_bottom {
	height:21px;
	line-height:100%;
	padding:0 5px;
}

#pankuzu {
	float:left;
}

#pankuzu li {
	display:inline;
}

#navi2 {
	float:right;
}

#navi2 li {
	width:101px;
	height:21px;
	line-height:21px;
	background:url("../images/common/subnavi_bg.gif") no-repeat;
	margin:0 0 0 5px;
	float:left;
}

#navi2 li a {
	color:#6ed0fa;
	display:block;
	padding:0 0 0 20px;
	position:relative;
}

/*↑↑ ナビゲーション ↑↑*/

#content {
	background-color:#ffffff;
	width:979px;
	height:auto;
	margin:0 auto 0;
}

.left-content {
	width:240px;
	height:auto;
	display:inline;/* for IE6 */
	margin:0 0 0 10px;
	float:left;
}

.right-content {
	width:715px;
	float:right;
}

.left-conts {
	height:auto;
	background:url("../images/common/leftbox_bg.gif") no-repeat bottom;
	padding:0 0 8px;
	margin:0 0 10px;
}

	.left-conts p,
	.left-conts dd {
		line-height:140%;
	}

dl#qr_1,dl#qr_2 {
	margin:0 0 10px;
}

dl#qr_1 dt,dl#qr_2 dt {
	width:50px;
	height:50px;
	border:1px solid #e9e9e9;
	display:inline;/* for IE6 */
	padding:8px;
	margin:0 0 0 10px;
	float:left;
}

dl#qr_1 dd,dl#qr_2 dd {
	width:141px;
	height:73px;
	font-size:10px;
	line-height:150%;
	letter-spacing:1px;
	background:url("../images/common/qrbg.gif") no-repeat;
	padding:4px 0 4px 10px;
	margin:0 0 0 3px;
	float:left;
}

dl#qr_1 dd a,dl#qr_2 dd a {
	color:#a0d11f;
	font-weight:bold;
}

#btn_add {
	width:54px;
	height:24px;
	color:white;
	background:url("../images/common/btn_add.gif") no-repeat;
	cursor:pointer
}

#btn_del {
	width:54px;
	height:24px;
	color:white;
	background:url("../images/common/btn_del.gif") no-repeat;
	cursor:pointer
}

#btn_submit {
	width:119px;
	height:24px;
	color:white;
	background:url("../images/common/btn_submit.gif") no-repeat;
	cursor:pointer
}

.m_form-1 {
	width:200px;
	text-align:center;
	margin:0 0 5px;
}

.m_form-1 input {
	line-height:130%;
	width:220px;
	height:20px;
	border:solid 1px black;
}

.m_form-2 {
	width:220px;
	margin:0 auto;
}

	.m_form-2 input {
		line-height:140%;
	}

.text_1 {
	width:220px;
	letter-spacing:0.5px;
	/letter-spacing:1px;
	margin:0 auto 5px;
}

h3#blogPop {
	margin-bottom:10px;
}

#footer {
	width:980px;
	height:120px;
	color:white;
	font-size:10px;
	text-align:center;
	background:url("../images/common/footer_bg.png") no-repeat;
	_background:url("../images/common/footer_bg.gif") no-repeat;
	padding:0 7px;
	margin:0 auto;
}

#footer ul {
	display:inline;
	list-style:none;
	border-left:1px solid;
	padding:0 0 0 11px;
}

#footer ul li {
	display:inline;
	border-right:1px solid;
	line-height:38px;
	letter-spacing:1px;
	padding:0 11px 0 0;
	margin:0 10px 0 0;
}

#footer ul li a {
	color:white;
}

#footer p {
	line-height:18px;
	letter-spacing:1px;
	margin:10px 0 0;
}

#leftcontbox h2{
	margin:0px !important;
}

#leftcontbox h2 img , #leftcontbox h3 img{
	display:block !important;
	margin:0px !important;
}

#leftcontbox #h3mail{
	border:solid 1px #b8b8b8;
	padding:0px 0px 15px 0px;
	margin:0px 0px 20px 0px;
}

#leftcontbox #h3mail p{
	padding:5px 15px 10px 15px;
}

.clearfix:after,
#new_face ul li:after,
#schedule_area dl:after,
.map_cont:after,
dl.rec_data:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

.clearfix,
#new_face ul li,
#schedule_area dl,
.map_cont,
dl.rec_data {
	zoom:1;
}

#leftcontbox #h3mail form input.input_de{
	width:220px;
	height:auto;
	border:solid 1px black;
	padding:2px 0 2px 2px;
	margin:0px 0px 0px 8px;
}

#leftcontbox #h3mail form input.submit{
	background:url("../images/common/leftcont/bt0.gif") no-repeat;
	float:left;
	margin:5px 0px 0px 0px;
	width:93px;
	height:20px;
	color:#ffffff;
	cursor:pointer
}

#leftcontbox #h3mail form input.reset{
	background:url("../images/common/leftcont/bt1.gif") no-repeat;
	float:right;
	margin:5px 0px 0px 0px;
	width:93px;
	height:20px;
	color:#ffffff;
	cursor:pointer
}

#h3mob{
	display:block;
	border:solid 1px #b8b8b8;
	padding:0px 0px 10px 0px;
	margin:0px 0px 20px 0px;
}


#h3mob div#mobbox img,#h3mob div#mobbox p{
	float:left;
}

#h3mob div#mobbox img{
	margin:10px 0px 0px 10px;
}

#h3mob div#mobbox p{
	background:url("../images/common/leftcont/msgbox.gif") no-repeat;
	margin:8px 0px 0px 2px;
	font-size:11px;
	width:128px;/*148*/
	height:76px;/*83*/
	padding:8px 10px 0px 15px;
}

#h3mob div#mobbox p span{
	color:#ff57ce;
	font-weight:bold;
}

#leftcontbox #h3mob form input.inputtext{
	width:220px;
	height:auto;
	border:solid 1px black;
	padding:2px 0 2px 2px;
	margin:5px 0px 0px 8px;
}

#leftcontbox #h3mob form input.submit{
	background:url("../images/common/leftcont/bt3.gif") no-repeat;
	display:block;
	margin:5px 8px 0px auto;
	width:117px;
	height:20px;
	color:#ffffff;
	cursor:pointer
}

#h3blog{
	display:block;
	border:solid 1px #b8b8b8;
	padding:0px 0px 10px 0px;
	margin:0px 0px 20px 0px;
}

#h3blog img{
	margin:5px 10px 0px 10px;
}

#h3blog p{
	margin:5px 10px 0px 10px;
}

#h3blog p.blog_button{
	width:119px;
	height:20px;
	background:url("../images/common/leftcont/bt3.gif") no-repeat;
	text-align:center;
	line-height:20px;
	margin-left:auto;
}

.blog_button a{
	line-height:24px;
	color:#ffffff;
}

#leftcontbox #h3blog form input.submit{
	background:url("../images/common/leftcont/bt3.gif") no-repeat;
	margin:5px 0px 0px auto;
	width:117px;/*117*/
	height:20px;/*20*/
	color:#ffffff;
	
}

.girls_blog {
	
}

.girls_blog li {
	margin:0 0 5px;
}


