@charset "utf-8";

/*=========================================================

	基本レイアウト

=========================================================*/

/* ヘッダー
---------------------------------------------------------*/
#header {
	background: #FAF8F0 url(../images/bg_header.png) repeat 0 0;
}
#header div#hbg {
	width: 960px;
	margin: 0 auto;
	padding: 0 6px;
	background: url(../images/vonZweistern.png) no-repeat 6px 0;
}
#header h1 {
	font-size: 1.3em;
	padding: 5px 0 0;
}
#header #htoi {
	float: right;
	width: 295px;
	height: 98px;
	padding-top: 21px;
	background: url(../images/dog.png) no-repeat 0 0;
	text-align: right;
}
#header #htoi ul li{
	padding-bottom: 3px;
	font-size: 1.3em;
}

#gNavi {
	clear: both;
	background: url(../images/nav_bg.png) repeat-x 0 0;
	height: 62px;
}
#gNavi ul {
	width: 960px;
	margin: 0 auto;
	padding: 6px;
}
#gNavi ul li {
	float: left;
}




/* メイン
---------------------------------------------------------*/
.container {
	clear: both;
	width: 972px;
	margin: 0 auto;
	padding: 20px 0 0;
	font-size: 1.3em;
	line-height: 160%;
}

/* パンくずリスト */
#pagepath {
	clear: both;
	width: 972px;
	margin: 20px auto 0;
}
#pagepath dl {
}
#pagepath dt {
	text-indent: -9999px;
	line-height: 0px;
}
#pagepath dd {
}
#pagepath ul {
}
#pagepath li {
	font-size: 1.2em;
	display: inline;
	padding-left: 5px;
}
#pagepath li a {
	padding-right: 8px;
}

/* メイン */
.leftbox {
	float: left;
	width: 707px;
}
.mainbox {
	background: url(../images/mainbg.png) repeat-y 0 0;
}
.mainboxf {
	background: url(../images/mainbg_f.png) no-repeat left bottom;
	padding-bottom: 35px !important;
}

.rightbox {
	float: right;
	width: 253px;
}

.rightbox div.toibox {
	background: #EA9515 url(../images/rmenu_toibg.png) no-repeat 0 0;
	width: 253px;
	height: 121px;
	padding-top: 50px;
	text-align: center;
}
.rightbox div.toibox p {
	padding: 2px 0;
}

.rightbox div.mapbox {
	margin-top: 6px;
	width: 216px;
	height: 415px;
	background: #FAF8F0 url(../images/access_bg.png) no-repeat 0 0;
	padding: 15px 18px 0 19px;	
}
.rightbox div.mapbox p.tit {
	padding: 0 0 7px;
}
.rightbox div.mapbox p {
	font-size: 11px;
	line-height: 150%;
	padding-top: 3px;
}


/* 汎用box */
.box {
	clear: both;
	padding: 20px 30px;
}
.box h3 {
	background: #EFECE6 url(../images/h3bg.png) no-repeat 0 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 30px;
	margin-bottom: 15px;
}
.box h4 {
	background: url(../images/h4bg.png) no-repeat 10px center;
	padding: 5px 10px 5px 35px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 20px;
	color: #390;
}
.box p {
	padding: 0 10px 10px;
}
.box p.lead {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 160%;
}
.box p.phrgt {
	float: right;
	padding: 0 0 0 20px;
}
.box table {
	border-collapse: collapse;
	margin: 0 10px 5px;
	width: 627px;
}
.box table th,
.box table td {
	border: 1px solid #DDD6BA;
	padding: 5px 10px;
}
.box table th {
	text-align: center;
	font-weight: bold;
	background-color: #DEEFB6;
}
.box table td {
	background-color: #F4FAE7;
}
.box table td.price {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #339;
}
.box table tr.col td {
	background-color: #E9F4D1;
}

.pagetop {
	clear: both;
	padding: 50px 0 0;
	text-align: right;
}

/* フッター
---------------------------------------------------------*/
#footer {
	clear: both;
	padding: 15px;
	background: #F2F1E9 url(../images/bg_footer.png) repeat-x 0 0;
}
#footer div {
	width: 960px;
	margin: 0 auto;
	padding: 0 6px;
	font-size: 1.3em;
}




