@charset "utf-8";

/* -----------------------------------------------------------

	Title: news.css
	Created: 2009-02-22
	Last Up Date: 2009-02-24
	
----------------------------------------------------------- */


/* -----------------------------------------------------------

	news

-----------------------------------------------------------*/

div#news {
	width: 680px;
}

div#news1 {
	width: 880px;
}

div#news h4 {
	border-left: 5px solid #37711a;
	padding: 0 0 0 10px;
	margin: 15px 0 10px 15px;
	font-weight: bold;
}

div#news dl {
	margin: 0 0 0 30px;
}

div#news dl dt {
	font-weight: bold;
	margin: 0 0 5px;
}

div#news dl dt.mb_15 {
	font-weight: bold;
	margin: 0 0 15px;
}

div#news dl dd {
	margin: 0 0 15px 10px;
}

div#news table.tb_news {
	width: 680px;
	border: 1px solid #ccc;
}

div#news table.tb_news th {
	background-color: #F4F9F2;
	padding: 8px;
	width: 40px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}

div#news table.tb_news td {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#news p {
	margin: 0 0 15px 15px;
}

div#news p.news_left {
	width: 665px;
	text-align: right;
}

div#news p.news_center {
	width: 665px;
	text-align: center;
}

div#news table.tb_release {
	width: 600px;
	border: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 10px 0 15px 15px;
}

div#news table.tb_release th {
	background-color: #F4F9F2;
	padding: 8px;
	width: 200px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	text-align: center;
}

div#news table.tb_release td {
	padding: 8px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

div#news p.pdf a {
	margin: 10px 0 10px;
	background: url(/common/images/pdf_ic.gif) left top no-repeat;
	padding: 3px 0 3px 25px;
}


