@charset "utf-8";
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Common Setting
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.tab {
	height			:26px;
	text-align		:center;
	margin			:0 8px 20px;
	background-image	:url(/news/img/tab_bg.gif);
	background-repeat	:repeat-x;
	background-position	:0 21px;
	}

.section-header h3 {
	padding			:0 5px 2px;
	line-height		:1.3em;
	font-size		:1.2em;
	font-weight		:bold;
	border-bottom		:4px solid #34a570;
	}
.section-body .date {
	padding			:0 0 2px;
	text-align		:right;
	border-bottom		:1px solid #eaeaea;
	}
#content .section-body table.dotted th {
	white-space		:nowrap;
	}
#content .section-body table.dotted td {
	width			:100%;
	}



