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/accessback.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 680px;
}
.contentsLeft {
	width: 390px;
	float: left;
}
.pageTitle {
	background-image: url("image/accesspagetitle.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:383px;*/
	height: 30px;
}
.menuBackground {
	background-image: url("image/menuback.gif");
	background-repeat: repeat;
	width: 390px;
}
.menuBackgroundNone {
	width: 390px;
}

.accessComments, .accessCommentsMini {
	position: relative;
	left: 30px;
	width: 345px;
}

.menuName, .menuNameBack {
	position: relative;
	left: 30px;
	float: left;
}
.menuCost {
	position: relative;
	float: right;
	left: -10px;
}
.menuName, .menuCost, .accessComments, .accessCommentsMini{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#FFFFFF;
}
.accessCommentsMini {
font-size:9px;
left:75px;
}
.menuUnderSpace {
	height: 15px;
}
.menuUnderSpace64 {
	height: 64px;
}
.menuUnderSpace80 {
	height: 80px;
}

p, .intent, .accessComments {
	letter-spacing: 1pt;
	line-height: 125%;
}
.floatRight {
	position: relative;
	float: right;
	left: -30px;
}
/*====================================================================================*/

/*----------------------------------------地図----------------------------------------*/
.mapimg {
	background-image: url("image/access/accessmap.gif");
	width: 369px;
	height: 247px;
	position: relative;
	left: 10px;
}
/*====================================================================================*/

/*----------------------------------------サブカテゴリ--------------------------------------*/
.access {
	background-image: url("image/access/access.gif");
}
.shopinformation {
	background-image: url("image/access/shopinformation.gif");
}
.accessmapcategory {
	background-image: url("image/access/accessmapcategory.gif");
}
.access, .shopinformation, .accessmapcategory{	
	height: 49px;
}
.access, .shopinformation, .accessmapcategory {	
	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;
}
/*====================================================================================*/

