
/*----------------------------------------------------
 question style
----------------------------------------------------*/

.question {
	width: 635px;
	text-align: left;
	margin: 0px 10px 0px auto;
	padding: 0px;
}
.question ul {
	width: 635px;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.question .question_q {
	background-image: url(images/icon_q.gif);
	background-repeat: no-repeat;  
	font-weight: bold;
	color: #0979C8;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 30px;
}
.question .question_a {
	background-image: url(images/icon_a.gif);
	background-repeat: no-repeat;  
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 25px 30px;
}



/*----------------------------------------------------
 style end
----------------------------------------------------*/

#contents_frame {
	background-image: url(../../images/contents_bg_02.gif);	
}

#contents {
	text-align: right;
}


