@charset "UTF-8";

#contents {
	background: #E7DEB4 url(../image/background.gif) left repeat-y;
	padding-bottom: 54px;
	}

h3 {
	margin: 10px 0 0 33px;
	border-right: 3px solid #7C0300;
	width:87px;
	text-align: right;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #000000;
	font-size: 138.5%;
	}
.newsBox {
	overflow: auto;
	margin: 0 27px 0 27px;
	}
.date {
	text-align: right;
	color: #000000;
	font-weight: bold;
	float:left;
	border-top: 1px solid #000000;
	width: 93px;
	padding-top: 7px;
	padding-right: 6px;
	margin: 0px;
	font-size: 115%;
	}
.newsText {
	float: left;
	border-top: 1px solid #000000;
	border-left: 3px solid #7C0300;
	color: #0E1B2E;
	padding-top: 7px;
	padding-left: 6px;
	padding-right: 6px;
	margin: 0;
	height: 75px;
	width: 500px;
	}
.newsText a {
	color: #7C0300;
	padding-left: 16px;
	background-image: url(../news/image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
.newsText a:hover {
	text-decoration: none;
	}
