@charset "utf-8";

.backtop {
	text-align: right;
}

.pankuzu_s {
	
}

#summer_container {
	width: 700px;
	text-align: left;
}

#top_title {
	background: url(../image/top_sep.jpg) no-repeat;
	height: 200px;
}

#sea_title {
	background: url(../image/title_sea.gif) no-repeat;
	height: 200px;
}

#fire_title {
	background: url(../image/title_fire.jpg) no-repeat;
	height: 200px;
}

#fes_title {
	background: url(../image/title_fes.jpg) no-repeat;
	height: 200px;
}

.sub_read {
	background: url(../image/text.gif) no-repeat;
	height: 23px;
	margin: 30px 20px;
}

.area_banner {
	text-align: center;
	margin: 0px auto 25px;
	padding-top: 25px;
}

.summer_text_margin {
	margin-left: 20px;
	margin-right: 20px;
}

/* table */

table.sea {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	
}

table.sea th {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	background-color: #00aadd;
	padding: 6px;
	color: #ffffff;
}

table.sea td {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	padding: 6px;
}

table.sea tr.c1 {
	background-color: #e5f9ff;
}

table.fire {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	
}

table.fire th {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	background-color: #Ffa900;
	padding: 6px;
	color: #ffffff;
}

table.fire td {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	padding: 6px;
}

table.fire tr.c1 {
	background-color: #FFEECC;
}

table.fest {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	
}

table.fest th {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	background-color: #BD1A1B;
	padding: 6px;
	color: #ffffff;
}

table.fest td {
	border: 1px solid #ffffff;
	border-collapse: collapse;
	padding: 6px;
}

table.fest tr.c1 {
	background-color: #f2e6e6;
}

/* 090703 */

ul.sea_ico {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.sea_ico li {
	display: block;
	width: 27px;
	height: 24px;
	text-indent: -9999px;
	float: left;
	margin: 0;
	padding: 0;
}

li.shower {
	background: url(../image/sea_ico05.gif) no-repeat top left;
}

li.wc {
	background: url(../image/sea_ico04.gif) no-repeat top left;
}

li.park {
	background: url(../image/sea_ico01.gif) no-repeat top left;
}

li.rent {
	background: url(../image/sea_ico02.gif) no-repeat top left;
}

li.shop {
	background: url(../image/sea_ico03.gif) no-repeat top left;
}

li.suit {
	background: url(../image/sea_ico06.gif) no-repeat top left;
}

li.lest {
	background: url(../image/sea_ico08.gif) no-repeat top left;
}

li.food {
	background: url(../image/sea_ico07.gif) no-repeat top left;
}

