@charset "utf-8";

/* =======================================

	News CSS
	※news(お知らせ専用)のCSS
	Last Up Date 2010/12/01

========================================== */

.news .entrySummary {
	background-image: url(../../img/dot_line_02.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 40px;
	padding-bottom: 10px;
}
.news .entrySummary dt {
	clear: left;
	float: left;
	width: 200px;
	padding-left: 5px;
}
.news .entrySummary dl {
	padding-right: 10px;
	padding-left: 10px;
}

.news .entrySummary dt .date {
	float: left;
	clear: both;
	margin-right: 10px;
}
.news .entrySummary .summary a {
	color: #003366;
	text-decoration: none;
}
.news .entrySummary .summary a:hover,
.news .entrySummary .summeary a:active {
	color: #058DE8;
	text-decoration: underline;
}.news .entryNews {
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../../img/dot_line_02.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.news .entryNews p.date {
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0595F3;
	padding-left: 10px;
}
.news .entryNews h3.title {
	font-size: 16px;
	font-weight: bold;
	background-image: url(../../img/dot_line_01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	color: #666666;
}
.news .entryNews .newsContents {
	padding-right: 15px;
	padding-left: 15px;
}
.news .entryNews .newsContents p {
	margin-bottom: 2em;
}
.news .entryNews .newsContents br {
	margin-bottom: 1em;
	display: block;
}
