@charset "utf-8";
/* CSS Document */


h2{
	background:url(../img/main_topic.jpg) center center;
	width:600px;
	height:150px;
	text-indent:-5000px;
	display:inline-block;
}

#bar_topic1{
	background:url(../img/bar_topic.jpg) no-repeat center center;
	width:602px;
	height:33px;
	display:inline-block;
	text-indent:-3000px;
}

#bar_topic2{
	background:url(../img/bar_topic2.jpg) no-repeat center center;
	width:602px;
	height:33px;
	display:inline-block;
	text-indent:-3000px;
}

#bar_topic3{
	background:url(../img/bar_topic3.jpg) no-repeat center center;
	width:602px;
	height:33px;
	display:inline-block;
	text-indent:-3000px;
}

.topic_r{
	float:right;
	width:210px;
	text-align:right;
}

.topic_l{
	float:left;
	width:370px;
}

.topic_pic{
	padding:2px;
	border:1px solid #999999;
	display:inline-block;
}

#t_btn_l{
	float:left;
	width:250px;
}

#t_btn_r{
	float:right;
	width:250px;
	text-align:right;
}

#topic_link a{
	float:left;
	width:198px;
	display:block;
	margin-right:10px;
}

.question{
	background:url(../img/q.jpg) no-repeat left top;
	padding-left:30px;
	color:#D30000;
	margin-bottom:10px;
}

.answer{
	background:url(../img/a.jpg) no-repeat left top;
	padding-left:30px;
}




