@charset "iso-8859-1";
/* ****************************************************
Since : 2008-04-25
Last Modified: 2008-04-25
***************************************************** */

/* /news/xx.html
=========================================*/
body.news div#contents dl{
	clear:both;
	margin-top:0.3em;
	font-size:80%;
}
body.news div#contents dl dt{
	float:left;
	width:110px;
	font-weight:bold;
}
body.news div#contents dl dd{
	float:left;
	width:430px;
}

/*99: extra
=========================================*/
body.news div#contents dl:after{
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

body.news div#contents dl{
	_height: 1px;
	min-height: 1px;
	*zoom: 1;
}