@charset "utf-8";
/* =========================================================
 News.CSS
========================================================= */
/* Title
--------------------------------------------------------- */
#wrapper #page-title {
	background: url("../img/background/bg_page_title01.png") center top repeat-x #0099FF;
	color: #FFF;
	margin: 20px auto 30px;
}

#wrapper #content h1 {
	background: #F2F2F2;
	border-left: 5px solid #0099FF;
	color: #0099FF;
	font-size: 22px;
	font-weight: bold;
	height: 52px;
	line-height: 52px;
	margin: 0 0 30px;
	padding: 0 20px;
}


/* Content
--------------------------------------------------------- */
.article {
	border-bottom: 1px dotted #333;
	line-height: 1.5em;
	padding: 0 0 19px;
	margin: 0 0 20px;
}

.article .art-date {
	background: #0099FF;
	color: #FFF;
	margin: 0 0 10px;
	padding: 5px;
}

.article .art-sub {
	color: #0099FF;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}

object{width: 100%;}
