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


 /* layout
========================================*/
#main {
	padding: 0 95px 20px;
	}
#main h2 {
	padding: 0 0 10px;
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	}


 /* contents 
========================================*/


div.newsItem {
	clear: both;
	border-bottom: 1px solid #917C38;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

div.newsDate {
	width: 37px;
	float: left;
	text-align: center;
	}
div.newsDate-inner {
	border: 1px solid #917C38;
	}
div.newsDay {
	font-size: 20px;
	text-align: center;
	line-height: 1;
	padding-top: 4px;
	font-weight: bold;
	font-family: "Times New Roman", Times,serif;
	}
div.newsMonth {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	margin: 2px 0;
	font-weight: bold;
	font-family: "Times New Roman", Times,serif;
	}
div.newsYear {
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding-bottom: 4px;
	font-weight: bold;
	font-family: "Times New Roman", Times,serif;
	}

div.newsBody {
	width: 645px;
	float: right;
	}
h3.newsTitle {
	font-size: 92%;
	margin-bottom: 10px;
	background-color: #000000;
	color: #C3A74C;
	padding: 2px 10px 1px;
	}
p.newsText {
	line-height: 1.8;
	}
div.newsItem span img {
	border: 1px solid #000000;
	}
