/* layout --------------------------------------------------> */
html {
	height:100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: 'メイリオ', 'ＭＳ Ｐゴシック';
	color: #1a1a1a;
}
body {
	height:100%;
	padding: 0;
	margin: 0;
}

* html div#wrapper{
	height: 100%;
}
div#wrapper {
	position: relative;
	min-height: 100%;
	background: url(/images/64x65_1.png) repeat-x bottom left;
	/*padding-bottom: 65px;*/
}
body > #wrapper {
	height: auto;
}
div.wrapper-center {
	width: 992px;
	margin: 0 auto;
}

#footer {
	position: absolute;
	bottom: 0px;
	height: 65px;
	width: 992px;
	background: url(/images/footer_992x65.png) no-repeat left bottom;
}
#footer-height {
	width: 100%;
	height: 65px;
}
#footer-text {
	padding: 25px 0 0 0;
	font-size: 15px;
	color: #cccccc;
}


/* header --------------------------------------------------> */
#breadcrumb-outer {
	position: relative;
	width: 992px;
	padding: 75px 0 0px 0;
	height: 21px;
}
#breadcrumb {
	float: left;
}
#breadcrumb a {
	color: #1a1a1a;
}
#my {
	float: right;
	color: #cccccc;
}
#my a{
	color: #1a1a1a;
}

#caption-outer {
	background-color: #ffffff;
}
#caption {
	position: relative;
	width: 992px;
	height: 210px;
	background: url(/images/992x200_3.png) no-repeat left top;
}

/* faq --------------------------------------------------> */
h1 {
	margin: 0;
	padding: 0;
	width: 992px;
	font-size: 20px;
	font-weight: normal;
	line-height: 25px;
}

.favorite {
	float: right;
}

#faq {
	position: relative;
	width: 992px;
	padding: 0 0 0 0;
}
#faq #left {
	float: left;
	width: 670px;
}
#faq #right {
	position: relative;
	float: right;
	width: 300px;
}

#right #fixed-menu {
	width: 300px;
	height: 375px;
}
.faq {
	border-top: 1px #B7AD70 solid;
	padding: 20px 10px 30px 10px;
}
.faq h3 {
	background: url(/images/h4_670x35.png) no-repeat;
	margin: 0;
	padding: 0 0 15px 45px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}
