@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: "ＭＳ Ｐ明朝", "Hiragino Kaku Gothic Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", 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: #3e3a39;
	text-decoration: underline;
}

a:visited {
	color: #3e3a39;
	text-decoration: underline;
}

a:hover {
	color: #999;
	text-decoration: none;
}

a:active {
	color: #999;
	text-decoration: none;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1000px;
	color: #666;
	text-align:center;
	line-height: 1.5;
	background: url(../../img/common/body_bg.jpg) repeat center top;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto 18px;
	width: 840px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	border-top: 17px solid #E383A1;
}

#header .ttlBox {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#header .ttlBox h1 {
	position: absolute;
	right: 13px;
	top: -17px;
}

/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
#gNavi {
	background: url(../../img/common/g_navi_bg.gif) repeat-x left bottom;
}

#gNavi ul {
	margin: 0 auto;
	width: 960px;	
}

#gNavi li {
	float: left;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	margin: 0 auto;
	width: 960px;
	clear: both;
	overflow: hidden;
}

#footer .copyright{
	color: #666;
	font-size: 0.8em;
	text-align: right;
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}