body {
	line-height: 1.5em;
	color: #DDDDDD;
	font-size: 90%;
	margin: 0px;
	background-image: url(image/bg.gif);
	padding-bottom: 20px;
	padding-top: 10px;
}
h1 {
	margin: 7px 0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CCFF;
	padding-bottom: 2px;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 0px 0px 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF0000;
	padding-left: 10px;
	color: #CCCCCC;
}
p {
	margin: 0px 15px;
}
a:link {
	text-decoration: none;
	color: #99CCFF;
}
a:visited {
	color: #99CCFF;
	text-decoration: none;
}
a:hover {
	color: #006699;
}
a:active {
	color: #006699;
}
#contents {
	text-align: left;
	width: 740px;
	border: 1px solid #333333;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	margin: 0px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu {
	float: left;
	padding-bottom: 20px;
	position: relative;
	width: 130px;
	padding-left: 20px;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#menu li {
	margin: 0px;
}
#menu .banner {
	padding-top: 10px;
}
#main {
	width: 550px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0px;
	float: right;
	position: relative;
}
.data {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 20px;
	padding-top: 20px;
}
.data li {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.data ul {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
.data dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.image_text {
	position:absolute;
	left: -999px;
}
#footer {
	text-align: right;
	width: 740px;
	position: static;
}
.bignews {
	color: #FF0000;
}
#goback {
	text-align: center;
	padding: 10px;
}
.more {
	text-align: right;
	margin-top: 10px;
	margin-right: 30px;
}
