@charset "UTF-8";




#section {
}
#section .article {
	margin-bottom:20px;
}
#section .article p {
}
#section .article p.read {
	font-size:170%;
}




#index {
}
#index p {
	margin-bottom: 0px !important;
}

#index .cell {
	padding:0 0 10px 0;
}
#index .queArea {
	padding:10px 0;
}
	#index .category {
		margin-bottom:20px;
	}
	#index .end {
		margin-bottom:0;
	}
		#index .queArea .set {
			background:url(../../share/img/dotline.gif) repeat-x left bottom;
			padding:15px 0 5px 0;
		}
			#index .queArea .set .question {
				background:url(../img/icon_que.png) no-repeat left top;
				padding-left:18px;
				font-size:117%;
				color:#0f0f83;
				text-decoration:underline;
				line-height:2.2;
				padding-bottom:5px;
				margin-left:12px;
				display:block;
				cursor: pointer;
			}
			#index .queArea .set .answer {
				background:url(../img/bg_anser.gif) repeat left top;
				padding:12px;
				margin-bottom:10px;
			}
				#index .queArea .set .answer p {
					background:url(../img/icon_ans.png) no-repeat left -2px;
					padding-left:18px;
				}
		#index .queArea .set.last {
			background:none;
		}



#index .Explan {
	background:url(../img/img_explan.gif) no-repeat left top;
	width:650px;
	height:105px;
	position:relative;
	z-index:100;
	margin-left:25px;
	margin-bottom:20px;
}
	#index .Explan p {
		position:absolute;
		z-index:300;
		top:10px;
		right:10px;
	}
	#index .Explan p:hover {
		opacity:0.8;
		filter: alpha(opacity=80);
		-ms-filter: "alpha(opacity=80)";
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		zoom:1;
	}












