@charset "UTF-8";
#main_image {
	background-image: url(../../img/lower_bg_a.jpg);
	position: relative;
	width: 1024px;
	height: 669px;
	z-index: 1;
	margin: 0 auto;
	padding: 20px 0 0;
	}
#news_container {
	background-image: url(../img/main_imgbg.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 988px;
	height: 649px;
	margin-right: auto;
	margin-left: auto;
	}
#news_container h2 {
	background-image: url(../img/news_mid.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-indent: -9999px;
	width: 493px;
	height: 61px;
	margin-bottom: 70px;
	}

/**/
.news_box {
	position: relative;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-bottom: 50px;
	font-family: "Crimson Text", serif;
	background-image: url(../img/line.gif);
	background-repeat: no-repeat;
	background-position: 50% bottom;
	}
.news_box h3 {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	width: 300px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	}

.news_box p {
	font-size: 9pt;
	line-height: 250%;
	letter-spacing: 0.3em;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	}
.n_left {
	width: 493px;
	float: left;
	}

.n_right {
	text-align: center;
	width: 465px;
	float: left;
	}
.n_right p {
	font-size: 8pt;
	line-height: 140%;
	text-align: left;
	letter-spacing: 0.1em;
	width: 255px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	}

.new_box img {
	text-align: center;
	}
.font_8 {
	color: #646464;
	font-size: 8pt;
	line-height: 100%;
	letter-spacing: 0;
	}

