@charset "utf-8";
html{
	overflow-y: scroll;
	overflow-x:hidden;
} 
body {
	text-align: left;
	padding-top: 8px;
	background-color: #FFFFAA;
}
#precede {
	width: 370px;
}
dl {
	width: 590px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 8px;
}
dt {
	clear: left;
	float: left;
	margin: 0 0 0.4em;
	width: 300px;
	padding-left: 15px;
	color: #000;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left center;
}
.c {
	background-image: url(img/bg_list_c-trans.png);
}
.t {
	background-image: url(img/bg_list_t-trans.png);
}

dd {
	margin-bottom: 0.4em;
	margin-left: 7.5em;
	text-align: left;
}
a:link,a:hover,a:visited {
	color: #000000;
	text-decoration: none;
}

* html span{ /* for ie6 */
	width:140px;
}
* html #precede{ /* for ie6 */ width:350px; }

