/*******************************************
ABOUTの設定を行うCSSです
--------------------------------------------
　・dl,dt,dd設定
********************************************/


/*dl,dt,dd設定
-----------------------------------------*/
dl{
	width:490px;
	float:left;
	padding-bottom:20px;
	margin:0px;
	background:url("../img/img_common/hasen.gif") repeat-x;
	background-position:bottom;
}
dt{
	width:80px;
	float:left;
}
dd{
	width:340px;
	float:left;
}
/*=======================================*/

