@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";
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #3993A9;
	text-decoration: underline;
}

a:visited {
	color: #3993A9;
	text-decoration: underline;
}

a:hover {
	color: #3993A9;
	text-decoration: none;
}

a:active {
	color: #3993A9;
	text-decoration: none;
}

a:hover img.imgHover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	line-height: 1.4;
	min-width: 1170px; 
	text-align:center;
}

#container{
	text-align: left;
}

#main {
	background: #FAFFFA url(../../img/common/main_bg.jpg) repeat-x left top;
	padding: 46px 0 0 0;
	
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	padding: 9px 5px 10px 0;
	width: 975px;
}

h1 {
	text-align: right;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background: url(../../img/common/footer_bg.gif) repeat-x left top;
	overflow: hidden;
	padding: 12px 0 13px;
}

#footer .box {
	margin: 0 auto;
	width: 968px;
}

#footer .logo {
	float: left;
}

#footer .copyright {
	float: right;
	margin-top: 14px;
}