body {
	margin: 0;
	padding: 0;
/*
    font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: small;
*/
	background-color: #000000;
}

/*----------------------------------------ヘッダー--------------------------------------*/
.header {
	background-image: url("image/subheader.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 120px;
}
.titleImg {
	position: relative;
	top: 31px;
	left: 17px;
	width: 260px;
	height: 38px;
	float: left;
}
/*====================================================================================*/

/*----------------------------------------明細行--------------------------------------*/
.detail {
	background-image: url("image/drinkback.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 815px;
}
.contentsLeft {
	width: 390px;
	float: left;
}
.pageTitle {
	background-image: url("image/drinkpagetitle.gif");
	background-repeat: no-repeat;
	position: relative;
	top: 42px;
	left: -10px;
	width: 390px;
	height: 60px;
}
.pageTitleSpace {
	position: relative;
	width: 390px;
	height: 270px;
}
.leftMenu {
	width: 390px;
	color: #FFFFFF;
}
.contentsRigth {
	width: 390px;
	float: right;
}
.rightMargin {
	width: 390px;
	height: 30px;
}
.menuBackground {
	background-image: url("image/menuback.gif");
	background-repeat: repeat;
	width: 390px;
}
.menuBackgroundNone {
	width: 390px;
	clear: both;
}
.menuName, .menuNameBack {
	position: relative;
	left: 30px;
	float: left;
}
.menuCost {
	position: relative;
	float: right;
	left: -10px;
}
.menuClear {
	clear: both;
}
.menuListWidth {
	width: 390px;
}
.menuComments {
	position: relative;
	left: 30px;
	clear: both;
	height: 40px;
}

.menuName, .menuCost, .menuComments {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#FFFFFF;
}
.menuUnderSpace {
	height: 15px;
}

.ulNone {list-style-type:none;}


.menuUnderSpace10 {
	height: 10px;
}
.cocktailheight {
	height: 350px;
}
.beerheight {
	height: 90px;
}
.singlewhiskyheight {
	height: 60px;
}
.barbonwhiskyheight {
	height: 90px;
}
/*====================================================================================*/

/*----------------------------------------サブカテゴリ--------------------------------------*/
.beer {
	background-image: url("image/drink/beer.gif");
}
.singleMaltWhiskey {
	background-image: url("image/drink/singlemaltwiskey.gif");
}
.bourbonWhiskey {
	background-image: url("image/drink/bourbonwiskey.gif");
}
.originalCocktail {
	background-image: url("image/drink/originalcocktail.gif");
}
.cocktail {
	background-image: url("image/drink/cocktail.gif");
}
.ginBase {
	background-image: url("image/drink/ginbase.gif");
}
.vodkaBase {
	background-image: url("image/drink/vodkabase.gif");
}
.rumBase {
	background-image: url("image/drink/rumbase.gif");
}
.tequilaBase {
	background-image: url("image/drink/tequilabase.gif");
}
.brandyBase {
	background-image: url("image/drink/brandybase.gif");
}
.liqueurBase {
	background-image: url("image/drink/liqueurbase.gif");
}
.beer, .singleMaltWhiskey, .bourbonWhiskey, .originalCocktail, .cocktail, .ginBase{	
	height: 49px;
}
.vodkaBase, .rumBase, .tequilaBase, .brandyBase, .liqueurBase{
	position: relative;
	top: 6px;
	left: 11px;
	margin: 0px;
	padding: 0px;
	height: 49px;
}
.beer, .singleMaltWhiskey, .bourbonWhiskey, .originalCocktail, .cocktail, .ginBase, .vodkaBase, .rumBase, .tequilaBase, .brandyBase, .liqueurBase{	
	background-repeat:no-repeat;
	width: 390px;
}
/*====================================================================================*/

/*----------------------------------------フッター--------------------------------------*/
.footer {
	background-image: url("image/subfooter.jpg");
	background-repeat:no-repeat;
	width: 800px;
	height: 70px;
}
/*====================================================================================*/

/*----------------------------------------メニューボタン--------------------------------------*/

.btnAbout {
	left: 176px;
}
.btnDrink {
	left: 186px;
}
.btnFoods {
	left: 196px;
}
.btnAccess {
	left: 206px;
}
.btnAbout, .btnDrink, .btnFoods, .btnAccess {
	float: left;
	position: relative;
	top: 18px;
	width: 81px;
	height: 81px;	
}
/*====================================================================================*/
/*----------------------------------------テーブル情報--------------------------------------*/
table {
	border-collapse:collapse;
	width:650px;
	min-height:120px;
	font-size: small;
}
.infoTable {
	border:solid #ffffff 1px;
	color: #ffffff;
	font-size: small;
}
td {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: small;
}
/*====================================================================================*/

