@charset "UTF-8";

#main .title {
	margin-top: 10px;
}
#main .titleHalf {
	border-bottom: 2px solid #20abbc;
}
#main .containerBox {
	width: 595px;
	background: url(none);
	padding: 10px 0px 0px;
	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: 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 .imgBox {
	width: 92px;
	padding-bottom: 10px;
}
#main td.btnBox {
	vertical-align: top;
	padding: 0px 0px 10px 20px;
}
#main .bgLibrary {
	background: url(../imgs/pla_img_02.jpg) no-repeat right bottom;
}

