@charset "UTF-8";
/* CSS Document */

/* Global */
html,
body {
	background: #FBFBF1;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.6em;
	color: #3E110C;
	font-family: meiryo, hirakakupro-w3, Verdana, arial, "ms pgothic", sans-serif;
}

a:link,
a:visited,
a:active {
	color: #523F23;
	text-decoration: underline;
}
a:hover {
	color: #523F23;
	text-decoration: underline;
}

div#footer a:link,
div#footer a:visited,
div#footer a:active {
	color: #DDC7AD;
	text-decoration: underline;
}
div#footer a:hover {
	color: #DDC7AD;
	text-decoration: underline;
}

img {
	border: 0;
	/*vertical-align: bottom;*/
}

h1,
h2 {
	padding: 0;
	margin: 0;
}

.clear {
	clear:both;
}

br.clear {
	clear:both;
	height: 1px;
	width: 1px;
}

.mini {
	font-size: 0.9em;
}

.big {
	font-size: 1.3em;
}


.red {
	color: #FF0000;
}

/* Common */
div#container {
	text-align: center;
}

div#header,
div#content,
div#footer {
	clear: both;
}

div#header {
	height: 80px;
	padding: 0;
	margin: 0;
}

div#header_inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
div#content {
	background: #FBFBF1;
}

div#content_inner {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

div#main {
	float: left;
	width: 900px;
}

div#main div#title {
	float: left;
	height: 300px;
	background:url(../images/title.jpg) no-repeat left top;
}

div#main div#title div#text_box {
	width: 380px;
	padding: 0;
	margin: 180px 100px 0 420px;
	/*font-size: 1.2em;*/
	font-size: 13px;
	line-height: 1.6em;
	text-align: left;
}

div#main div#qa {
	clear:both;
	background:url(../images/skb_bg.jpg) left top repeat-y;
}

div#main div#qa div#caption {
	width: 600px;
	padding: 0;
	margin: 20px 150px;
	/*font-size: 1.2em;*/
	font-size: 12px;
	line-height: 1.6em;
	text-align: left;
}

div.bar {
	width: 600px;
	height: 2px;
	padding: 10px 0;
	margin: 0 150px;
}

div.qa_q {
	width: 600px;
	height: 47px;
	padding: 0;
	margin: 13px 150px;
}

div.qa_a {
	width: 600px;
	height: 47px;
	padding: 0;
	margin: 0 150px;
}

div.mark {
	float: left;
	width: 47px;
	height: 47px;
}

div.qa_abox {
	float: left;
	width: 540px;
	margin: 13px 0 13px 13px;
	font-size: 12px;
	line-height: 1.6em;
	text-align: left;
}

div#footer {
	padding: 0;
	margin: 0;
}

div#footer_inner {
	font-size: 0.8em;
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	color: #DDC7AD;
	background:url(../images/footer.jpg) left top no-repeat;
}