  @charset "UTF-8";

/* 	col style
---------------------------------------------------------- */
.colBox05 .imgCol {
	width:150px;
	float: right;
	margin:0 0 0 20px;
}
.colBox05 .textCol {
	width:535px;
	overflow: hidden;
	zoom: 1;
	padding:0 0 0 10px;
	float:left;
}


/* Link underline property */
.tableStyle01full .pdfLink a {
	text-decoration: none;
}
.tableStyle01full .pdfLink a:hover {
	text-decoration: underline;
}

/* 	Clearfix Property
---------------------------------------------------------- */
.colBox05:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}
.colBox05 {
	zoom: 1;
}
