@charset "utf-8";

div#wrapHeader {
	height: 295px;
	width: 100%;
	margin: 0px auto;
	background-image: url(../img/sub/wrapHeaderBg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

header {
	height: 295px;
	width: 100%;
	margin: 0px auto;
	background-image: url(../img/sub/headerBg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div#inHeader {
	height: 295px;
}

div#inHeader h1 {
	position: absolute;
	top: 26px;
	left: 0px;
	height: 66px;
	width: 185px;
	background-image: url(../img/common/h1Logo.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div#inHeader h1 a {
	height: 66px;
	width: 185px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

div#inHeader h2 {
	position: absolute;
	top: 50px;
	left: 225px;
	height: 44px;
	width: 187px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/sub/h2Title.png);
	background-position: top center;
	background-repeat: no-repeat;
}

p.headerCatch {
	position: absolute;
	top: 110px;
	left: 6px;
	height: 30px;
	width: 439px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/sub/headerCatch.png);
	background-position: top center;
	background-repeat: no-repeat;
}

p.headerTime {
	position: absolute;
	top: 24px;
	right: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #9E6B1B;
	text-align: right;
}

p.headerTel {
	position: absolute;
	top: 50px;
	right: 0px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #573A0F;
	text-align: right;
}

span.headerTelText {
	font-size: 36px;
	font-weight: bold;
	font-family: "Lucida Grande","ヒラギノ明朝 Pro W3","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro", serif;
}

span.headerTelText a {
	text-decoration: none;
	color: #573A0F;
}

div.headerContact {
	position: absolute;
	top: 79px;
	right: 0px;
	height: 61px;
	width: 260px;
	background-image: url(../img/common/headerContact.png);
	background-position: top center;
	background-repeat: no-repeat;
}

div.headerContact a {
	height: 61px;
	width: 260px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

div.headerContact a:hover {
	background-image: url(../img/common/headerContact_r.png);
	background-repeat: no-repeat;
}

p.headerCatch1 {
	position: absolute;
	top: 56px;
	left: 474px;
	height: 72px;
	width: 75px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/sub/headerCatch1.png);
	background-position: top center;
	background-repeat: no-repeat;
}

p.headerCatch2 {
	position: absolute;
	top: 73px;
	left: 557px;
	height: 72px;
	width: 75px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/sub/headerCatch2.png);
	background-position: top center;
	background-repeat: no-repeat;
}

p.headerCatch3 {
	position: absolute;
	top: 56px;
	left: 633px;
	height: 72px;
	width: 75px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-image: url(../img/sub/headerCatch3.png);
	background-position: top center;
	background-repeat: no-repeat;
}

nav#globalheader {
	position: absolute;
	top: 143px;
	left: 0px;
	height: 112px;
	width: 980px;
}

/*コンテンツ*/

#main {
	padding-top: 30px;
}

