@charset "Shift_jis" ;


/* 全体構造
-------------------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #ffffff url(./image/back.gif) no-repeat;
	text-align: center; /* center on ie */
    width: 100%;
}

#wrapper {
	width: 758px;
	margin: 23px auto 0px auto ;
}


/* ヘッダ
-------------------------------------------------------------------------- */

#header {
	width: 758px;
	height: 73px;
	color: #333333;
}

h1 {
	margin: 0;
	left: 0;
	top: 31;
}


/* メイン画像
-------------------------------------------------------------------------- */

#cover {
	margin: 0;
}

#cover img {
	vertical-align: bottom;
}


/* メインコンテンツ
-------------------------------------------------------------------------- */

#content {
	margin: 0;
	width: 758px;
}

#leftside {
	float:left;
	margin: 20px 0px 0px 15px;
	width: 489px;
	background: #FFFFFF;
}
	
#rightside {
	float:right;
	margin: 20px 0px 0px 0px;
	width:215px;
}


/* ナビゲーション
-------------------------------------------------------------------------- */

#navigation {
	margin: 0;
	padding: 0;
	width: 489px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation li {
	margi: 0px;
	padding: 0;
	width: 122px;
	height: 51px;
	text-indent: -9999px;
	float: left;
}

#navigation li a {
	text-decoration: none;
	display: block;
	width: 121px;
	height: 51px;
}

#navigation li#about {
	background: url(./image/m_about.jpg) no-repeat;
}

#navigation li#menu {
	background: url(./image/m_menu.jpg) no-repeat;
}

#navigation li#evant {
	background: url(./image/m_evant.jpg) no-repeat;
}

#navigation li#beer {
	background: url(./image/m_beer.jpg) no-repeat;
}


/* info
-------------------------------------------------------------------------- */

#info {
	width: 489px;
	font-size: 12px;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	background: #FFFFFF;
}



/* フッタ
-------------------------------------------------------------------------- */

#footer {
	margin: 0 0 0 0;
}

#footer img {
	vertical-align: top;
}



	.uppermenuframe{
		width: 660px;
		border: hidden;
		border-collapse: collapse;
		border-color: #993400;
	}
	.topcell{
		background-color: #043622;
		border-color: #043622;
		margin: 0 0 0 0;
	}
	.topselectioncell{
		border-color: #993400;
		background-color: #993400;
		color: white;
		font-size: 10pt;
		margin: 0 0 0 0;
	}
	.mainarea{
		border-color: #043622;
		background-color: white;
		color: black;
		margin: 0 0 0 0;
	}
	
