@charset "utf-8";
/* ニュースデザイン
-------------------------------------------*/
#news p#date {
	margin-top:20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0099FF;
	padding-top: 6px;
	padding-left:5px;
}
#news p#text {
	margin-top:20px;
	padding-bottom: 80px;
}
#news #pic {
	margin-top: 20px;
}
#news p#subTitle {
	margin-top:25px;
	margin-left: 5px;
}
#news dl {
	margin-top: 15px;
}
#news dt {
	clear: left;
	float: left;
	width: 9em;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
	color: #666666;
	background-image: url(../img/bull_bray.gif);
	background-repeat: no-repeat;
	background-position: 7px 5px;
	padding-left: 23px;
}
#news dd {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 3px;
}
#news dd a {
	text-decoration: none;
	color: #0066FF;
}
#news dd a:hover {
	text-decoration: underline;
	color: #FF3366;
}

