@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "小塚ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #CCC;
	text-decoration: underline;
}

a:visited {
	color: #CCC;
	text-decoration: underline;
}

a:hover {
	color: #CCC;
	text-decoration: none;
}

a:active {
	color: #CCC;
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	color: #000;
	min-width: 880px;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 50px;
	width: 880px;
}

li img,
dl img {
	display: block;
	vertical-align: baseline;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding: 15px 0 47px;
	border-top: 4px solid #F90000;
	background: url(../../img/common/header_bg.jpg) repeat-x left bottom;
}

#header .hBox {
	margin: 0 auto;
	width: 880px;
}

#header .hBox h1 {
	float: left;
}

#header .hBox h1 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header .hBox .hTel {
	float: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-top: 34px;
	border-top: 5px solid #F90000;
	background-color: #F9F0C6;
}

#footer .mapBox {
	margin: 0 auto;
	width: 880px;
}

#footer .mapBox .map {
	margin-top: 6px;
	float: left;
	border: 1px solid #1959B0;
}

#footer .mapBox p {
	padding-bottom: 67px;
	float: right;
	line-height: 2;
	font-size: 1.2em;
	width: 358px;
}

#footer .mapBox p span {
	font-size: 1.5em;

}
#footer a {

	color: #000;
}
#footer .pageTop {
	margin: 0 auto 36px;
	width: 868px;
	clear: both;
	text-align: right;
}

#footer .pageTop img {
	margin-top: -69px;
}

#footer .pageTop a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#footer .copyright {
	padding: 22px 0 12px;
	background: url(../../img/common/footer_bg.jpg) repeat-x left top;
}

#footer .copyright p {
	margin: 0 auto;
	width: 880px;
	color: #FFF;
	font-size: 1.1em;
	text-align: center;
}

