@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-size:0.8em;
	line-height: 160%;
	background-color: #000000;
}
h1,h2,h3,h4,h5,h6,h7,p,ul,li {
	font-size:1em;
	margin: 0px;
	padding: 0px;
}
ul,li {
	list-style-type: none;
}
li {
	margin-bottom:5px;
}
#main_frame {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/back2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 40px;
}
#con_frame {
	width: 800px;
	height:420px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#left_con {
	float: left;
	width: 430px;
	padding-right: 10px;
}
#right_con {
	float: left;
	width: 350px;
}
#right_con_left {
	float: left;
	width: 170px;
}
#right_con_right {
	float: left;
	width: 170px;
}
#con_frame2 {
	width: 800px;
	height:320px;
	margin-right: auto;
	margin-left: auto;
}