/* CSS Document */
#genlist h4{
	color:#BF0000;
	font-size:1.4em;
	font-weight:300;
	padding:15px 0 7px;
	width:585px;
	margin:0;
	
	border-bottom: 1px dashed #666666;
}
#genlist h6{
	
	font-size:1em;
	font-weight:300;
	padding: 5px 0px;
}
#detail{

	width:210px;
	border-bottom: 1px dashed #B2B2B2;
	border-left: 1px dashed #B2B2B2;
	border-right: 1px dashed #B2B2B2;

	}
#detail .t{
	padding:7px;
	height:40px;
	border-top: 1px dashed #B2B2B2;
	
}
#detail a{
	color:#333;
	text-decoration:none;
}
#detail a:hover{
	text-decoration:underline;
	
}
#desc{
	width:571px;
	padding:7px;
	border: 1px dashed #B2B2B2;
	margin: 0px;
}
#desc img{
	text-align:center;
}
#desc h6{
	font-weight:500;
	margin:0px;
	padding:0px;
}

#desc p{
	margin:0px;
	padding:0px;
}