@charset "UTF-8";
/*list*/
#list {
	width: 600px;
	background: #ffffff;
}

#list dt {
	width: 100px;
	float: left;
	clear: left;
	border-top: 1px solid #c0c9c9;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #ffffff;
	font-size: 85%;
	line-height: 1.6em;
	font-weight: bold;
}

#list dd {
	width: 500px;
	float: left;
	border-top: 1px solid #c0c9c9;
	padding-top: 7px;
	padding-bottom: 7px;
	background: #ffffff;
	font-size: 108%;
	line-height: 1.6em;
}



/*article*/
#article {
	width: 600px;
}

