@charset "UTF-8";

@import url(../css/import.css);

/* -------------------------  index */


#basic-accordian{
	width:750px;
	margin-right: auto;
	margin-left: auto;
}

.accordion_headings{
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	background-image: url(img/question.jpg);
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	padding-left: 40px;
	margin-top: 20px;
}


.accordion_headings02{
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	background-image: url(img/question_sub.jpg);
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	padding-left: 40px;
	margin-top: 3px;
}


.q_no{
	border:1px solid #FFF;
	font-weight:bold;
	background-image: url(img/q_no.jpg);
	height: 30px;
	line-height: 30px;
	font-size: 1.2em;
	padding-left: 40px;
	margin-top: 20px;
}


.accordion_headings:hover{
	background-image: url(img/answer.jpg);
}


.accordion_headings02:hover{
	background-image: url(img/answer.jpg);
}



.accordion_child{
	background-image: url(img/icon_answer.gif);
	background-repeat: no-repeat;
	background-position: 10px 15px;
	padding: 15px 15px 15px 50px;
	line-height: 180%;
}

.accordion_child strong{
	font-weight: bold;
	color: #EE272F;
	line-height: 180%;
}

.accordion_child b{
	font-weight: bold;
	line-height: 180%;
}

.header_highlight{
	background-image: url(img/answer.jpg);
}


.accordion_child table{
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999999;
	border-left-color: #999999;
	width: 600px;
}

.accordion_child table th{
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	width: 100px;
	background-color: #eeeeee;
}

.accordion_child table td{
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	padding: 10px;
}

