@charset "Shift_JIS";
/* CSS Document */

img{vertical-align:bottom;}


/* バックグラウンド */
body#bg {
	background: #000 url(../beer/images/bg.gif);
	
}

/* 影部分バックグラウンド */
#wrapper {
	width: 982px;
	margin: 0 auto;
	background: #000 url(../beer/images/bg_shadow.gif) repeat-y center;
}
/* コンテンツバックグラウンド */
#contents_bg{
	background: #000 url(../beer/images/bg_content.jpg) no-repeat bottom;
}

#contents {
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

/* メインイメージ */
#main_image {
	width: 960px;
	height: 509px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

/* ロゴ位置 */
#logo {
	position: absolute;
	top: 58px;
	left: 20px;

}


/* レフトナビ */
#leftnavi {
	width: 220px;
	height: 509px;
	background: url(../beer/images/leftnavi_bg.png) no-repeat;
	margin: 0 0 100px 20px;
	padding: 33px 0px 0 10px;
	position: absolute;
	top: 347px;
	left:0px;
	z-index: 100;
}
#leftnavi ul.nav {
	list-style: none;
}
#leftnavi ul.nav li {
	width: 200px;
	height: 51px;
	margin-bottom: 5px;
}
.fixed {
	position: fixed;
	top: 20px;
}
/* コンテンツ */
#content_left {
	padding: 35px 20px 0 270px;
	width: 670px;
	float: left;
}
.inner {
	padding: 20px 10px;
	color: #fff;

}
.right {
	text-align: right;
}
/* コンテンツ HOME */
#home_txt {
	width: 425px;
	float: left;
	font-size: 95%;
	line-height: 2em;
}
#home_photo {
	margin-left: 25px;
	float: left;
}
/* コンテンツ Recommend */
#reco_txt {
	margin-top: 20px;
	font-size: 85%;
	line-height: 1em;
}
#reco_txt .namber{
	width: 16px;
	height: 18px;
	text-align: center;
	font-size: 100%;
	font-style: italic;
	background-color: #fff;
	color: #000;
}
#reco_txt td{
	white-space: nowrap
}
/* コンテンツ Menu */
#menu-table{
	text-align: center;
	font-size: 85%;
}
/* Information */

#info-table {
	font-size: 90%;
}
#info-table .color{
	width: 100px;
	color: #f1c029;
}




