.cont_Left {
	display: block;
	float: left;
	width: 300px;
}
.cont_Center {
	float: left;
	width: 336px;
	margin-left: 8px;
}
.cont_Right {
	display: block;
	float: right;
	width: 240px;
	margin-bottom: 15px;
}

/*==◆◆◆　newreport ◆◆◆==*/
.Newreport {
	display: block;
	width: 285px;
	padding: 2px;
	margin-top: 10px;
	line-height: 1.5em;
	text-align: justify;
	font-size: 1em;
}
.Newreport img {
	float: left;
	margin-right: 7px;
	margin-bottom: 5px;
}
.ditalBt {
	display: block;
	text-align: right;
	width: 285px;
	margin-top: 10px;
	padding-top: 0px;
}

/*==◆◆◆　newstopics ◆◆◆==*/
.newstopics {
	display: block;
	border: 1px solid #CCCCCC;
	width: 283px;
	margin-top: 30px;
}
.newstopics ol {
	list-style: none;
	padding: 5px;
	margin: 0px;
	height: 164px;
	overflow: auto;
	font-size: .9em;
}
.newstopics li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	background-image: url(../image/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin-top: 7px;
	margin-bottom: 7px;
	width: 98%;
	line-height: 1.8em;
}
.newstopics li a {
	text-decoration: none;
	color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
}
.newstopics li a:hover {
	text-decoration: underline;
}
.newstopics .day {
	color: #FF0000;
	margin-right: 10px;
}

/*==◆◆◆　contentCenter ◆◆◆==*/
.cont_Center h2 {
	margin-bottom: 20px;
}

.cont_Center p {
	text-indent: 1em;
	margin: 14px 0px 5px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.6em;
	text-align: justify;
}
.cont_Center .map {
	text-align: center;
	display: block;
	margin-top: 30px;
}

/*==◆◆◆　contentRight ◆◆◆==*/
.cont_Right h3 {
	text-align: center;
}
.cont_Right ol {
	margin: 25px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	display: block;
}
.cont_Right ol li {
	margin-bottom: 8px;
}

/*==◆◆◆　hover Action!! ◆◆◆==*/
a:hover {
		opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}
