@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: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 1.1;
}

table,
input, textarea, select, option {
	line-height: 1.1;
	border-collapse: collapse;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	background: url(../../img/common/body_bg.jpg) repeat center top;
	color: #231815;
	text-align:center;
	line-height: 1.5;
}

#warp {
	margin: 0 auto;
	width: 1200px;

	text-align: left;
}

#container {
	background: url(../../img/common/container_bg.jpg) repeat-y left top;
	zoom: 1;
}

#container .comBg {
	background: url(../../img/common/bg.jpg) no-repeat left top;
	zoom: 1;
}

#main {
	margin-bottom: 15px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	padding-top: 174px;
	position: relative;
}

#header .headerBox {
	position: absolute;
	right: 46px;
	top: 59px;
	width: 450px;
}

#header .headerBox .logo {
	margin-bottom: 14px;
}

#header .headerBox h1 {
	margin-bottom: 13px;
}

#header .headerBox p.title {
	margin-bottom: 23px;
}

#header .headerBox p.special {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 15px 0 20px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	clear: both;
	overflow: hidden;
	padding-bottom: 25px;
}

#footer .fBox {
	margin-left: 45px;
	width: 1101px;
}

#footer .fBox .lBox {
	float: left;
}

#footer .fBox .rBox {
	float: right;
	width: 535px;
}

#footer .fBox .rBox ul {
	margin-bottom: 6px;
}

#footer .fBox .rBox ul li img {
	display: block;
}

#footer .fBox .rBox ul.ul01 {
	background: url(../../img/common/f_bg.gif) repeat-x left top;
	margin-bottom: 0;
	padding: 5px 33px 4px 10px;
}
