@charset "utf-8";
body,p,th,td,input,select,textarea{
    font-size:12px;
	margin: 0px;
}
li{list-style:none;}

#top {
	background-image: url(../images/reg/logo.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 1002px;
}
#middle {
	background-color: #f8f8f8;
	width: 778px;
	margin-top: 10px;
	margin-left: 112px;
}
.bgcolor_r01{
background-color:#ADD2DA;
}
.bgcolor_r02{
background-color:#DEDEDE;
}
.font_b_c{
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
.input {
	border: 1px solid #ADD2DA;
}
a.red:visited {
	color: #FF0000;
	text-decoration: none;
}
a.red:link {
	color: #FF0000;
	text-decoration: none;
}

a.red:hover {
	color: #990000;
	text-decoration: underline;
}
#bottom {
	height: 20px;
	width: 778px;
	background-color:#353C44;
}
.font_c{
	color: #646363;
}
.font_c_red{
	color: red;
}
.font_c_r01{
	color: #999;
}
.regBtn {
	BACKGROUND-IMAGE: url(../images/reg/btn_r02.jpg);
	WIDTH: 350px;
	CURSOR: pointer;
	HEIGHT: 24px;
	background-repeat: no-repeat;
	border:0;
}


