@charset "utf-8";
body {
	background-color: #DDEEF6;
	background-image: url(../images/background/body_top.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div {
	margin-right: auto;
	margin-left: auto;
}
.top-banner {
	background-image: url(../images/banner/top_banner.png);
	width: 991px;
	height: 190px;
	text-align: right;
	padding-top: 12px;
	padding-right: 12px;
}
.top-contents {
	height: 30px;
	width: 1003px;
	background-color: #00131E;
	color: #439DCA;
	font-family: Tahoma;
	font-size: 11px;
	text-align: center;
}
.top-contents a { color: #337799; text-decoration: none; }
.top-contents a:hover { color: #FFFFFF; text-decoration:underline; }
.top-contents ul {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
.top-contents li {
	display: inline;
	padding-right: 25px;
	font-size: 13px;
	font-family: Tahoma;
}

.div-body {
	background-color: #002233;
	height: 100%;
	width: 943px;
	color: #AADDFF;
	font-family: Tahoma;
	font-size: 13px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.div-body a { color: #ECF9FF; text-decoration:underline; }
.div-body a:hover { color: #FFFFFF; text-decoration:underline; }
.div-body img {
	border: 1px solid #CCCCCC;
	padding: 6px;
	margin: 15px;
}

.div-footer {
	background-image: url(../images/banner/footer.jpg);
	width: 1003px;
	height: 19px;
	margin-bottom: 6px;
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 0px;
	padding-top: 0px;
}
