#oubo {
	width: 760px;
	height: auto;
	margin: auto;
	text-align: left;
}
#oubo #contents {
	width: 760px;
	height: auto;
	border: 1px solid #CCC;
	background-color: #FFF;
}
#oubo #contents #oubo_form {
	width: 680px;
	margin: 0 40px;
	border: solid 1px #666;
	clear: both;
}
#oubo #contents #oubo_form p {
	padding: 10px 20px 20px;
}
#oubo #contents #oubo_form h4 {
	padding: 8px 0 8px 15px;
	background-color: #222;
	color: #FFF;
	font-size: 16px;
}
#oubo #contents #oubo_form table {
	margin: 0 20px 20px 20px;
	line-height: 1.4;
	background-color: #CCC;
}

#oubo #contents #oubo_form th {
	width: 130px;
	padding: 8px 0;
	text-align: center;
	background-color: #F5F5EB;
}
#oubo #contents #oubo_form td {
	padding: 8px 10px;
	background-color: #FFF;
}
#oubo #contents #oubo_form th span {
	color: #F06;
	font-weight: bold;
}
#oubo #contents #oubo_form .under_bt {
	text-align: center;
	padding: 0 0 20px 0;
}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
