@charset "utf-8";
/* LOVERS-A CSS */


/* + start 基本設定 + */

*{
	margin:0px;
	padding:0px;
}

body {
	width:800px;
	color:#333333;
	background-color:#FFFFFF;
	background-image:url(../img/bg_img.gif);
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	text-align:center;
	text-decoration:none;
	line-height:120%;
	margin:0px auto;
}

br{
	clear:both;
	letter-spacing:0px;
}

img{
	border:none;
	margin:0px;
	padding:0px;
}

a:link {
	text-decoration: underline;
	color:#660000;
}
a:visited {
	text-decoration: underline;
	color:#660000;
}
a:hover {
	text-decoration: none;
	color:#FF3300;
}

/* + end 基本設定 + */

/* + start header + */

div#header{
	width:798px;
	height:125px;
	margin:0px auto;
	padding-bottom:15px;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	background-color:#FFFFFF;
	
}

h1.head0h1{
	font-size:10px;
	text-align:left;
	letter-spacing:1px;
	padding:2px 0px 0px 5px;
	color:#333333;
	background-color:#fff;
}

h2.head0h2{
	font-size:10px;
	text-align:left;
	letter-spacing:1px;
	padding:2px 5px 0px 0px;
	color:#333333;
	text-align:right;
}


/* + end header + */

/* + start main + */

div#main_box{
	background-color:#FFFFFF;
	height:100%;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}
	
*:first-child+html div#main_box{
	height:100%;	
	padding-bottom:5px;
}
	
/* + end main + */

/* + start leftmenu + */

div#leftmenu{
	width:155px;
	padding:0px 10px 0px 8px;
	float:left;
} 

p.work a{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/work_bt.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	text-indent:-9999px;
}

p.work a:hover{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/work_bt_on.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.requirement a{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/requirement_bt.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	text-indent:-9999px;
}

p.requirement a:hover{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/requirement_bt_on.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.pay a{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/pay_bt.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	text-indent:-9999px;
}

p.pay a:hover{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/pay_bt_on.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.gallery a{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/gallery_bt.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	text-indent:-9999px;
}

p.gallery a:hover{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/gallery_bt_on.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.faq a{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/faq_bt.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	text-indent:-9999px;
}

p.faq a:hover{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/faq_bt_on.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.blog a{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/blog_bt.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	text-indent:-9999px;
}

p.blog a:hover{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/blog_bt_on.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.mail a{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/mail_bt.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	text-indent:-9999px;
}

p.mail a:hover{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/mail_bt_on.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.top a{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/top_bt.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
	text-indent:-9999px;
}

p.top a:hover{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/top_bt_on.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.mobile{
	width:155px;
	border:#CCCCCC 1px solid;
}

p.otoiawase{
	width:155px;
	margin:7px 0px 10px 0px;
}

/* + 7/3リンクページ追加 + */
p.link a{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/link_bt.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.link a:hover{
	display:block;
	width:155px;
	height:45px;
	background-image:url(../img/link_bt_on.gif);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}
/* + 7/3リンクページ追加 + */

/* + 2010-03-09お店紹介ムービー追加 + */
p.movie a{
	display:block;
	width:155px;
	height:70px;
	background-image:url(../img/movie_bt.jpg);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}

p.movie a:hover{
	display:block;
	width:155px;
	height:70px;
	background-image:url(../img/movie_bt_on.jpg);
	background-repeat:no-repeat;
	border:#CCCCCC 1px solid;
}
/* + 2010-03-09お店紹介ムービー追加 + */

.lft_hl{
	padding:6px 0px 0px;
}

.tenkibox{
	color:#666666;
	width:149px;
	border:solid 1px #CCC;
	padding:8px 3px;
	margin-bottom:7px;
}

.tenkibox img{
	margin:8px 0px 11px;
}

.tenki_left{
	width:74px;
	border-right:solid 1px #CCC;
	float:left;
}

.tenki_right{
	width:74px;
	float:right;
}

/* + 2010-10-15 scrollfollow追加 + */
div.contener0otoiawase{
	width:157px;
	height:480px;
	margin-bottom:10px;
	padding-bottom:10px;
}

div.sub0contener0otoiawase{
	position:relative;
}

div.contener0contact{
	width:157px;
	height:320px;
	margin-bottom:10px;
	padding-bottom:10px;
}

div.contener0company{
	width:157px;
	height:220px;
	margin-bottom:10px;
	padding-bottom:10px;
}

div.contener0index{
	width:157px;
	height:470px;
	margin-bottom:10px;
	padding-bottom:10px;
}

div.contener0link{
	width:157px;
	height:250px;
	margin-bottom:10px;
	padding-bottom:10px;
}

div.contener0work{
	width:157px;
	height:850px;
	margin-bottom:10px;
	padding-bottom:10px;
}

div.contener0movie{
	width:157px;
	height:1125px;
	margin-bottom:10px;
	padding-bottom:10px;
}

div.contener0sinsai{
	width:157px;
	height:230px;
	margin-bottom:10px;
	padding-bottom:10px;
}
/* + end leftmenu + */

/* + start rightbox + */

div#rightbox{
	float:left;
	margin-bottom:5px;
	_margin-bottom:10px;
}

/* + end rightmenu + */

/* + start footer + */

p.textlink{
	color:#333333;
	font-size:13px;
	text-align:center;
	line-height:130%;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	padding:3px 0px 20px !important;
	/padding:8px 0px 20px !important;
	/margin-top:-10px;
	background-color:#FFFFFF;
}

div#footer{
	width:798px;
	height:40px;
	background-image:url(../img/fotter_back.jpg);
	background-repeat:no-repeat;
	text-align:center;
	border-left:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
}

p.footer_font{
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	padding-top:15px;
}

html[xmlns] div#footer{
	width:798px;
	background-image:url(../img/fotter_back.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	text-align:center;
}

/* + end footer + */




