@charset "UTF-8";
html,body {
	width: 640px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1{
	background:url(images/title.png) no-repeat 0 0;
	width:640px;
	height:125px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-indent:-9999px;
	font-size:22px;
}

p{
	text-align:center;
	padding:30px 15px 30px 15px;
	margin:0 0 0 0;
	font-size:16px;
	line-height:1.4em;
	font-weight:bold;
	display:block;
	clear:both;
}

img{
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

article.half{
	width:320px;
	height:160px;
	float:left;
	display:block;
	overflow:hidden;
}
article.half *{
	text-indent:-9999px;
}
article.half h3{
	font-size:22px;
}
article.half h4{
	font-size:20px;
}
article.half ul{
	font-size:12px;
}
article.half p{
	font-size:12px;
}
article{
	display:block;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
article.half:nth-of-type(1){
	background:url(images/plan.png) no-repeat 0 0;
}
article.half:nth-of-type(2){
	background:url(images/drink.png) no-repeat 0 0;
}
article.area{
	width:640px;
	height:160px;
	background:url(images/area.png) no-repeat 0 0;
	overflow:hidden;
}
article.area *{
	text-indent:-9999px;
}
article.tel{
	width:640px;
	background:url(images/tel.png) no-repeat 0 0;
	height:221px;
	overflow:hidden;
	position:relative;
}
article.tel *{
	text-indent:-9999px;
}
article.tel dl{
	display:block;
	position:absolute;
	width:320px;
	height:70px;
}
article.tel dl:nth-of-type(1){
	top:40px;
	left:0;
}
article.tel dl:nth-of-type(2){
	top:40px;
	left:320px;
}
article.tel dl dd,
article.tel dl dd a{
	margin:0 0 0 0;
	padding:0 0 0 0;
	display:block;
	width:320px;
	height:70px;
	position:absolute;
	top:0;
	left:0;
}