@charset "utf-8";
/*------------------------------
entry

table
form
.explain
#btn
------------------------------*/

/*------------------------------
table
------------------------------*/
#main table{
	width:510px;
	margin:0 10px;
}

#main table th,#main table td{
	padding:10px 5px;
	border-bottom:#666666 dotted 1px;
	vertical-align:top;
}

#main table th{
	width:110px;
	text-align:left;
}

/*------------------------------
form
------------------------------*/
select{
	margin:2px 0;
}

select,input,textarea{
	vertical-align:middle;
}

.ast{
	color:#ff0000;
}

/*------------------------------
.explain
------------------------------*/
.explain{
	margin:10px;
}

/*------------------------------
#btn
------------------------------*/
#btn{
	text-align:center;
}