@charset "utf-8";

/* ===================================================
	Layout
=================================================== */

/*----------------------------------------------------
	Common
----------------------------------------------------*/

*{
	margin:0;
	padding:0;
}

body{
	color: #000;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	*font: x-small;
	line-height: 1.4;
	background:url(../img/bg.gif) #fff;
}

img{
	border: none;
	vertical-align: bottom;
}

a{color: #000; text-decoration: none;}
a:hover{text-decoration: underline;}

.flL{float: left;}
.flR{float: right;}


/*----------------------------------------------------
	スマホ・PC切り替え
----------------------------------------------------*/

#spLinkBlockInPc{
	display: none;
}

#spLinkBlockInPc a{
	display: block;
	padding: 40px;
	background-color: #68121a;
	color: #fff;
	text-decoration: none;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

#spLinkBlockInPc a:hover{
	opacity: 0.75;
}


/*----------------------------------------------------
	Container
----------------------------------------------------*/

#wrapper{
	width: 768px;
	margin: 0 auto;
	text-align: center;
	background: url(../img/table_bg.gif) repeat-y center;
}


#container{
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

/*----------------------------------------------------
	Header, News
----------------------------------------------------*/

#head{
	position: relative;
	width: 760px;
	height: 108px;
	background: url(../img/header2.jpg) no-repeat;
}

#head img{
	position: absolute;
	top: 12px;
	left: 14px;
}

#head #news{
	position: absolute;
	bottom: 7px;
	left: 14px;
	width: 368px;
	height: 17px;
	vertical-align: middle;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 1px 3px 1px 50px;
	font-size: 85%;
	text-align:left;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
	background: url(../img/whatsnew.gif) no-repeat left top;
}

#head #news dl{
	width: 327px;
}

#head #news dt{
	margin-right:0.4em;
	padding-right:0.4em;
	font-weight:bold;
	float:left;
}

#head #news dl{float: left;}

/*----------------------------------------------------
	100528 予約混雑
----------------------------------------------------*/

#head .attention{
	position: absolute;
	bottom: 4px;
	left: 14px;
	width: 420px;
	height: 30px;
}

#head .attention img{
	position: absolute;
	top: 0;
	left: 0;

}

#head .attention a:hover img{
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/*----------------------------------------------------
	Global Menu
----------------------------------------------------*/

#menu{
	width: 760px;
	height: 40px;
	background: url(../img/btn_bg.gif) repeat-x;
}

#menu li{
	float: left;
	list-style: none;
}

/*----------------------------------------------------
	Contents
----------------------------------------------------*/

#main{
	width: 732px;
	margin: 0 auto;
}

#content{
	float: right;
	width: 553px;
	padding-top: 5px;
	text-align: left;
	clear:both;
}

/*----------------------------------------------------
	Sub Menu
----------------------------------------------------*/

#sub{
	display:block;
	float: left;
	width: 166px;
	text-align: left;
}

/*----------------------------------------------------
	Footer
----------------------------------------------------*/

#foot{
	clear:both;
	font-size: 84.6%;
}

#foot .navi{
	margin: 10px;
	padding-top: 10px;
	text-align: left;
}

#foot .link{
	width: 500px;
	float: left;
	line-height: 1.7em;
}

#foot .pmark{
	width: 230px;
	float: right;
	line-height: 1.2;
}

#foot .pmark .mark{
	float: left;
	margin-right: 10px;
}

.navi a{color: #621b21; text-decoration: underline;}
.navi a:hover{color: #8f3f46;}

.copyright{
	padding: 5px;
	color: #fff;
	line-height: 1;
	background: url(../img/foot_bg.gif) repeat-y center;
}

/*----------------------------------------------------
	Clear fix
----------------------------------------------------*/

.c:after,
#menu:after,
#topicpath:after,
#main:after,
#head #news:after,
#content #area:after,
.contents_link:after,
.navi:after,
#foot .pmark:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

.c,
#menu,
#topicpath,
#main,
#head #news,
#content #area,
.contents_link,
.navi,
#foot .pmark{
	zoom: 1;
}

.clear{clear: both;}
