@charset "UTF-8";
body {
	font-family: sans-serif;
	background-color:#000;
	color:#fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
p {
	padding-left: 5px;
	padding-right: 5px;
}
.edtpro{
	text-align: center;
}
.inpt_txt {
	height: 30px;
}
.inpt_ta{
	height: 120px;
}
.input_select{
	height: 40px;
}

.input_submit{
	height: 40px;
	margin-bottom: 10px;
}

.inpt_txt,
.inpt_ta,
.input_submit,
.input_select
{
	width: 90%;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

.yellow {
	color: #ffff00;
	font-weight: bold;
}

#wrap {
	background: url("/css/bg.jpg") top center no-repeat;
	background-size: 100% auto;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}

h3{
	text-align: center;
	margin-top: 10px;
	background: url("/css/menu_layer_name_back.jpg") top center no-repeat;
	background-size:  100% auto;
	height: 35px;
	padding-top: 7px;
}

.h3 {
	text-align: center;
	margin-top:50px;
}

.banner {
	width: 100%;
	margin-top: 50px;
}

