@charset "UTF-8";
@import "../common/css/1-default.css";
/* CSS Document */

body {
	background-color:#FFF;
}
div#newslist {
	background-image:none;
}
dl {
	padding: 0 10px 0 9px;
	clear: both;
	background: url(../img/index/line01.gif) repeat-x left bottom;
}

dt {
	padding: 9px 0 9px 3px;
	float: left;
	clear: left;
}

dd {
	padding: 9px 0 9px 88px;
}

dd.none {
	padding-bottom: 22px;
	background: none;
}

dt.new,
dd.new {
	color: #10a4c8;
}

dt.pt13,
dd.pt13 {
	padding-top: 13px;
}

