@charset "utf-8";
/* CSS Document */
/*
main - 999999;
red 1 - ff0000
red 2 - df0100
*/

body {
	padding: 0 0 0 0;
	margin: 0 0;
	background-color: #0e0b02;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999999;
}
h1 {
	color: #ff0000;
	padding: 0 0 0 0;
	margin: 0 0;
	font-size: 16px;
}
h2 {
	color: #df0100;
	padding: 0 0 0 0;
	margin: 0 0;
	font-size: 16px;
	text-align: center;
}
.red {
	color: #ff0000;
}
.mndiv {
	position: absolute;
	left: 50%;
	padding: 0 0 0 0;
	margin: 0 0;
	margin-left: -502px;
	width: 1004px;
	height: auto !important;
}
.header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1004px;
	height: 268px;
	background: url(img/header.png) no-repeat;
}
.col_left {
	float: left;
	width: 160px;
	height: 100% !important;
	padding: 0 10px 0 30px;
	margin: 268px 0 0 0;
}
.col_left li {
	list-style-type: disc;
	font-size: 16px;
	line-height: 24px;
}
.col_right {
	float: right;
	width: 190px;
	height: 100% !important;
	padding: 0 30px 0 30px;
	margin: 268px 0 0 0;
}
.col_center {
	height: 100% !important;
	padding: 0 0 0 0;
	margin: 268px 260px 0 210px;
}
.footer {
	clear: both;
	width: 100%;
	height: 50px;
	background: url(img/bot.png) no-repeat bottom center;
	color: #df0100;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 0;
}
.add1 {
	position: absolute;
	top: 5px;
	right: 155px;
	width: 12px;
	height: 12px;
	z-index: 2;
	cursor: hand;
	cursor: pointer;
}
.add2 {
	position: absolute;
	top: 5px;
	right: 123px;
	width: 12px;
	height: 12px;
	z-index: 2;
	cursor: hand;
	cursor: pointer;
}
.add3 {
	position: absolute;
	top: 5px;
	right: 88px;
	width: 12px;
	height: 12px;
	z-index: 2;
	cursor: hand;
	cursor: pointer;
}

