﻿@charset "utf-8";

.date {
    color: #000000;
    font-weight: bold;
}

a {
	color: #0099CC;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #0099CC;
}


/* 200809 */
.dl_news {
	border-bottom:1px dotted #cccccc;
	margin-bottom:1.5em;
}
.dl_news dt {
	float:left;
	width:10em;
	background-image:url(../news/img/icon_news.jpg);
	background-repeat:no-repeat;
	background-position:0px 50%;
}
.dl_news dd {
	margin-left:10em;
}
.dl_news p {
	margin-bottom:1.5em;
}
.dt_date {
	padding-left:10px;
	display:block;
}
