@charset "utf-8";

/*日付コンテナ*/
#yearDay {
	font-size: 10px;
	font-weight: 100;
	text-decoration: none;
	color: #666;
	margin: 5px 0px 0px 10px;
}

/*お知らせ内容コンテナ*/
#newsText {
	font-size: 12px;
	font-weight: 100;
	margin: 5px 10px 0px 10px;
}
#newsText a {
	color: #DBA209;
	text-decoration: none;
}
#newsText a:hover {
	color: #665B3D;
	text-decoration: underline;
}

/*仕切り線*/
#borderLine {
	border-style: dotted;
	border-color: #DBA209;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	margin: 1px 10px 1px 10px;
}