/* CSS Document */

/*サイト全体に適用*/
* { /*/////全ての要素の間隔・余白を０へ/////*/
margin:0;
padding:0;
}



/*/////ボディー背景設定/////*/

body {
	background: url(image/bg/bg_body.gif) repeat left top;
}


/*/////イメージにリンク適用のボーダーを消します/////*/

img {
	border-style: none;
}


/*/////回り込みクリア/////*/

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}



/*/////白背景設定/////*/

#wrapper {
	background: url(image/bg/bg_wrapper.png) repeat-y;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 958px;
	overflow: hidden;
	height: auto;
}


/*/////ヘッダー設定/////*/

#header {
	text-align: left;
	padding: 0px;
	height: auto;
	width: 900px;
	margin: 0px 0px 0px 28px;
}


/*/////ヘッダーナビ設定/////*/

#header_navi {
	text-align: left;
	padding: 0px;
	width: 874px;
	margin-left: 41px;
}


#header_navi li {
	padding: 0px;
	float: left;
	list-style: none;
	margin-top: 5px;
}

#header_logo {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
}
#header_flash {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
}

/*/////ヘッダーナビ設定ここまで/////*/


/*/////レフトボックス設定/////*/


#leftbox_hinabe ul {
	list-style: none inside;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#leftbox_hinabe li {
	text-align: left;
	width: 180px;
	list-style: url(image/common/list_005_d-trans.gif) none inside;
	font-size: 75%;
	line-height: 150%;
	color: #666666;
	vertical-align: middle;
	margin: 12px 0px 15px;
	padding: 0px 0px 0px 10px;
}


#leftbox_hinabe a {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
}


#leftbox_hinabe a:hover {
	color: #990000;
	text-decoration: none;
	border-style: none none dotted;
	border-bottom-width: 1px;
}


#leftbox_menu ul {
	list-style: none inside;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#leftbox_menu li {
	text-align: left;
	width: 180px;
	list-style: url(image/common/list_005_d-trans.gif) none inside;
	font-size: 75%;
	line-height: 150%;
	color: #666666;
	vertical-align: middle;
	margin: 12px 0px 15px;
	padding: 0px 0px 0px 10px;	
}

#left_box {
	width: 180px;
	margin-top: 15px;
	float: left;
	text-align: left;
	position:relative;
}

#leftbox_menu a {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
}

#leftbox_menu a:hover {
	color: #990000;
	text-decoration: none;
	border-style: none none dotted;
	border-bottom-width: 1px;
}

#leftbox_store {
	width: 180px;
	background: #F5F2ED;
	text-align: center;
	margin: 0px;
	font-size: 75%;
	line-height: 145%;
	color: #666666;
}


.margin {
	margin: 5px 0px;
}

/*/////レフトボックス設定ここまで/////*/


/*/////メインコンテンツボックス設定/////*/

#contents {
	text-align: left;
	margin: 0px 0px 0px 41px;
	padding: 0px;
	height: auto;
	width: 874px;
}

/*/////タイトルバー　ボトムマージン/////*/

.title_bar {
	margin: 0px 0px 10px;
	padding: 0px;
}


/*/////右側コンテンツボックス設定/////*/

#main {
	margin: 15px 0px 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 670px;
}


/*/////トップページ明朝体見出し/////*/

.index_h3 {
	color: #990000;
	text-align: left;
	padding: 0px;
	font: bold 110% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-bottom: 10px;
}

/*/////トップページ通常テキスト設定/////*/

.index_text {	font-size: 75%;
	line-height: 140%;
	color: #333333;
	text-align: left;
}


/*/////画像の左側に文字を回り込ませる設定/////*/

.image_left {
	text-align: left;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	float: left;
}


/*////////////トップページニューステキスト設定////////////*/

div#index_news {
	width:670px;
	height:auto;
	overflow:auto;
	margin: 15px 0px 0px;
}



div#index_news a {
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
}


div#index_news a:hover {
	color: #ff0000;
	text-decoration: none;
	border-style: none none dotted;
	border-bottom-width: 1px;
}



div#index_news li{
	overflow:auto;
	font-size: 0.75em;
	line-height: 145%;
	color: #666666;
	text-align: left;
	border-bottom: 1px dotted #999999;
	list-style: url(image/index/index_news_listicon.gif) none inside;
	padding-bottom: 15px;
	padding-top: 7px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	padding-left: 10px;
	vertical-align: middle;
}



/*////////////トップページオーナーボイス////////////*/
.index_manager {
	text-align: left;
	height: auto;
	width: 670px;
	margin-top: 10px;
	font-size: 75%;
	line-height: 155%;
	color: #81501F;
}



/*///ページ内リンクトップへ始まり///*/

.page_top {
	text-align: right;
	margin-top: 40px;
}




/*///フッター設定始まり///*/

#footer {
	text-align: center;
	margin: 20px 0px 0px 28px;
	padding: 0px;
	height: 140px;
	width: 900px;
	background: url(image/footer/footer_bg.jpg) no-repeat;
}



#footer .footer_navi {
	text-align: center;
	margin: 0px;
	height: 25px;
	width: auto;
	padding: 20px 0px 10px 200px;
}


#footer .footer_navi a {
	color: #fff;
	text-decoration: none;
	border-bottom-width: 1px;
}


#footer .footer_navi a:hover {
	color: #fff;
	text-decoration: none;
	border-style: none none dotted;
	border-bottom-width: 1px;
}

#footer .footer_navi ul {
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer .footer_navi li {
	color: #FFFFFF;
	text-align: center;
	padding: 0px 15px;
	border-right: 1px dotted #FFFFFF;
	border-left: #FFFFFF;
	list-style: none;
	margin: 0px auto;
	float: left;
}







/*///フッター営業時間、コピーライトテキスト設定///*/

#footer p {
	font-size: 65%;
	color: #FFFFFF;
	text-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
}

/*///フッター設定おわり///*/



/*///火鍋ページ追加メニュー左ボックス設定///*/

.hinabe_tuika_leftbox {
	text-align: left;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 330px;
}


/*///火鍋ページ追加メニュー右ボックス設定///*/

.hinabe_tuika_rightbox {
	text-align: right;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	height: auto;
	width: 330px;
}
