@charset   "UTF-8";
/***********************************************/
#what{
	width:100%;
	clear:both;
}
#what H3{
	margin-top:0;
}
#what_in{
	height:150px;
	overflow : auto;
}
#what_in dl{
	padding:0.5em 0;
	width:100%;
	clear:both;
	text-align:left;
	border-bottom : 1px dashed silver;
}
#what_in dl dt{
	width: 6em;
	float: left;
	color : #009900;
	clear: both;
	font-weight: bold;
}
#what_in dl dd {
	float: left;
}

/**************************/
#top_list{width:100%;
clear:both;
}
#top_list UL{
	width:50%;
	float:left;
	list-style:none;
}
#top_list UL li{
	margin:2px;
	border:1px solid green;
	padding:10px 0;
	position : relative;
	text-align : left;
}
#top_list UL li img{
	top : 10px;
	position : absolute;
	left : 10px;
}
#top_list UL li div{
	margin:0 10px 0 170px;
	height : 150px;
}
#top_list UL li div H3{
	font-size:1.2em;
}
#top_list UL li div .text_right{
	font-size : 0.8em;
}


#top_prf{
	padding:10px 0 0 0;
	}
	#top_prf img{
		float:left;
	}
	#top_prf TABLE{
		margin:0 0 0 320px;
		width:320px;
}
#top_prf TABLE TD{
	border:1px solid green;
	padding:0.2em ;
  text-align : left;
}
#top_prf table th{
	border:1px solid green;
	padding:0.2em;
	background-color : #f3ffd7;
}