@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: MS PGothic, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ 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 {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li img {
	display: block;
	vertical-align: baseline;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background: url(../../img/common/body_bg.gif) repeat;
	text-align: center;
	line-height: 1.5;
	min-width: 1000px;
}

#container{
	margin: 0 auto;
	text-align: left;
}

#container .bg {
	background: url(../../img/common/line01.gif) repeat-x bottom;
	height: 16px;
	margin-bottom: 8px;
}

#container .line {
	background: url(../../img/common/line02.gif) repeat-x bottom;
	height: 23px;
	margin-bottom: 30px;
}

#main {
	width: 892px;
	margin: 0 auto;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	width: 924px;
	margin: 0 auto 10px;
}

#header h1 {
	padding-top: 54px;
}
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	padding: 32px 8px 0 0;
}

#gNavi ul li {
	float: left;
	padding-right: 31px;
}
/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 580px;
	float: left;
	margin: 0 auto;
}
/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 200px;
	float: right;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding-bottom: 15px;
}

#footer .headLink {
	background-color: #b31d23;
	font-size: 1.5em;
	color: #fff;
	position: relative;
	z-index: 2;
	margin: 0 0 20px;
}

#footer .headLink ul {
	width: 650px;
	margin: 0 auto;
	padding: 27px 0 25px 20px;
}

#footer .headLink ul li {
	background: url(../../img/common/icon03.png) no-repeat 26px center;
	padding: 0 28px 0 44px;
	float: left;
}

#footer a {
	color: #fff;
}

#footer .add {
	width: 978px;
	margin: 0 auto;
	min-height: 68px;
}

#footer .fr {
	width: 430px;
	padding-right: 33px;
}

#footer .fl {
	background: url(../../img/common/footer_img.png) no-repeat bottom left;
	width: 207px;
	height: 95px;
	margin: -27px 0 0 34px;
}

#footer p {
	font-size: 1.4em;
}

#footer .contact{
	float: right;
	padding-right: 31px;
	font-size: 1.2em;
}