@charset "utf-8";


/************************** news **************************/

h4 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
}

.newIcon {
	background: url(../images/icon_new.png) no-repeat right;
	width: 40px;
	height: 13px;
	display: inline-block;
}

article {
	border-bottom: 1px dotted #FFF;
	padding-bottom: 30px;
	margin-bottom: 25px;
}

.floatRightDiv {
	float: right;
	width: 300px;
}

.floatLeftDiv {
	float: left;
	width: 415px;
}

#contRight section a {
	color: #993333;
}

.txt-red {
	color: #da0000;
}

.txt-bold {
	font-weight: bold;
}