/* CSS Document */

#white{
	background:#FFFFFF;
	width:100%;
	padding:20px 0px 40px 0px;
}
#box-site{
	width: 600px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
}
#header{
	width:600px;
	height:60px;
	margin: 0px auto;
	background:url(../images/title_sitename.jpg) no-repeat;
}
#headerback{
	height:60px;
	background:url(../images/img_header_back.gif) repeat-x center;
	border-bottom:solid 5px #B59901;
}
#title{
	width:530px;
	float:left;
	margin: 10px 0px 0px 0px;
}
#icon{
	float:left;
}
#answer{
	margin:20px 0px 2px 15px;
	padding: 0px 0px 15px 0px;
	border-bottom: solid 3px #CCCCCC;
	color:#666666;
	line-height:150%;
}


.box-text{
	margin: 0px auto;

	color:#666666;
	line-height:150%;
}
.title-s{
	padding: 5px 0px 2px 10px;
	margin: 30px 0px 0px 0px;

	font-weight:bold;
	color:#8000B6;
	border-bottom:solid 1px #BF71F0;
	border-right:solid 1px #BF71F0;
	background:url(../images/img_stitle_back.gif) repeat;
	font-size:16px
}
.title-answer{
	font-weight:bold;
	color:#0090DA;
	
}
.comment{
	padding: 15px;
	border-bottom:solid 1px #C8C7C7;
	border-right:solid 1px #C8C7C7;
	background:#E5E5E5;

	color:#666666;
	line-height:150%;
}
.hide{
	text-align:center;
	font-size:24px!important;
	font-weight:bold;
	padding:10px 0
}
.list-icon{
	float:left;
	width:25%;
	margin: 10px 0px 0px 0px;
	text-align:center;
}
.star{
	font-weight:bold;

}
.left{
	float:left;
	margin:0px 10px 0px 0px;
}
.key{
	float:left;
	margin:0px 40px 0px 0px;
}
.clear{
clear:both;
}
.line-dot{
	border-top:dotted 2px #CCCCCC;
	margin:10px 0px;
}
.line{
	border-top:solid 3px #CCCCCC;
	margin:2px 0px;
}
.bold{
	font-weight:bold;
}
