@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: 12px;
}

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;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display: block;
}

a:link {
	color: #666;
	text-decoration: none;
}

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

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

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

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	color: #000;
	line-height: 1.5;
}

#container{
	text-align: left;
	background: url(../img2/container_bg.jpg) repeat-y center top;
}

#main {
	margin: 0 auto 28px;
	width: 890px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 12px 0 10px;
	border-top: 3px solid #541212;
}

#gHeader .hBox {
	margin: 0 auto;
	width: 890px;
}

#gHeader .hInner {
	position: relative;
}

#gHeader .facebook {
	top: -26px;
	right: 9px;
	position: absolute;
}

#gHeader h1 {
	margin-bottom: 13px;
	font-weight: normal;
	font-size: 11px;
}

#gHeader .logo {
	float: left;
}

#gHeader .facebook a:hover img,
#gHeader .logo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gHeader #gNavi {
	margin-top: 10px;
	float: right;
}

#gNavi li {
	float: left;
}

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

#gNavi li img {
	display: block;
}


/* topPage */
#pageTop {
	background-image: url("../img/bg_common.png");
	text-align: right;
	width: 890px;
	padding: 0 17px 0 18px;
	margin: 0 auto;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	padding: 20px 0 22px;
	margin: 0 auto;
	width: 890px;
	text-align: center;
	border-top: 1px solid #727044;
}

#footer .fNavi {
	margin-bottom: 15px;
}

#footer li {
	color: #5E5E5E;
	display: inline;
}

#footer li a {
	margin: 0 6px 0 0;
	padding: 0 10px 2px 0;
	color: #5E5E5E;
	border-right: 1px solid #CCC;
}

#footer .none a {
	border-right: none;
}

#footer .copyright {
	text-align: center;
}
