body {
	margin: 0px;
	padding: 0px;
/*
    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/foodsback.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 480px;
}

.contentsLeft {
	width: 390px;
	float: left;
}
.pageTitle {
	background-image: url("image/foodspagetitle.gif");
	background-repeat: no-repeat;
	position: relative;
	top: 42px;
	left: -10px;
	width: 390px;
	height: 60px;
	/*height: 270px;*/
}
.pageTitleSpace {
	position: relative;
	width: 390px;
	height: 120px;
	/*height: 270px;*/
}
.leftMenu {
	width: 390px;
	color: #FFFFFF;
}
.contentsRigth {
	width: 390px;
	float: right;
}
.rightMargin {
	width: 390px;
	height: 30px;
}
.menuBackground {
	margin: 0px;
	padding: 0px;
	background-image: url("image/menuback.gif");
	background-repeat: repeat;
	width: 390px;
}
.menuBackgroundNone {
	width: 390px;
	clear: both;
}

.menuComments {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 30px;
	clear: both;
}

.menuName, .menuNameBack {
	position: relative;
	left: 30px;
	float: left;
}
.menuCost {
	position: relative;
	float: right;
	left: -10px;
}
.menuName, .menuCost, .menuComments {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#FFFFFF;
}
.menuUnderSpace {
	height: 15px;
}

p, .intent {
	letter-spacing: 1pt;
	line-height: 150%;
}

.commentHeight {
	height: 20px;
}
.dryfoodheight {
	height: 130px;
}
.lightmealheight {
	height: 20px;
}
/*====================================================================================*/

/*----------------------------------------サブカテゴリ--------------------------------------*/
.dryfoods {
	background-image: url("image/foods/dryfoods.gif");
}
.lightmeal {
	background-image: url("image/foods/lightmeal.gif");
}
.original {
	background-image: url("image/foods/original.gif");
}
.dryfoods, .lightmeal, .original {	
	height: 49px;
}
.dryfoods, .lightmeal, .original {	
	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;
}
/*====================================================================================*/
.pb20{
	padding-bottom:20px;
	}

