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/aboutback.jpg");
	background-repeat: no-repeat;
	width: 800px;
	height: 520px;
}
.contentsLeft {
	width: 390px;
	float: left;
}
.pageTitle {
	background-image: url("image/aboutpagetitle.gif");
	background-repeat: no-repeat;
	position: relative;
	top: 42px;
	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 {
	background-image: url("image/menuback.gif");
	background-repeat: repeat;
	width: 390px;
}
.menuBackgroundNone {
	width: 390px;
}

.aboutComments {
	position: relative;
	left: 15px;
	width: 365px;
	clear: both;
}

.aboutComments {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	color:#FFFFFF;
}
.aboutUnderSpace {
	height: 15px;
}

.lp1 {
	letter-spacing:1px;
}
.lp2 {
	letter-spacing:2px;
}
.lp3 {
	letter-spacing:3px;
}
.lp4 {
	letter-spacing:4px;
}
.lp5 {
	letter-spacing:5px;
}
p, .intent {
	letter-spacing: 1pt;
	line-height: 140%;
}
p, .intent130 {
	letter-spacing: 1pt;
	line-height: 130%;
}
.intent150 {
	letter-spacing: 1pt;
	line-height: 150%;
}
.intent160 {
	letter-spacing: 1pt;
	line-height: 160%;
}
.intent170 {
	letter-spacing: 1pt;
	line-height: 170%;
}
b, .fcolor {
	color: #ff7f50;
}
/*====================================================================================*/

/*----------------------------------------サブカテゴリ--------------------------------------*/
.shopintroduction {
	background-image: url("image/about/shopintroduction.gif");
}
.managerintroduction {
	background-image: url("image/about/managerintroduction.gif");
}
.concept {
	background-image: url("image/about/concept.gif");
}
.shopintroduction, .managerintroduction, .concept {	
	height: 49px;
}
.shopintroduction, .managerintroduction, .concept {	
	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;
}
/*====================================================================================*/

