#main-photo {
	margin-left: 0;
	}

div.faqBox {
	width: 602px;
	height: 1%;
	margin: 10px 0;
	border: 1px solid #D2BB9B;
	overflow: hidden;
	}
	
div.faqBox h2 {
	margin: 10px;
	}
	
div.faqBox ul.icon {
	margin: 10px 0 10px 30px;
	}
	
div.faqBox ul.icon li {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(img/icon_dog.gif) no-repeat 0 0.2em;
	list-style: none;
	font-weight: bold;
	}
	
div.faqBox dl.form {
	height: 1%;
	background: #F9EAD7;
	overflow: hidden;
	}
	
div.faqBox dl.form dt {
	float: left;
	width: 398px;
	}
	
div.faqBox dl.form dd {
	margin-top: 13px;
	margin-left: 398px;
	}

div.faqBox div.staff {
	min-height: 74px;
	margin-left: 30px;
	padding-left: 80px;
	}
	
	* html div.faqBox div.staff {
	height: 64px;
	margin-bottom: 15px;
	}
	
	
#column_right div.faqBox div.staff p {
	margin-bottom: 0;
	}
	
div.faqBox div#abe {
	background:url(img/abe.jpg) no-repeat;
	}
	
div.faqBox div#hara {
	background: url(img/hara.jpg) no-repeat;
	}
	
div.faqBox div#takahashi {
	background: url(img/takahashi.jpg) no-repeat;
	}
	
div.faqBox div.staff p.name {
	font-weight: bold;
	}

div.faqBox div.staff p.title,
div.faqBox div.staff p.word {
	font-size: 10px;
	}
	
ul#faqlist {
	margin-bottom: 3em;
	}
	
ul#faqlist li {
	margin-bottom: 5px;
	padding-left: 35px;
	background: url(img/icon_qa.gif) no-repeat 0 0.2em;
	list-style: none;
	}

div.faqBox h1.question {
	min-height: 25px;
	margin: 10px;
	padding-top: 10px;
	padding-left: 40px;
	background: url(img/btn_q.gif) no-repeat 0 .2em;
	font-weight: normal;
	font-size: 12px;
	}
	
	* html div.faqBox h1.question {
	height: 30px;
	}

div.faqBox div.answerBox {
	height: 1%;
	margin: 10px;
	padding: 0 10px 20px 0;
	background: url(img/fukidashi.gif) no-repeat top right;
	overflow: hidden;
	}

div.faqBox p.take {
	float: left;
	display: inline;
	width: 90px;
	padding-left: 40px;
	background: url(img/btn_a.gif) no-repeat 0  0.2em;
	line-height: 3;
	}
	
div.faqBox div.answerstaff {
	float: right;
	display: inline;
	width: 380px;
	height: 73px;	
	padding: 10px 0 0 36px;
	}

div.faqBox div.answerstaff div.staff {
	width: 300px;
	min-height: 64px;
	margin: 0;
	}
	
div.faqBox div.entryBox {
	clear: both;
	margin: 10px 50px;
	}

div#entryfooter {
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #F9EAD7;
	}

div#entryfooter p.prev {
	float: left;
	width: 50%;
	padding-left: 20px;
	background: url(img/btn_prev.gif) no-repeat 0 0.2em;
	}
	
div#entryfooter p.next {
	float: right;
	width: 50%;
	padding-right: 20px;
	background: url(img/btn_next.gif) no-repeat 100% 0.2em;
	text-align: right;
	}
	
div#entryfooter p.gotop {
	clear: both;
	margin-bottom: 3em;
	text-align: center;
	}
	

