@charset "UTF-8";
@import url(./default.css);


html {
	overflow-y: scroll;
}

body {
	background: url(../img/bk_kari.gif);
}
body.jura {
	background: url(../img/bk_jura.gif);
}

h2 {
	padding-left: 12px;
/*	border: solid 1px #ffffff;*/
	border: 1px solid #999999;
	margin-bottom: 5px;
	background: url(../img/h2_bk.gif) repeat-x center left;
}


#global {
	width: 600px;
	margin: 0px auto;
}

/**
 * ヘッダ
 */
#head_container {
	width: 700px;
	margin: 0px auto 0px auto;
	background: url(../img/title_back.gif) no-repeat top center;
}
/*
#head_container * {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
	font-size: 9px;
	font-family: sans-serif;
}
*/
#left_container {
	width: 115px;
	float: left;
}
#right_container {
	width: 535px;
	margin: 0px;
	margin-left: 115px;
	padding: 0px;
	border: 0px solid #000000;
}
#right_container2 {
	width: 535px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}
#bar_list {
	width: 535px;
	height: 20px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}
#bar_list ul {
	list-style-type: none;
/*
	width: 420px;
*/
	margin: 0px;
/*
	margin-left: 115px;
*/
	padding: 0px;
	border: 0px solid #000000;
}
#bar_list ul.beer {
	width: 276px;
/* IE6 でなぜかはみ出すので 14px ずらしてデザインぽく･･･ */
/*	margin-left: 259px; */
	margin-left: 245px;
}
#bar_list ul.jura {
	width: 324px;
/* IE6 でなぜかはみ出すので 14px ずらしてデザインぽく･･･ */
/*	margin-left: 211px; */
	margin-left: 197px;
}
#bar_list ul.tusk {
	width: 324px;
/* IE6 でなぜかはみ出すので 14px ずらしてデザインぽく･･･ */
/*	margin-left: 211px; */
	margin-left: 197px;
}
#bar_list ul.ikeb {
	width: 276px;
/* IE6 でなぜかはみ出すので 14px ずらしてデザインぽく･･･ */
/*	margin-left: 259px; */
	margin-left: 245px;
}
#bar_list ul li {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
/*
	width: 105px;
*/
	float: left;
	text-align: center;
	background: url(../img/bar_name_back.gif) no-repeat top left;
}
#bar_title {
	width: 535px;
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}

/**
 * 店イメージ
 */
#image {
	width: 600px;
	height: 300px;
}

/**
 * ナビ
 */
#navi {
	color: #ffffff;
	background-color: #000000;
	height: 32px;
}
#navi ul {
	margin: auto;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
	width: 480px;
}
#navi ul li {
	float: left;
	border: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#navi ul li.current {
}
#navi ul li a {
	display: block;
	width: 120px;
	height: 32px;
	text-decoration: none;
}
#navi ul li a:hover {
}
#navi_t a {
	background: url(../beer_img/b_t2.gif) no-repeat left center;
}
#navi_t a:hover {
	background: url(../beer_img/b_t.gif) no-repeat left center;
}
#navi_f a {
	background: url(../beer_img/b_f2.gif) no-repeat left center;
}
#navi_f a:hover {
	background: url(../beer_img/b_f.gif) no-repeat left center;
}
#navi_d a {
	background: url(../beer_img/b_d2.gif) no-repeat left center;
}
#navi_d a:hover {
	background: url(../beer_img/b_d.gif) no-repeat left center;
}
#navi_df a {
	background: url(../beer_img/b_df2.gif) no-repeat left center;
}
#navi_df a:hover {
	background: url(../beer_img/b_df.gif) no-repeat left center;
}
#navi_p a {
	background: url(../beer_img/b_p2.gif) no-repeat left center;
}
#navi_p a:hover {
	background: url(../beer_img/b_p.gif) no-repeat left center;
}
#navi_c a {
	background: url(../beer_img/b_c2.gif) no-repeat left center;
}
#navi_c a:hover {
	background: url(../beer_img/b_c.gif) no-repeat left center;
}

/**
 * コンテンツ
 */
#body {
	color: #ffffff;
	background-color: #000000;
}

#body h2 {
/*
	background: url(../beer_img/h3_b.gif);
*/
}

/**
 * フッタ
 */
#footer {
}

#copyright {
	color: #ffffff;
	background-color: #000000;
	background-image: url(../img/slants_dgray.gif);
	line-height: 2em;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}


/**
 * スペース
 */
.space {
	height: 3px;
}


/**
 * メニュー
 */
#menu-category {
	float: left;
	width: 200px;
	background-color: #336699;
	padding-bottom: 1em;
}
#menu-category h2 {
	font-size: 24px;
	text-align: center;
	color: #000000;
}
#menu-category ul {
	width: 180px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	font-family: Osaka, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#menu-category ul li {
}
#menu-category ul li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
}
#menu-category ul li a:hover {
	color: #000000;
	background-color: #ffffff;
}


/**
 * メニューの一部
 */
#menu-details {
	width: 400px;
	margin-left: 200px;
}
#menu-details h2 {
	font-size: 24px;
	width: 380px;
	margin: 0px auto;
}
#menu-details div.litem {
}
#menu-details div.litem img {
	float: left;
}
#menu-details div.ritem {
}
#menu-details div.litem img {
	float: right;
}

/**
 * ドリンクとかフードの枠
 */
table.col3 {
	width: 588px;
	margin-left: auto;
	margin-right: auto;
}
table.col3 tr td {
	width: 196px:
}
table.col3 tr td div {
	width: 185px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
}
table.drink tr td div {
	height: 250px;
}
table.col3 tr td div.hx2 {
	height: 440px;
}
table.col3 tr td div.imgs {
	height: 200px;
}
table.col3 tr td ul {
}
table.col3 tr td ul li {
}
table.col3 tr td ul li em {
	font-style: normal;
	font-weight: bold;
	color: #ccffcc;
}
table.cigar {
	width: 588px;
	margin-left: auto;
	margin-right: auto;
}
table.cigar tr td {
	width: 294px;
	text-align: right;
}
#tusk_cigar {
	width: 588px;
	margin-left: auto;
	margin-right: auto;
}
#tusk_cigar tr td {
	width: 50%;
	vertical-align: top;
}
#tusk_cigar tr td span {
	display: block;
	padding: 2px 4px;
	background: url(../img/h2_bk.gif) repeat-x center left;
	border: 1px solid #808080;
}
#tusk_cigar tr td img {
	display:block;
	margin: 0px auto 0px auto;
	width: 260px;
}
#tusk_cigar tr td.remark {
	padding: 24px 24px 32px 12px;
}

/**
 * パーティ
 */
.party span {
/*	border: 1px solid #ffffff;*/
	display: block;
	padding: 2px 4px;
/*
	background: url(../beer_img/h3_g.gif);
*/
	background: url(../img/h2_bk.gif) repeat-x center left;
	border: 1px solid #808080;
}
.party p {
	border: 1px solid #ffffff;
/*
	display: block;
*/
	padding: 2px 4px;
}
.party td {
	vertical-align: top;
}
.party li {
	line-height: 1.4em;
}

/**
 * Information と　Access 部分
 */
table.b-top {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
}

.blogbtn{text-align:center;line-height:3.9em;background-color:#006699;margin-top:8px;}
.blogbtn a{display:block;color:#ffffff;text-decoration:none;}

