@charset "shift_jis";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 20px;
}
article, aside, hgroup, header, footer, figure,  figcaption, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}

/* =========================================================
header
========================================================= */
header {
	width: 100%;
	padding: 0;
}
header h1 {
	width: 320px;
	height: 56px;
	margin: 0 auto;
	padding: 5px 0;
	text-align: center;
	font-size: 85%;
	background: url(../img/header_h1bg.png) no-repeat;
	background-size: 320px 66px;
	-webkit-background-size: 320px 66px;
}
header h1 span {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 125%;
	font-weight: bold;
}
div.headBox {
	position: relative;
	margin: 0 auto;
	box-shadow: 0 3px 3px #CCC;
	-webkit-box-shadow: 0 3px 3px #CCC;
}
div#headInner {
	width: 290px;
	padding: 100px 15px 10px;
	background: url(../img/header_image.jpg) no-repeat center top;	
	background-size: 285px 100px;
	-webkit-background-size: 285px 100px;
}
div#headInner ul {
	position: absolute;
	width: 74px;
	height: 45px;
	right: 10px;
	top: 133px;
}
div#headInner ul li {
	float: left;
	padding-left: 7px;
}
div#headNumber {
	position: relative;
	width: 300px;
	padding: 10px 10px 30px;
	font-size: 80%;
	line-height: 15px;
}
div#headNumber p#headTelephone {
	position: absolute;
	left: 150px;
	top: 40px;
}
ul#headnav {
	width: 304px;
	margin: 10px auto 15px;
}
ul#headnav li {
	float: left;
}

/* =========================================================
heading
========================================================= */
h3.heading {
	text-align: center;
	margin-bottom: 10px;
}

/* =========================================================
menu
========================================================= */
.subheading {
	width: 285px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	margin: 10px auto;
	font-size: 110%;
	font-weight: bold;
	background: url(../img/subheading_bg.png) no-repeat;
	background-size: 300px 30px;
	-webkit-background-size: 300px 30px;
}
.subheading a {
	display: block;
	text-decoration: none;
	color: #000;
}
ul#menu {
	width: 290px;
	margin: 0 auto;
}
ul#menu li {
	padding-left: 15px;
	line-height: 35px;
	background:url(../img/footer_arrow.png) no-repeat left center;
	background-size: 10px 10px;
	-webkit-background-size: 10px 10px;
}
ul#menu li a {
	color: #F60;
	display: block;
}

/* =========================================================
footer
========================================================= */
footer {
	margin: 40px auto 5px;
	text-align: center;
}
p#footPlaces {
	width: 270px;
	margin: 15px auto 0;
	text-align: left;
	font-size: 90%;
}