@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
.modify_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}

.modify_link:hover {
	text-decoration:underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.script_div {
	width: 100%;
	text-align: center;
}
.news_line {
	background-color: #999;
}
