@charset "UTF-8";
body {
	font: 14px "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 24px;
	background: #f3f2e9 url(img/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	color: #444;
}

img {
	vertical-align: bottom;
	border: none;
}
a {
	color:#ec8946;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
h2 {
	margin-bottom: 0;
}
h3 {
	margin: 0;
	podding: 0;
}
h3 img {
	vertical-align: bottom;
}
h4 {
	margin: 0 0 20px 0;
	padding: 0;
	font: 21px "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #967a00;
	line-height: 30px;
}

.container {
	width: 960px;
	max-width: 1260px;
	min-width: 780px;
	margin: 0 auto;
}

header {
	height: 90px;
	margin: 4px 0 0 0;
	background: url(img/header_tel.gif) no-repeat;
}
header h1 {
	margin: 0;
	padding: 0;
}

.wrapper {
	margin: 0 auto 40px auto;
}

/* -------料金------- */
.price {
	height: 500px;
	margin: 0 0 20px 0;
	/*padding: 80px 20px 30px 470px;*/
	background: url(img/05.png) no-repeat;
	position: relative;
}
.price .note {
	position: absolute;
	left: 30px;
	top: 250px;
}

.price table {
	width: 48%;
	border: 1px solid #ccc;
	border-right: none;
	border-bottom: none;
	position: absolute;
	right: 20px;
	top: 85px;
}
.price th {
	padding: 3px 5px;
	background: #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.price td {
	padding: 3px 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* -------問い合わせ------- */
.contact {
	padding: 0 0 30px 30px;
	background: url(img/07_bg.jpg) no-repeat;
}
.box {
	width: 290px;
	margin: 0 15px 0 0;
	font-size: 16px;
	line-height: 1.6em;
	text-align: center;
	float: left;
}
.tentou {
	height: 160px;
	padding: 110px 0 0 0;
	background: url(img/07-1.jpg) no-repeat;
}
.tel {
	height: 160px;
	padding: 110px 0 0 0;
	background: url(img/07-2.jpg) no-repeat;
}
.tel .number {
	font-size: 20px;
	font-family:"Times New Roman", Times, serif;
	color: #a080b2;
}
.mail {
	height: 160px;
	padding: 110px 0 0 0;
	background: url(img/07-3.jpg) no-repeat;
}



/*============== footer ==============*/
footer {
	padding: 20px 0;
	font-size: 10px;
	color: #8a7f57;
	text-align: center;
	border-top: 5px solid #967a00;
	background: #fff;
}

/*============== クラス ==============*/
.clear { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.red {
	color: #C00;
}
