@charset "utf-8";
/*gnav*/
li.home a{
	background-image: url(../img/btn-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 77px;
	height:45px;
	display: block;	
	text-indent:-9999px;
}
li.home a:hover{
	background-image: url(../img/btn-home.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 77px;
	height:45px;
	display: block;	
	text-indent:-9999px;
}
/*main*/
div#main{
	width:670px;
}
div#main table{
	width:670px;
	border: 1px solid #3535FF;
}
div#main table span.red{
	color:#FF0000;
	font-weight:bold;
}
div#main table tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3535FF;	
}
div#main table td.form-left{
	width:190px;
	padding:3px 5px 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3535FF;
	background-color: #E1E8FF;
}
div#main table td.form-right{
	width:460px;
	padding:3px 5px 3px 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #3535FF;
	border-left-color: #3535FF;
}
div#main table td.form-left-last{
	width:190px;
	padding:3px 5px 3px 5px;
	border-bottom-width: 0px;
	background-color: #E1E8FF;
}
div#main table td.form-right-last{
	width:460px;
	padding:3px 5px 3px 5px;
	border-bottom-width:0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3535FF;
}
div#main p#btn-input{
	float:right;
	padding:5px 0px 5px 0px;
}