@charset "utf-8";
/* CSS Document */

body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	margin: 0;
	padding: 0;
	color:#666666;
}

a{
	color:#508E00;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#508E00;
	text-decoration:underline;
	font-weight:bold;
}

.tit a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.tit a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

.tit_selected a{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}

.tit_selected a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}

#main_table{
	border-collapse:collapse;
	}

#top{
	 background-image:url(/design/ezwebin/images/top.jpg);
     background-repeat:repeat-x;
}

#logo{
	padding-top:0px;
	padding-bottom:0px;
}

#login_link{
	color:#666666;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}	

#login_link:hover{
	color:#666666;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
}

.td_border{
	border-right: 1px solid #000093;
	text-align:center;
}

.tit{
	background-image:url(/design/ezwebin/images/title.jpg);
    background-repeat:repeat-x;	
	color:#FFFFFF;
	text-align:center;
}

.tit_selected{
	background-image:url(/design/ezwebin/images/title_selected.jpg);
    background-repeat:repeat-x;	
	color:#FFFFFF;
	text-align:center;
}

.space{
	height:2px;
	background-color:#000093;
	margin-top:10px;
}

.space2{
	height:1px;
	background-color:#000093;	
}

.space3{
	height:40px;
	background-color:#000093;
	margin-top:40px;
}

#content{
	width:750px;
	margin-left:25px;
	margin-top:25px;
	margin-bottom:25px;
}

.title{	
	padding-left:25px;
	color:#999999;
	font-size:14px;
	font-weight:bolder;
}

#news_img{
	padding:5px;
	border:2px solid #508E00;
}

#data{
	color:#000000;
	font-weight:bolder;	
}

input{
	border:1px solid #000093;
	color:#428501;	
}

#foot{
	font-size:9px;
	margin-top:25px;
	margin-left:80px;
	margin-bottom:20px;
}

#foot a{color:#000000;}
#foot a:hover{color:#000000;}

.user-register input{
        margin-left:15px;
        margin-top:3px;
        margin-bottom:3px;
}

.user-register select{
	border:1px solid #000093;
	color:#428501;
        margin-left:15px;
        margin-top:3px;
        margin-bottom:3px;
}

.user-register textarea{
	border:1px solid #000093;
	color:#428501;
        margin-left:15px;
        margin-top:3px;
        margin-bottom:3px;
}
