@charset "utf-8";
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C0C0C0;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #EAEAEA;
	font-size: 0.8em;
}
.body2 {
	width: 1000px;
	}
.top {
	width: 98%;
	left: 1%;
	right: 1%;
}
.top_logo {
	width: 100%;
	height: 150px;
}
.top_logo_logo {
	height: 150px;
	width: 50%;
	float: left;
}
.top_logo_button {
	height: 150px;
	width: 50%;
	float: right;
	background-image: url(../images/top_button.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 1.1em;
}
.top_banner {
	width: 100%;
	height: 350px;
	background-image: url(../images/top_bg_center.png);
	background-repeat: repeat-y;
	background-position: left top;
	float: left;
	padding-top: 10px;
}
.top_banner_button {
	width: 100%;
	height: 50px;
	background-image: url(../images/top_bg_top.png);
	margin-top: 10px;
	color: #FFF;
	float: left;
}
.top_banner_button_list {
	width: 100%;
	height: 50px;
	background-image: url(../images/top_bg_top_button.png);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
}
.top_banner_button_list_button {
	ackground-image: url(../images/button_line.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
	float: left;
	line-height: 50px;
	padding-right: 30px;
	padding-left: 25px;
}
.top_banner_underline {
	width: 100%;
	height: 10px;
	background-image: url(../images/top_bg_under.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
}
.content {
	width: 98%;
	float: left;
	margin-top: 10px;
	margin-right: 1%;
	margin-left: 1%;
}
.content_topline {
	width: 100%;
	background-image: url(../images/top_bg_top.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 10px;
}
.content_content {
	width: 100%;
	background-image: url(../images/top_bg_center.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
}
.content_content_mid {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
.content_content_mid_title {
	width: 100%;
	height: 50px;
	background-image: url(../images/td_line.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.content_content_mid_content {
	width: 100%;
	color: #FFF;
	letter-spacing: 0.2em;
}
.content_underline {
	width: 100%;
	background-image: url(../images/top_bg_under.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	height: 10px;
}
.td_line1 {
	padding: 10px;
	background-image: url(../images/td_line.png);
	background-repeat: repeat-y;
	background-position: right bottom;
	color: #EAEAEA;
	letter-spacing: 0.1em;
}
.td_line2 {
	padding: 10px;
	background-image: url(../images/td_line_2.png);
	background-repeat: repeat-y;
	background-position: right bottom;
	color: #EAEAEA;
	letter-spacing: 0.1em;
}
.td_line3 {
	padding: 10px;
	background-image: url(../images/td_line_3.png);
	background-repeat: repeat-y;
	background-position: right bottom;
	color: #EAEAEA;
	letter-spacing: 0.1em;
}
.copyright {
	width: 98%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 1%;
	margin-left: 1%;
	color: #FFF;
	letter-spacing: 0.1em;
}
