@charset "utf-8";

/* CSS Document */

#questionbox{
	width:630px;
	/*float:left;*/
font-size:100%;
	line-height:160%;
	color:#1C1C1C;
	margin-left: 35px;
}

#centerbox{
	width:630px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 80%;
	line-height: 160%;
}

dl{
	margin:0px 0px 15px 15px;
	padding:0;
	line-height:160%;
	font-size: 90%;
	color: #4B4B4B;
}

dt{
	float:none;
	clear:none;
	background-image: url(../images/question/qimage.gif);
	background-repeat: no-repeat;
	padding-left: 1.5em;
	background-position: left 1px;
	font-weight: bold;
}

dd{
	width:auto;
	margin-left:1em;
	padding-left:1.5em;
	background-image:url(../images/question/aimage.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	width:auto;
	margin-bottom: 5px;
} 

pre{
	margin-top: 5px;
	margin-bottom: 5px;

}

hr.line {
	height: 1px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #cccccc;
	background: none;
	color: #cccccc;
	display: block;
}

#questionlist ul{
	margin:0px 0px 15px 15px;
	padding:0;
	line-height:160%;
	font-size: 90%;
	color: #4B4B4B;
}

#questionlist li{
	width:auto;
	margin-left:1em;
	padding-left:1.5em;
	background-image:url(../images/question/qimage.gif);
	background-position:left 1px;
	background-repeat:no-repeat;
	width:auto;
	margin-bottom: 5px;
	list-style-type: none;

}
