@charset "shift_jis";

/*-- ヘッダー -----------------------*/
#header {
	position: relative;
	width: 900px;
	height: 283px;
}

#header #visual {
	position: absolute;
	width: 900px;
	height: 167px;
	left: 0;
	top: 60px;
	background: url(../images/back.gif) top left repeat-x;
}
	#header #visual .visual {
		position: absolute;
		width: 117px;
		height: 122px;
		left: 70px;
		top: 13px;
	}
	#header #visual .comment {
		position: absolute;
		width: 422px;
		height: 60px;
		left: 267px;
		top: 43px;
	}

#header ul {
	position: absolute;
	left: 48px;
	top: 206px;
	list-style: none;
}


/*-- 第一ブロック -----------------------*/
#faq1 {
	position: relative;
	margin: 0 auto 55px auto;
	width: 800px;
}

	#faq1 h2 {
	}
	
	#faq1 dl {
		margin-left: 63px;
		width: 647px;
	}
	#faq1 dl.q {
		margin-top: 32px;
		margin-bottom: 2px;
		padding-top: 7px;
		background: url(../images/faq/qu.gif) top left no-repeat;
	}
	#faq1 dl.a {
		padding-bottom: 7px;
		background: url(../images/faq/ad.gif) bottom left no-repeat;
		background-color: #dae9ed;
	}
	
	#faq1 dt {
		width: 42px;
		text-indent: -10000px;
		float: left;
	}
	#faq1 dl.q dt {
		height: 42px;
		background: url(../images/faq/q.gif) top left no-repeat;
	}
	#faq1 dl.a dt {
		height: 42px;
		background: url(../images/faq/a.gif) top left no-repeat;
	}
	
	#faq1 dd {
		width: 605px;
		float: left;
	}
	#faq1 dl.q dd {
		height: 42px;
		background-color: #f3d1c1;
		line-height: 40px;
		font-weight: bold;
	}
	#faq1 dl.a dd {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 17px;
	}


