@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;
	font-size: 1em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "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: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #333;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1050px;
	color: #333;
	text-align: center;
	line-height: 1.5;
}

#container{
	background-color: #fff;
	text-align: left;
}

#main {
	margin: 0 auto 60px;
	width: 980px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	width: 980px;
}

#header h1 {
	margin-bottom: 9px;
	font-size: 13px;
	font-weight: normal;
}

#header .hBox {
	margin-bottom: 17px;
}

#header .hBox .logo {
	margin-right: 106px;
	float: left;
}

#header .hBox .contact {
	float: left;
	padding-top: 14px;
	width: 420px;
}

#header .hBox .contact p {
	margin-bottom: 4px;
	font-size: 13px;
}

#header .hBox .link {
	padding-top: 0px;
	float: right;
}

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


#header .hBox .link li {
	display: list-item;
	list-style-type: none;
	text-transform: uppercase;
  	padding-top: 5px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	margin: 0 auto 20px;
	width: 982px;
}

#gNavi li {
	float: left;
}

#gNavi li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 33px 0 47px;
	background-color: #0069A7;
}

#footer .fBox {
	margin: 0 auto;
	width: 980px;
}

#footer .fBox .textBox {
	float: left;
	width: 550px;
}

#footer .fBox .textBox .fLogo {
	margin-bottom: 22px;
}

#footer .fBox .textBox p {
	margin-bottom: 7px;
	color: #fff;
	font-size: 16px;
	line-height: 1.2;
}

#footer .fBox .textBox .tel {
	margin-bottom: 66px;
}

#footer .fBox .textBox .fNavi li {
	margin-right: 18px;
	display: inline;
	font-size: 14px;
}

#footer .fBox .textBox .fNavi li a {
	color: #fff;
	text-decoration: underline;
}

#footer .fBox .textBox .fNavi li a:hover {
	text-decoration: none;
}

#footer .fBox .map {
	padding-top: 1px;
	float: right;
}