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

#main div.entry h2 {
	margin-top:0;
}

div.tit{
	border:1px solid #000;
	text-align:center;
	font-size:120%;
	margin-bottom:20px;
	padding:20px 0 10px;
}

#main table{
width:100%;
margin:0 0 20px;
vertical-align:top;
border-top:1px solid #3f7097;
border-left:1px solid #3f7097;
}

#main table th
{
	text-align:center;
	vertical-align:middle;
	padding:4px 7px 3px;
	color:#004680;
	background-color:#e2effc;
	border-right:1px solid #3f7097;
	border-bottom:1px solid #3f7097;
	font-size:90%;
	font-weight:bold;
}

#main table td{
	vertical-align:top;
	padding:4px 7px 3px;
	color:#232323;
	background-color:#fff;
	border-right:1px solid #3f7097;
	border-bottom:1px solid #3f7097;
	font-size:90%;
}

#main table td input {
 border:1px solid #abadb3;
}

#main p.submit {
	text-align:center;
	background:#fff9de;
	padding:32px 0;
}

#main .admin {
	padding-top:20px;
}

#main table td input.txt-l {
	width:100%;
}