@charset "UTF-8";
/* CSS Document */

#main .title {
	margin-top: 10px;
}
#main .titleHalf {
	border-bottom: 2px solid #579f2a;
}
#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 .date {
	line-height: 1.5;
	vertical-align: top;
	margin-bottom: 8px;
	padding-right: 10px;
}
#main td.date {
	width: 110px;
}
#main .date strong  {
	font-size: large;
	color: #579f2a;
}
