@charset "UTF-8";
/* すべて */

* {
	margin: 0;
	padding: 0;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
	list-style:none;
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
*font-size:small;
*font:x-small;
	
	background-color: #000000;
	color:#fff9eb;
}
select, input, button, textarea {
	font:93%;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:monospace;
*font-size:108%;
	line-height:100%;
}
/* 見出し */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
/* リンク関連 */
a, a:link, a:visited {
	color:#fff9eb;
	text-decoration:underline;
	border:none;
}
a:hover {
	color:#f76f1e;
}
/* リンクつき画像 */
a img {
	border: none;
}
/* フォーム */
form {
	margin: 0px;
}
/*クリア定義*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*ベーシック*/
.default {
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 1.6;
}
h1 {
	height: 61px;
	width: 210px;
	position: absolute;
	top: 13px;
	left: 5px;
}
#contents {
	background-image: url(../images/contents_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 100%;
}
#contents_body {
	background-attachment: fixed;
	background-image: url(../images/contents_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 85px;
}
* html #contents_body {  
background-position: expression('px '+this.parentNode.scrollTop + '85px');
}  
#contents_inner {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
/*ヘッダー関連*/
#header {
	height: 84px;
	width: 100%;
	position: relative;
}
#g_navi {
	position: absolute;
	left: 350px;
	width: 600px;
	height: 21px;
	top: 56px;
	text-indent: -9999px;
}
#g_navi li {
	display:inline;
}
#g_navi li a {
	float: left;
	display:block;
	height: 21px;
	margin-right:20px;
}
#g_navi .course a {
	width: 83px;
	background-image: url(../images/course_nv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#g_navi .single a {
	width: 70px;
	background-image: url(../images/single_nv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#g_navi .drink a {
	width: 50px;
	background-image: url(../images/drink_nv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#g_navi .coupon a {
	width: 139px;
	background-image: url(../images/coupon_nv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#g_navi .reserve a {
	width: 156px;
	background-image: url(../images/reserve_nv.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#g_navi .course a:hover {
	background-image: url(../images/course_nv_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#g_navi .single a:hover {
	background-image: url(../images/single_nv_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#g_navi .drink a:hover {
	background-image: url(../images/drink_nv_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#g_navi .coupon a:hover {
	background-image: url(../images/coupon_nv_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#g_navi .reserve a:hover {
	background-image: url(../images/reserve_nv_ov.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*メインボディ関連*/
#main_contents {
	min-height:500px;
	height: auto !important;
	height: 500px;
	width: auto;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-size: 93%;
}
#pan {
	font-size: 77%;
}
#pan_area {
	margin-bottom: 10px;
}
.midashi {
	width: 400px;
	font-size: 100%;
	line-height: 1.7;
}
.cat {
	margin-left: -20px;
}
.cat img {
	behavior: url(./js/iepngfix.htc);
}
#top_photo_area {
	float: right;
	height: auto;
	width: 425px;
	background-color: #000000;
	margin-top: 23px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#photo_area {
	height: auto;
	width: 425px;
	background-color: #000000;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#single_photo_area {
	height: auto;
	width: 775px;
	background-color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	margin-bottom: 23px;
	padding-bottom: 10px;
}

#menu_box_inner {
	float: left;
	width: 445px;
}
.news {
	width: 375px;
	background-color: #241a0b;
	margin-top: 20px;
	border: 1px solid #444444;
	line-height: 1.6;
	font-size: 93%;
	height: 95px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#menu_box {
	margin-bottom:30px;
}
.bn_2_box li {
	display: inline;
}
/*フッター関連*/
#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	min-height:300px;
	height: auto !important;
	height: 300px;
	font-size: 77%;
}
#footer_inner {
	padding: 20px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
.footer_box01 {
	width: 460px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #474747;
	float: left;
	min-height:250px;
}
.footer_box02 {
	width: 132px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #474747;
	float: left;
	min-height:250px;
	height: auto !important;
	height: 250px;
}
.footer_box03 {
	width: 316px;
	float: left;
}
.footer_table {
}
.footer_table th, .footer_table td {
	text-align: left;
	padding: 2px;
}
.footer_img {
	margin-bottom: 20px;
}
.footer_company {
}
.footer_company li {
	padding-left: 20px;
	line-height: 1.8;
}
.footer_bn_2_box {
	margin-left: 20px;
	margin-bottom: 10px;
}
.footer_bn_2_box li {
	display:inline;
}
/*細かい定義*/
.atten {
	margin-left: 20px;
}
.maginbt {
	margin-bottom: 20px;
}
.shinagaki img {
	margin-top: 20px;
	behavior: url(./js/iepngfix.htc);
}
.company_table {
}
.company_table th {
	text-align:left;
	text-indent:1em;
}
.company_table th, .company_table td {
	padding: 7px;
	vertical-align: top;
}
.com_title {
	margin-bottom: 15px;
	font-weight: bold;
	margin-top: 15px;
	line-height: 1.7;
	font-size: 123.1%;	
}
.privacy {
	line-height: 2;
	font-size: 85%;
}
.sitemap dd {
	padding-left: 1.5em;
	font-size: 85%;
}
.sitemap {
	line-height: 2;
	margin-bottom: 10px;
	text-indent: 1em;
}
.sitemap dt {
	font-weight: bold;
}
#map_area {
	float: left;
	height: 360px;
	width: 480px;
	background-color: #000000;
	margin-top: 20px;
	border: 5px solid #FFF9EB;
}
#mobile {
	margin-bottom: 5px;
}
.left_img {
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}
.form_table {
	width:580px;
}
.form_table th {
	text-align:left;
	text-indent:1em;
	width:160px;
}
.form_table td {
	width:392px;
}
.form_table th, .form_table td {
	padding: 7px;
	vertical-align: top;
}
.hissu {
	font-weight:normal;
	color:#f76f1e;
	font-size:77%;
}
#inputform{
margin-top:15px;
}
#inputform fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom:15px;
}
#inputform .submit {
	text-align: left;
	width: 580px;
	margin-top: 15px;
}
#inputform em {
	color:#FFFFFF;
	font-style:normal;
	font-size: 10px;
	line-height: 1.5em;
}
input, select, textarea {
	margin-bottom:5px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
}
select {
	padding-right: 5px;
	height:22px;
}
.th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	width: 555px;
	padding-bottom: 3px;
	font-size: 108%;
}
.form_table #mess {
	width: 350px;
	height: 130px;
	padding: 5px;
}
.text1 {
	_padding:3px;
}
.news ul {
	height: 90px;
	overflow: auto;
}
.news li {
	margin-bottom: 10px;
}
.top_tumb {
margin:0;
padding:0;
	
}
.top_tumb li {
	float: left;
	display: inline;
	}
.m10 {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.m5 {
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0px;
}
.m102 {
	
	margin-bottom: 10px;
}
.drink_table {
	width: 90%;
	margin-bottom: 15px;
}
.drink_table th {
	text-align: left;
} 

.drink_table th, .drink_table td{
padding:2px;
}
.drink-title h3 {
	margin-bottom: 10px;
	font-weight: bold;
}
.top_tumb a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.course_right {
	float: right;
}
.course_left {
	float: left;
}