@charset "UTF-8";
#main .titleHalf {
	border-bottom: 2px solid #0159b4;
}
#main .containerBox {
	width: 595px;
	padding: 10px 0px 0px;
	background: none;
	border: 0;
}
* html #main .containerBox /* for IF6 */ {
    height:1px;
}
#main .containerBox:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#main .leftBox {
	float: left;
	width: 292px;
}
#main .rightBox {
	float: right;
	width: 292px;
}
#main .contentsBox {
	background: #fff url(../../common/img/bg_title-shadow.gif) repeat-x left top;
	padding: 10px 10px 0px;
	border: 1px solid #d1d1d1;
	margin: 0px 0px 10px;
}
#main .txt {
	padding-bottom: 8px;
}
#main .txtLead {
	padding-bottom: 6px;
	margin: 0px;
}

#main .icnPDF {
	margin-left: 5px;
}

#main table.news {
	color: #0159b4;
	margin-bottom: 8px;
}
#main table.news caption {
	font-weight: bold;
	padding-bottom: 6px;
}
#main  table.news  th {
	vertical-align: top;
	line-height: 2;
	padding-right: 5px;
}
#main  table.news  td {
	line-height: 2;
}

