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

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #362e2b;
	text-decoration: underline
}

a:visited {
	color: #362e2b;
	text-decoration: underline
}

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

a:active {
	color: #362e2b;
	text-decoration: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.7;
	font-size: 12px;
	color: #362e2b;
	min-width: 960px;
	background: url(../../images/body_bg.gif) repeat;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto 20px;
	width: 960px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

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

.mb25 {
	margin-bottom: 25px;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	margin: 0 auto;
	position: relative;
	width: 1032px;
	height: 709px;
}
.top_tell {
	margin-top: 10px;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	overflow: hidden;
	zoom:1;
	background: url(../../images/footer_bg.png) no-repeat center top #E6DDCF;
}

#footer .fInner {
	margin: 0 auto;
	padding: 49px 0 54px;
	width: 960px;
	position: relative;
}

#footer .fInner .img {
	position: absolute;
	top: 0;
	right: -88px;
}

#footer .fInner .title {
	margin-bottom: 27px;
	position: relative;
	text-align: left;
}

#footer .fInner .fBox {
	margin-bottom: 38px;
}

#footer .fInner .lBox {
	float: left;
	width: 410px;
}

#footer .fInner .fBox p {
	margin-bottom: 21px;
}

#footer .fInner .fBox dl {
	margin-bottom: 35px;
}

#footer .fInner .fBox dt {
	font-size: 12px;
	line-height: 1.65;
	float: left;
	font-weight: bold;
}

#footer .fInner .fBox dd {
	padding-left: 10.7em;
	font-size: 12px;
	line-height: 1.65;
	background: url(../../images/f_icon01.gif) no-repeat 105px 6px;
}

#footer .fInner .fBox dd a {
	color: #362e2b;
	text-decoration: none;
}

#footer .fInner .fBox dd a:hover {
	text-decoration: underline;
}

#footer .fInner .fBox .ddStyle {
	background: none;
}

#footer .fInner .rBox {
	float: right;
	width: 470px;
}

#footer .fInner .rBox dl {
	margin-bottom: 26px;
}

#footer .fInner .rBox .text {
	margin: 0;
	line-height: 1.65;
}

#footer .fInner .rBox .text span {
	display: block;
	font-weight: bold;
}

#footer .fInner .rBox .text a {
	color: #362e2b;
}

#footer .blackBox {
	margin-bottom: 25px;
	padding: 31px 31px 21px;
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	text-align: left;
    behavior: url(/js/pie.htc);
}

#footer .blackBox .dlBox {
	float: left;
	width: 710px;
}

#footer .blackBox .dlBox dt {
	padding-top: 3px;
	float: left;
	font-size: 14px;
}

#footer .blackBox .dlBox dd {
	padding: 0 0 12px 97px;
}

#footer .blackBox .dlBox dd li {
	padding-right: 20px;
	font-size: 12px;
	float: left;
}

#footer .blackBox .dlBox dd li a {
	padding-left: 10px;
	color: #362e2b;
	display: inline-block;
	background: url(../../images/icon02.gif) no-repeat left center;
}

#footer .blackBox .fLogo {
	padding-top: 23px;
	float: right;
}

#footer .blackBox .fLogo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#footer .copyright {
	font-size: 10px;
	text-align: center;
}