@charset "shift_jis";
/*================================
 center_list
================================*/
div#online {
	width: 500px;
	margin: 0 auto;
}
div#olselect {
	text-align: center;
	margin: 0 auto 20px;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #CCCCCC;
}
div#olselect p,
div#olselect form {
	display: inline;
}
div#olselect p {
	margin: 0 8px 0 14px;
}
div#olselect input {
	margin-left: 14px;
}
table {
	width: 500px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
table th,
table td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
table th {
	padding: 4px 0 3px;
	background-color: #f8f8f8;
}
table td {
	padding: 7px 8px;
	vertical-align: top;
}
.area {
	width:22%;
}
.data {
	width: 31%;
}

