#upload_form {
    margin: 10px auto;
    width: 960px;
    height: auto;
    overflow: hidden;
}

.upload h2_sub {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 6px 10px;
    font-size: 120%;
    font-weight: bold;
    border-left: 7px solid #fec00a;
    display: block;
}

.upload_table {
	margin: 10px auto;
	width: 99%;
	border: 1px solid #CCC;
	border-collapse: collapse; 
}

.upload_table th {
	padding:10px 20px;
	background-color: #EEEEEE;
	border: 1px solid #CCC;
	width:130px;
}

.upload_table td {
	border: 1px solid #CCC;
	padding:10px 20px;
	background-color: #FFFFFF;
}
td.bg_img {
	background-color:#DDD;
	color:#555;

}


.red_kome {color: tomato;}

.complete_retune {
	float:right;
	margin-top:30px;
}
.complete_retune a {
	background-color: #FFCC33;
	text-align:center;
	font-size: 16px;
	font-weight:bold ;
	padding: 10px;
	border: 1px solid #CCC;
	display:block;
	width:300px;
	height:40px;
	text-decoration:none;
	}
.complete_retune a:hover {
	background-color: #666666;
	text-decoration:none;

}
.sepa_box2 {
	overflow:hidden;
	border-bottom:2px dotted #888;
	padding:4px 0;
	clear:both;
	background:#f1fbd7;
	margin-bottom:2px;
}
.sepa_box2 img {
	float:left;
	margin-right:1em;
}
.sepa_box {
	overflow:hidden;
	border-bottom:1px dotted #BBB;
	padding:4px 0;
}
/***********************input*****************/
span.subtext {
	font-size: 12px;
	color: #8B7A3F;

}
.input_s{
	margin: 1px 0;
	width: 130px;
	height: 20px;
	line-height: 20px;
	border: 2px solid #C1D8E8;
}

.input_m{
	width: 200px;
	height: 20px;
	line-height: 20px;
	border: 2px solid #C1D8E8;
}

.input_l{
	width:300px;
	height: 20px;
	line-height:20px;
	border:2px solid #C1D8E8;
}

.ta_s{
	border:2px solid #C1D8E8;
}

.ta_m{
	border:2px solid #C1D8E8;
	width: 300px;

}

.ta_l{
	border:2px solid #C1D8E8;
	width: 400px;
	height: 100px;
	vertical-align: top;
}
input.inputbutton {
	width:320px;
	font-size: 12px;
	line-height:18px;
	padding:2px ;
	
}

div#map_search {
	border: 1px solid #bbb;
	padding:5px 10px;
	background-color: #FFFBDD;
	margin-bottom:5px;
}
div#map_search h4 {
	color:#095E79;
	font-size:12px;
}
p.textright {
	width:300px;
	float:right;
}
