@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, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #000;

}

a:visited {
	color: #000;

}

a:hover {
	color: #000;

}

a:active {
	color: #000;

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	color: #000;
	background: #f8f1ed;
}

#container {
	padding: 32px 0 20px;
	background-color: #fff;
}

#main {
	margin: 0 auto 60px;
	text-align: left;
	width: 900px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

img {
	vertical-align: top;
}

dl img,
ul img {
	vertical-align: baseline;
	display: block;
}

#pageTop {
	margin: 0 auto;
	width: 900px;
	font-size: 1.2em;
	text-align: right;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	background: #f8f3e9;
}

#header .h1Bg {
	margin-bottom: 16px;
	padding: 4px 0 4px;
	background: #f7b080;
}

#header .h1Bg h1 {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	color: #666666;
	font-size: 1.1em;
}

#header .hdSection {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#header .hdSection .hdInner {
	margin-bottom: 9px;
}

#header .hdSection .hdInner .logo {
	float: left;
}

#header .hdSection .hdInner .tel {
	padding-top: 9px;
	float: right;
}

#header .mainImg {
	display: none;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi li {
	float: left;
}

#gNavi li a {
	display: block;
}

#gNavi li a:hover img {
	opacity: 0;
	filter: alpha(opacity=00);
}

#gNavi .navi01 a {
	background: url(../img/gnavi01_over.gif) no-repeat;
}

#gNavi .navi02 a {
	background: url(../img/gnavi02_over.gif) no-repeat;
}

#gNavi .navi03 a {
	background: url(../img/gnavi03_over.gif) no-repeat;
}

#gNavi .navi04 a {
	background: url(../img/gnavi04_over.gif) no-repeat;
}

#gNavi .navi05 a {
	background: url(../img/gnavi05_over.gif) no-repeat;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	padding: 37px 0 15px;
	width: 900px;
	text-align: left;
	overflow: hidden;
	zoom: 1;
	color: #333;
}

#footer p {
	font-size: 1.4em;
	float: left;
	line-height: 1.75;
	width: 400px;
}

#footer .copyright {
	padding-top: 75px;
	width: 450px;
	float: right;
	font-size: 1.2em;
	text-align: right;
}
