@charset "EUC-JP";

/*-----------------------------------------------
 __news
-----------------------------------------------*/

body{
	padding-top:10px;
	background:#FFF;
	border:none;
}

dl{
	width:560px;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
	clear:both;
}

/* start: clearfix ------------------------------ */
dl{}

dl:after {
content:".";
display:block;
height:0px;
clear:both;
visibility:hidden;
}

dl { 
	display:inline-table;
	min-height:1px;
}

/* Hides from Mac IE \*/
* html dl { height:1px; }
dl { display:block; }
/* */
/* end: clearfix ------------------------------ */


dt{
	margin-right:10px;
	float:left;
}

dd{
	float:left;
}