@charset "utf-8";


/* news category style
---------------------------------------------------------- */
#newsrelease .categoryTitle {
	height: 90px;
	padding: 0;
	background: #efefef url(/common/images/other_bg01.jpg) no-repeat 0 50%;
	zoom:1;
}

#newsrelease .weekend {
	font-weight: bold;
	color: #000099;
}

#newsrelease .holiday {
	font-weight: bold;
	color: #cc3333;
}


/* 	pre news table format
---------------------------------------------------------- */
.preNews .tableStyle01 table th,
.preNews .tableStyle01 table td {
	padding: 10px;
}
.preNews .tableStyle01 table th.level01 {
	padding: 5px 10px;
}


/* paragraph */
.preNews .nextParagraph02 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: none;
	background: url(/common/images/com_hr02.gif) repeat-x 0 0;
	zoom:1;
}
.preNews .nextParagraph01 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #cacaca;
	background-image: none;
}



/* 	Clearfix Property
---------------------------------------------------------- */
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}
