@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: 1.01em;
}

body {
	font-size: 62.5%;
}

body,
table,
input, textarea, select, option {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

#gHeader
a,
a:link {
	color: #040404;
	text-decoration: none;
}

a:visited {
	color: #040404;
}

a:hover {
	color: #040404;
}

a:active {
	color: #040404;
}

@font-face {
    font-family: 'Hiragino Mincho Pro';
    font-style: normal;
    font-weight: 100;
    src: url(../../font/hiraginominchow3.eot);
    src: url('../../font/hiraginominchow3?#iefix') format('embedded-opentype'),
    url('../../font/hiraginominchow6.woff') format('woff'),
    url('../../font/hiraginominchow6.ttf')  format('truetype');
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 830x;
	color: #3E3A39;
	font-size: 13.7px;
	line-height: 1.5;
//	background: #FFF url(../../images/common/body_bg.png) no-repeat 83% top;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 23px;
	width: 822px;

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 57px 0 4px;
}

#gHeader h1 {
	margin: 0 auto;
	padding: 12px 0;
	width: 482px;
	font-family: 'Hiragino Mincho Pro';
	font-size: 40px;
	font-weight: normal;
	position: relative;
	text-align: center;
}

#gHeader h1 span {
	display: block;
	font-size: 14px;
}

#gHeader h1:before {
	width: 40px;
	height: 97px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../images/common/icon01.png) no-repeat;

	content: "";
}

#gHeader h1:after {
	width: 40px;
	height: 97px;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../../images/common/icon02.png) no-repeat;

	content: "";
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-bottom: 35px;
	text-align: center;
}

