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

/*-----------------------------------------------*/
/* 新着情報用スタイル（news.html） */
/*-----------------------------------------------*/

div.newsBox {
	background-image: url(../images/bg_newsBox.gif);
	background-repeat: repeat-y;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

div.newsBox h3 {}
div.newsBox p {}

div.entryBox {	width: 880px;
	margin-right: auto;
	margin-left: auto;

}
div.entryBox dl {}

div.entryBox dt {
	font-size: 84%;
	color: #666666;
}
div.entryBox dd {
	background-image: url(../../images/mark_newsBox_dd.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 15px;
	font-size: 84%;
	line-height: 160%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfdfdf;
	margin-bottom: 10px;
}
div.entryBox dd a {
	color: #00a381;
}
div.entryBox dd a:hover {
	color: #62bba8;
}

.caution {
	color: #ff0000;
	margin-left: 10px;
}

