@charset "utf-8";

/* CSS Information *************************************
File name: faq.css
Description: layout faq
Created date: 2009/11/04
Last created date: 2009/11/04
Created by: Elephant Communications
***************************************************** */


/* Table Of Contents
----------------------------------------

* #askingList
* #answer
* #aside

----------------------------------------*/


/* #askingList
-------------------------------------------------------------------------------------------------------*/
#askingList {
	margin-bottom: 10px;
}


/* .section
----------------------------------------------------------------------------------------*/
#askingList .section {
	margin-bottom: 50px;
}

#askingList .section h3 {
	margin-bottom: 45px;
	padding-bottom: 18px;
	border-bottom: 1px solid #473211;
}

#askingList .section li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	line-height: 1.5;
	background: url(../../img/common/bg_border05.gif) left bottom repeat-x;
}

#askingList .section li span {
	display: block;
	padding: 5px 0 5px 30px;
	background: url(../img/icn_question01.gif) left 6px no-repeat;
}

#askingList .section li a {
	background: url(../../img/common/bg_border04.gif) left bottom repeat-x;
}

#askingList .section li a:hover {
	text-decoration: none;
}



/* #answer
-------------------------------------------------------------------------------------------------------*/
/* .section
----------------------------------------------------------------------------------------*/
#answer .section {
	border-top: 1px solid #473211;
	margin-bottom: 60px;
	padding-top: 35px;
}

#answer .section dt, #answer .section dd {
	line-height: 1.5;
}

#answer .section dt {
	margin-bottom: 18px;
	padding-bottom: 10px;
	background: url(../../img/common/bg_border05.gif) left bottom repeat-x;
	color: #6d460b;
}

#answer .section dt span {
	display: block;
	padding: 10px 0 10px 40px;
	background: url(../../img/common/icn_question02.gif) left 5px no-repeat;
}

#answer .section dd {
	margin-bottom: 25px;
	padding-bottom: 18px;
	background: url(../../img/common/bg_border01.gif) left bottom repeat-x;
}

#answer .section .last-child {
	background: url(../../img/common/bg_border05.gif) left bottom repeat-x;
}

#answer .section dd span {
	display: block;
	padding: 10px 0 10px 40px;
	background: url(../../img/common/icn_answer01.gif) left 8px no-repeat;
}



/* #aside
-------------------------------------------------------------------------------------------------------*/
#aside p {
	line-height: 1.5;
}





