@charset "utf-8";

/* CSS Document */

h2 {
	background:url(../img/bg_h2.jpg) center top no-repeat;
}

/* -------------------------------------------------
news index.php
----------------------------------------------- */
div#news h3 {
	display: block;
	width: 672px;
	height: 44px;
	margin-bottom: 28px;
	text-indent: -9999px;
	background: url(../img/h3_ttl.jpg) top left no-repeat;
	}

div#news div.title {
	border-left: solid 2px #004799;
	padding: 0 0 0 12px;
	margin: 0 0 16px 12px;
	}

div#news div.title h4 {
	font-weight: bold;
	color: #004799;
	}

div#news div.title p {
	color: #004799;
	margin: 0 0 6px 0;
	}

div#news div.section-image {
	clear: both;
	overflow: hidden;
	}

div#news div.section-image p {
	width: 560px;
	margin: 0 0 0 12px;
	_margin: 0 0 0 6px;
	float: left;
	}

div#news div.section-image img {
	margin: 24px 0 0 15px;
	}

div#news div.Btn a {
	background: url(../img/btn_ov.jpg) top left no-repeat;
	width: 161px;
	height: 50px;
	display: block;
	margin: 0 auto;
	margin-top: 150px;
	}

div#news div.Btn a:hover {
	background-color: #FFF;
	}

div#news div.Btn a:hover img {
	visibility: hidden;
	}
	



