/* CSS Document */

/* CSS Document */
body{
	font-family: メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Arial,Verdana,Helvetica,sans-serif; 
	background-image:url(../images/main_bg.gif);
	margin:0px;
	padding:0px;
	height:0px;
	text-align:center;
	color:#DBE5FF;
}

/*↓メイン部分レイアウト構造*/

div.structure{
	position:relative;
	z-index:20;
	left:0px;
	top:0px;
	font-size:12px;
	line-height:26px;
	background:url(../images/mainframe_bg.gif) center top repeat-y;
}
div.main-frame{
	width:800px;
	text-align:left;
	margin:0px auto;
	position:relative;
	z-index:10;
}
div.main-left{
	width:192px;
	float:left;
	position:relative;
}
div.inner-left{padding-left:9px;}

div.main-right{
	width:608px;
	float:left;
	position:relative;
}

div.inner-right{padding:30px 0px 0px 38px;}

/*↑メイン部分レイアウト構造*/

/*↓基本スタイル*/
.image{
	display:block;
	text-align:left;
	text-indent:-5000px;
}
div.main-frame a img{border:none}
a.opacity:hover{
	opacity:0.7;
	filter:alpha(style=1, opacity=70, finishopacity=100, startx=0, starty=0, finishx=170, finishy=140);
}
a.opacity img{border:none}
a.opacity:hover img{
	opacity:0.7;
	filter:alpha(style=1, opacity=70, finishopacity=100, startx=0, starty=0, finishx=170, finishy=140);
}
a.link{
	color:red;
	font-weight:bold;
	background-repeat:no-repeat;
	background-position:3px 0px;
	text-decoration:none;
	line-height:15px;
}
a.link:hover{
	color:white;
	background-color:red;
}
a.page,a.out,a.up,a.down,a.blank,a.back{padding-left:24px;}
a.page{background-image:url(../images/link_icon.gif)}
a.out{background-image:url(../images/link_icon_out.gif)}
a.up{background-image:url(../images/link_icon_up.gif)}
a.down{background-image:url(../images/link_icon_down.gif)}
a.blank{background-image:url(../images/link_icon_blank.gif)}
a.back{background-image:url(../images/link_icon_back.gif)}

a.page:hover{background-image:url(../images/link_icon_roll.gif)}
a.out:hover{background-image:url(../images/link_icon_out_roll.gif)}
a.up:hover{background-image:url(../images/link_icon_up_roll.gif)}
a.down:hover{background-image:url(../images/link_icon_down_roll.gif)}
a.blank:hover{background-image:url(../images/link_icon_blank_roll.gif)}
a.back:hover{background-image:url(../images/link_icon_back_roll.gif)}

a.blank{
	font-size:11px;
	line-height:18px;
	background-position:3px 4px;
}

span.marker{
	background:url(../images/marker.gif) left center repeat-x;
	font-weight:bold;
	color:black;
}

span.empha{
	font-weight:bold;
	color:#CE606E;
}
span.comment{
	font-size:11px;
	color:#695A5A;
	font-weight:bold;
}
img.button{
	border:none;
}
html body div.structure div.main-frame .bordernone{
	border:none;
}
.clear{
	clear:both;
}
* html body .clear{	height:1px;}

p.border{
	border:1px dotted #695A5A;
	padding:10px 10px;
}
p.right{text-align:right;}
/*↓右側小フレーム*/
div.box{
/*	background-image:url(../images/box_bg.gif);*/
	width:518px;
	background:url(../images/box_body.gif) repeat-y;
	margin-left:28px;
}
div.box-wrap{
	background:url(../images/box_head.gif) no-repeat;
}
div.box-inner{
	background:url(../images/box_foot.jpg) left bottom no-repeat;
	padding:10px 30px 40px 20px;
}
/*↑右側小フレーム*/


img.dot-text{
	border:none;
	margin-right:3px;
}

/*↑基本スタイル*/


/*↓ヘッダ*/
div.header{
	font-size:10px;
	color:white;
	line-height:11px;
	background:url(../images/header_bg.gif) repeat-x left bottom #2B2222;
	position:relative;
	z-index:30;
	text-align:center;
	padding:8px 3px 12px 0px;
	margin-bottom:-4px;
}
div.header-wrap{
	width:800px;
	position:relative;
	margin:0px auto;
}
div.header ul{
	list-style-type:none;
	margin:0px;
	padding:0px 0px 0px 30px;
	text-align:left;
}
div.header li{
	margin:0px;
	padding:0px;
	display:inline;
	_padding-top:3px;
}
div.header li img{margin:0px 7px 0px 15px}
div.header li a{
	color:#DBE5FF;
	text-decoration:none;
	font-weight:bold;
}
div.header li a:hover{
	color:#1F1515;
	background-color:#DBE5FF;
}
div.header li.telephone{
	position:absolute;
	right:10px;
	top:0px;
	color:#73B351;
	font-size:12px;
}
div.header li.telephone a{color:#73B351}

div.header h1{
	margin:0px;
	padding:0px 0px 3px 45px;
	font-size:11px;
	line-height:13px;
	color:#695A5A;
	text-align:left;
}

div.header a.header-logo{
	position:absolute;
	left:-19px;
	top:-3px;
}
div.header a.header-logo:hover{background-color:transparent;}
a.header-logo img{border:none;}


div.title{
	background:url(../images/top_bg.gif) repeat-x;
	position:relative;
	z-index:15;
	top:0px;
	left:0px;
}
div.title img{
	vertical-align:bottom;
	border:none;
}

/*↑ヘッダ*/

/*↓タイトル画像絶対配置オブジェ*/
div.abdolutes{
	position:relative;
	width:800px;
	margin:0px auto;
	z-index:20;
}

/*↑タイトル画像絶対配置オブジェ*/


/*↓メインフレーム*/

/*↑メインフレーム*/


/*↓メイン左*/


/*↓メインメニュー*/
div.main-menu{
}
img.under-construction{
	position:absolute;
	top:15px;
	left:15px;
}
div.main-menu li a{
	cursor:pointer;
	position:relative;
}

div.main-menu ul{
	padding:30px 10px 5px 10px;
	margin:0px;
	list-style-type:none;
}
div.main-menu ul li{
	position:relative;
	padding:0px;
	margin:0px;
	vertical-align:bottom;
	line-height:0px;
}
div.main-menu ul li a:hover{background-color:#6F0613}

div.main-menu object,
div.main-menu embed{
	position:absolute;
	right:0px;
	top:30px;
}

/*↓代替コンテンツ*/

/*↑代替コンテンツ*/
		
/*↑メインメニュー*/

/*_____________________________________________________________________________________メインメニュー↓*/
div.main-menu dl{
	margin:0px;
	padding:25px 1px 1px 1px;
	_height:1px;
}
div.main-menu dl dt{
	margin:0px;
	padding:0px;
}
div.main-menu dl dd.main{
	margin:15px 0px;
	padding:0px;
}
div.main-menu dl dd.sub{
	margin:0px;
	padding:0px;
}
div.main-menu dd.main a{
	display:block;
	background:url(../images/main_menu/main_arrow.jpg) no-repeat;
	padding:7px 30px;
}
div.main-menu dd.main a:hover{
	background-image:url(../images/main_menu/main_arrow_act.jpg);
}
div.main-menu dd.sub a{
	display:block;
	background:url(../images/main_menu/sub_arrow.jpg) no-repeat left center;
	padding:2px 2px 2px 70px;
	color:black;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	line-height:13px;
	margin:5px 0px;
}
div.main-menu dd.sub a:hover{
	background-position:3px center;
}


/*_____________________________________________________________________________________メインメニュー↑*/


div.curtain{
	background:url(../images/curtain_bg.jpg) repeat-y left top;
}
div.curtain-head{
	background:url(../images/site_title.jpg) no-repeat;
	height:125px;
}
div.curtain-foot{
	background:url(../images/curtain_foot.gif) no-repeat;
	height:377px;
}
div.curtain-head a{
	display:block;
	height:100%;
}
div.curtain p{
	margin:0px;
	padding:10px;
}

div.main-left img{
	border:none;
	margin:2px 0px;
	vertical-align:bottom;
}

/*↓店舗別電話番号*/
ul.telephone-list{
	margin:0px;
	padding:0px 0px 0px 3px;
	list-style-type:none;
}
ul.telephone-list li{
	margin:0px;
	padding:0px;
}
ul.telephone-list img{
	vertical-align:bottom;
	margin:0px;
}

/*↑店舗別電話番号*/

/*↓新着情報*/
div.main-left dl.news{
	border:1px solid black;
	background-color:#1D241E;
	margin:0px 0px 10px 10px;
	padding:0px 0px 5px 0px;
}
dl.news dt{
	background:url(../images/left_topic_title.gif) no-repeat;
	height:39px;
}
dl.news dd{
	margin:0px;
	padding:0px 5px;
	font-size:11px;
}
dl.news dd a{
	display:block;
	padding:5px 3px 5px 17px;	
	background:url(../images/topic_icon.gif) no-repeat 5px center;
	color:#73B351;
	font-size:11px;
	text-decoration:none;
	_height:10px;
}
dl.news dd a:hover{	
	background-image:url(../images/topic_icon_roll.gif);
	background-color:#263323;
}
/*↑新着情報*/

p.sougo{padding-left:40px;}
p.sougo a{
	font-size:11px;
	color:#CCCCCC;
	line-height:16px;
}

/*↑メイン左*/

/*↓メイン右*/

div.main-right p{
	margin:0px;
	padding:10px 0px 10px 0px;
}
/*↑メイン右*/





/*↓メインフレーム下部*/
div.frame-under{
	clear:both;
	width:800px;
	padding-top:30px;
}
div.frame-under p.up{
	text-align:right;
	padding:0px 15px;
}
p.up{
	padding:0px 0px 0px 0px;
	margin:0px 0px 105px 0px;
}
p.up img{
	margin:0px;
	margin-bottom:-27px;
	padding:0px;
	text-align:right;

}
div.frame-under ul.under-menu{
	list-style-type:none;
	margin:0px 10px;
	padding:0px 380px 0px 0px;
	text-align:right;
	position:relative;
}
div.frame-under ul.under-menu li{
	display:inline;
	font-size:11px;
}
ul.under-menu li a.copyright{
	position:absolute;
	right:0px;
	bottom:0px;
	_top:-65px;
}
div.frame-under .under-menu li a{
	text-decoration:none;
}
div.frame-under .under-menu li a:hover{
}
p.copyright{
	margin:0px;
	padding:0px;
	width:800px;
	height:65px;
}
p.copyright a{
	background:url(../images/copyright.gif) no-repeat center bottom;
	margin:0px;
	padding:0px;
	height:65px;
	width:800px;
	vertical-align:bottom;
}
/*↑メインフレーム下部*/






/*↓フッター*/
div.footer{
	background:url(../images/footer_bg.jpg) repeat-x #2B2222;
	text-align:center;
	padding-top:27px;
	margin:0px auto;
	z-index:30;
}
div.footer img.footer-caution{
	position:absolute;
	right:-10px;
	top:-85px;
}
div.footer thead th{
	color:white;
	position:relative;
}
div.footer table{
	text-align:left;
	margin:0px auto;
	padding:0px;
	font-size:12px;
	width:800px;
	line-height:18px;
}
div.footer tbody td{
	height:180px;
	background:url(../images/footer_border.jpg) no-repeat;
	padding-left:20px;
}
div.footer tbody th,
div.footer tbody td{
	vertical-align:baseline;
}
div.footer td img{margin-left:5px;}
div.footer a{
	color:#DBE5FF;
	text-decoration:none;
}
div.footer tbody a{
	padding-left:18px;
	background:url(../images/icon_arrow.gif) no-repeat 3px 2px;
}
div.footer a:hover{
/*	color:#1F1515;*/
	background-color:#3e373a;
}
div.footer tbody a:hover{
/*	background-image:url(../images/icon_arrow_roll.gif);*/
}
div.footer ul{
	list-style-type:none;
}

div.footer li.child a{
	font-size:11px;
	display:block;
}
div.footer li.child{margin-left:15px;}

div.footer th.banners img{border:none;}
div.footer th.banners a{
	background-image:none;
	padding:0px;
}
div.footer p.bottom{
	text-align:right;
	margin:0px;
	padding:0px 0px 0px 0px;
}
p.bottom img{
	border:none;
	vertical-align:bottom;
}
div.footer img.footer-up{
	position:absolute;
	right:0px;
	bottom:-2px;
}
div.footer img.logo{
	vertical-align:middle;
}
	
/*↑フッター*/