@charset "utf-8";

/* CSS Document */



#asset{

	width:710px;

	margin:10px 0 10px 10px;

}

.asset-header{

	background-image:url(../images/titlebar.jpg);

	background-repeat:no-repeat;

	height:50px;

	width:710px;

	margin-bottom:10px;

}



.asset-header h1{

	line-height:50px;

	padding-left:20px;

	font-size:16px;

}




.asset-content{

	width:710px;

}

.asset-qanda{

	height:40px;

	width:710px;

	margin-bottom:10px;

}

.asset-qanda h1{

	background-image:url(../images/question.gif);

	background-repeat:no-repeat;
	
	padding-left:50px;
	
	font-size:16px;
	
	line-height:40px;

}

.asset-qanda h2{

	background-image:url(../images/answer.gif);

	background-repeat:no-repeat;
	
	padding-left:50px;
	
	font-size:16px;
	
	line-height:40px;

}

.qanda_box{

	margin-left:20px;
	
	width:680px;
	
	margin-bottom:30px;

}