@charset "euc-jp";

@import "base.css";
@import "navi.css";
@import "modules.css";
@import "index.css";

/*** faq.css ***/

/* ---------- faq top ---------- */
#faq-body {
	float: left;
	margin-top: 12px;
	width: 480px;
	text-align: right;
	}
#faq-side {
	float: right;
	margin-top: 12px;
	width: 400px;
	}

/* ---------- faq-list ---------- */

.faq-list {
	position: relative;
	margin-bottom: 72px;
	border-top: 1px dotted #999;
	}
.faq-list li {
	padding: 24px 0 24px 16px;
	border-bottom: 1px dotted #999;
	background: url(http://i.yimg.jp/images/hr/bullet_arrow1.gif) 0 no-repeat;
	}
.to-inquire {
	text-align: center;
	}

/* ---------- faq-data ---------- */

.faq-data {
	position: relative;
	margin: 0 16px 24px 16px;
	}
.faq-data dt {
	padding: 8px 8px 8px 36px;
	border-bottom: 1px solid #999;
	background: url(http://i.yimg.jp/images/hr/faq/bullet_q.gif) 0 .5em no-repeat;
	font-weight: bold;
	}
.faq-data dd {
	padding: 8px 8px 4px 36px;
	background: url(http://i.yimg.jp/images/hr/faq/bullet_a.gif) 0 .5em no-repeat;
	}

/* ---------- to-faq ---------- */

.to-faq {
	margin:0 260px 30px;
	padding:5px 10px;
	border:1px solid #cccccc;
	min-width:400px;
	}
