/* CSS Document */

/* -- スタッフページ --*/

.staffbox {
	background-color: #F5F4F2;
	width:100%;
	margin-top: 13px;
	padding-top: 17px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.staffbox .photo {
	background-color: #FFFFFF;
	display: block;
	padding: 0px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 5px;
	margin-right: 13px;
	margin-bottom: 10px;
	font-size: 10px;
}

.staffbox .staffposition {
	display: block;
	float: left;
	width: 432px;
}

.staffbox .name {
	font-size: 18px;
	font-weight: bold;
	margin-top: -10px;
	margin-bottom: 10px;
	background-image: url(http://www.taiyo-house.jp/img/bg_staff_staffinfo_line.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	margin-left: 0px;
	line-height: 140%;
}

.staffbox .info {
	display: block;
	clear: both;
	float: none;
	background-image: url(http://www.taiyo-house.jp/img/bg_staff_staffinfo_body.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 531px;
	margin-left: 5px;
	padding-top: 0px;
}

.staffbox .info dt {
	margin-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
}

.staffbox .info dd {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-right: 15px;
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
}

.staffbox .info .top {
	background-image: url(http://www.taiyo-house.jp/img/bg_staff_staffinfo_header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	margin: 0px;
}

.staffbox .info .line {
	background-image: url(http://www.taiyo-house.jp/img/bg_staff_staffinfo_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-indent: -9999px;
	height: 5px;
}

.staffbox ul li {
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.staffbox .voice a {
	background-image: url(http://www.taiyo-house.jp/img/bt_staff_staffinfo_kakotantou.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 34px;
	width: 215px;
	text-indent: -9999px;
}

.staffbox .osusume a {
	background-image: url(http://www.taiyo-house.jp/img/bt_staff_staffinfo_osusume.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 34px;
	width: 157px;
	text-indent: -9999px;
}

.staffbox .pagetop a {
	background-image: url(http://www.taiyo-house.jp/img/bt_staff_staffinfo_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 21px;
	width: 100px;
	text-indent: -9999px;
	margin-left: 30px;
	margin-top: 13px;
}

.staffbox .line {
	text-indent: -9999px;
	clear: both;
}


/* - お客様の声 - */

.voice_link {
	font-size: 1px;
}

.voice_link span {
	display: none;
}

.voice_box {
}

.voice_photo {
	width: 220px;
	float: left;
}

.voice_photo img {
	display: block;
	margin-bottom: 12px;
}

.voice_txt {
	width: 340px;
	float: left;
}

.voice_txt dt {
	line-height: 150%;
}

.voice_txt dd {
	line-height: 150%;
	margin-bottom: 12px;
}

/* - h4- */

#link #wrap #main h4 {
	clear: both;
	float: none;
	margin-top: 15px;
}

#wrap #main h4.sitemap {
	clear:both !important;
}

/* -- FAQ -- */

dl.faq {
}

dl.faq dt {
	background: url(http://www.taiyo-house.jp/img/bg_faq_q.jpg) no-repeat 0px 0px;
	font-size: 14px;
	padding: 15px 15px 15px 55px;
}

dl.faq dd {
	background: url(http://www.taiyo-house.jp/img/bg_faq_a.jpg) no-repeat 0px 0px;
	line-height: 125%;
	padding: 17px 15px 25px 55px;
}