@charset "UTF-8";

.s14{font-size:14px;line-height:1.5em;}

#main2 h2, #main2 h3 {display:block;padding-top:30px;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	clear: both;
}
#main2 h4 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	color: #333;
}

div#slct{
	border:1px solid #999;
	padding:15px 0 0 30px;
	height:145px;
}
div#slct h5 {
	display:block;
	height:30px;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
div#slct li { text-align:center; color:#999; padding:0 15px;}
div#slct li img { display:block; }

#main2 ul, #main2 li {
	list-style: none;
}
#main2 li {
	display: block;
	float: left;
}

ul.tmp1{clear:both;}
.tmp1 li {
	padding:10px 20px;
}

.tmp1 li input {
	margin-right: 3px;
}

.tmp1 li label {
	display: block;
	padding-top: 3px;
	text-align: center;
	font-size: 12px;
}

.tmp1 li a img {
	display: block;
}

table#form {
	width: 100%;
	border: 1px solid #999;
	clear: both;
}

table#form th,table#form td {
	font-size: 14px;
	padding: 10px;
	border: 1px solid #999;
}
table#form caption { font-size:16px; font-weight:bold; padding-top:20px; text-align:left;}

table#form th {
	width: 120px;
	font-weight: bold;
	text-align: right;
	background: #EEE;
}

table#form td {
	text-align: left;
}

input {
	margin-right: 5px;
}

div.err {
	font-size: 12px;
	color: #F00;
	background: url(./img/icon_warn.gif) no-repeat left 7px;
	padding-left: 16px;
	padding-top: 5px;
}

div.pct {
	font-size: 12px;
	padding-top: 5px;
}

input#b_mit{background:#BBB url(./img/bg-bc_btn.png) repeat-x 0 0;border:1px solid #888;text-shadow: #FFF 0px 1px 0px;}
input#s_mit{background:#FA2 url(./img/bg-od_btn.png) repeat-x 0 0;border:1px solid #FA2;text-shadow: #FE6 0px 1px 0px;}
input#b_mit,input#s_mit {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #333;
	font-size: 14px;
padding: 4px 15px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#b_mit:hover,#b_mit:focus,#s_mit:hover,#s_mit:focus{background-position:0 -5px;color:#111;}
#b_mit:active,#s_mit:active{background-image:none;}
