@charset "utf-8";
/* CSS Document */

@import "block.css";
@import "list.css";
@import "title2.css";
@import "navi.css";
@import "cms.css";


body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
	background-image: url(../img/bg_body.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	color: #333333;
}
#layout {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	display: block;
}


#obi {
	display: none;
}
.waku {
	margin: 0px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.red {
	color: #CC0000;
}
table.simple {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}
.simple th{
	font-size: 110%;
	font-weight: bold;
	background-color: #FF6600;
	color: #FFFFFF;
}
.simple td{
	font-size: 85%;
	background-color: #FFCC99;
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	display: block;
	float: left;
	width: 100%;
}
.newsdate {
	float: left;
	margin: 0px;
	padding: 2px 10px 2px 0px;
	color: #FF6600;
}
.newstitle {
	margin: 0px;
	padding: 2px;
	float: left;
}

.hiss {
	color: #f93;
}

.err {
	color: red;
}

.table-form {
	width: 600px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.table-form th {
	color: #00375E;
	background-color: #eee;
	width: 140px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	text-align: left;
}

.table-form th span {
	padding-left: 5px;
	margin-left: 5px;
	border-left: 3px solid #3464BE;
}

.table-form td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

.align-c {
	text-align: center;
}

.input-ss {
	width: 50px;
}

.input-s {
	width: 200px;
}

.input-m {
	width: 200px;
}

.input-l {
	width: 300px;
}

.point {
	color: #3B6C53;
}

.inp4 {
	width: 80px;
}

.inp2 {
	width: 40px;
}

ul.s-map{
	width:280px;
	margin: 0;
	padding: 0;
	display:block;
	}
ul.s-maple{
	width:280px; 
	margin: 0; 
	padding: 0; 
	display:block; 
	float:left;
}
.s-map li,.s-maple li{
	background-image: url(../img/arrow_02.gif);
	background-repeat: no-repeat;
	background-position: 12px 5px;
	margin: 0;
	padding:0 0 3px 28px;
	font-size:76%;
	list-style-type: none;
}
.s-map p,.s-maple p{
	margin: 0;
	text-align:left;
	background-image: url(../img/arrow_01.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}
.s-mapline{
	margin: 0;
	padding:0;
	clear:both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

table.tb08  {
	width:100%;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;

}
.tb08 td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tb08 th {
	text-align: left;
	vertical-align: top;
	padding: 5px;
	background-color: #F2F2F2;
	width: 180px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

.style_breakfast{
	font-size: 85%;
}


