@charset "utf-8";
　/* CSS top_whatsnew */
/* =============== copy right toolbox ================= */

p, h1, h2, h3, h4, h5, h6, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #F2F2F2;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
html {
	height: 100%;
}

li {
list-style:none;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F3F4F4;
}

#header {
	width: 800px;
	border:none;
	margin-right: 0;
	margin-left: 0;
	background-color: #F3F4F4
}

#content_left {
	width: 120px;
	height: 100%;
	float: left;
	background-color: #F3F4F4;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#content_right {
	float: right;
	width: 120px;
	height: 100%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#top_vis {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #F3F4F4;
}

#content_center {
	height: 600px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #F3F4F4;
	overflow: scroll;
}
#content_center h6 {
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
}
#content_center .box {
	height: auto;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#content_center h3 {
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0000FF;
	margin-bottom: 5px;
}
#content_center img {
	float: left;
	margin-right: 10px;
}
#content_center p {
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	margin-bottom: 20px;
}

#news {
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	text-align: center;
	height: 25px;
	background-color: #F3F4F4;
	padding-top: 5px;
}

#footer {
	width: 100%;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	text-align: center;
	height: 25px;
	background-color: #F3F4F4;
	padding-top: 5px;
}
#content_center .content_topic {
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 370px;
}
#content_center .content_topic table {
	font-size: 12px;
	line-height: 16px;
}
.new_img {
	float:inherit;
	margin-top:5px;
	margin-left: 10px;
}

