@charset "utf-8";
/* CSS Document */

html,body{
	font-family:Calibri, Arial, Verdana;
	font-size:13px;
	padding:0px;
	margin:0px;
	background-color:#000000;
	}
/*-------------------------------------background---------------------------*/
.navi{
	background-image:url(../images/navi_bg.jpg);
	background-repeat:repeat-x;
	height:46px;
	}
.bodybg{
	background-image:url(../images/background_bg.jpg);
	background-repeat:no-repeat;
	background-color:#1c1f24;
	}
.regbg{
	background-image:url(../images/bc_reg.jpg);
	background-position:center bottom;	
	background-repeat:no-repeat;
	}
/*-------------------------------inputtype-----------------------------*/
.txtbox{
	height:25px;
	line-height:25px;	
	text-align:center;
	border:1px solid #787878;
	}
.txtbox1{
	height:20px;
	line-height:20px;
	color:#3c3c3c;	
	border:1px solid #787878;
	}
.txtarea{	
	line-height:20px;
	color:#3c3c3c;	
	border:1px solid #787878;
	}
/*-------------------------------------font---------------------------*/
.foot{
	color:#ffffff;
	}
.normal{
	color:#FFFFFF;
	line-height:20px;
	font-size:14px;
	}
.normal{
	color:#000000;
	line-height:20px;
	font-size:16px;
	}
.hd{
	color:#FFFFFF;
	line-height:25px;
	font-size:18px;
	font-weight:bold;
	}
/*-------------------------------------link---------------------------*/
.topnavi{
	color:#000000;
	text-decoration:none;
	font-size:14px;
	}
a.topnavi:hover{
	color:#000000;
	text-decoration:underline;
	font-size:14px;
	}
.topnavi1{
	color:#ffffff;
	text-decoration:none;
	font-size:14px;
	}
a.topnavi1:hover{
	color:#ffffff;
	text-decoration:underline;
	font-size:14px;
	}