@charset "UTF-8";
/* CSS Document */

#newsArea{
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
}

#newsArea dt{
	padding-top: 7px;
	border-top: 1px dashed #bebebe;
	color: #f08200;
	font-weight: bold;
	background-image: url(../images/yajirushi.png);
	background-repeat: no-repeat;
	background-position: left 1em;
	padding-left: 10px;
}

#newsArea dt:first-child{
	border-style: none;
}

#newsArea dd{
	padding-bottom: 7px;
}

#newsArea dd h2{
	color: #86cbbf;
	font-size: 14px;
}