@charset utf8;

.om_box {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #42444a;
	padding: 5px;
}

.om_box h2 {
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: normal;
}

.om_box table {
	font-size: 12px;
	color: #FFFFFF;
	width: 275px;
	background-color: #61636b;
}

.om_box table th, .om_box table td {
	padding: 3px;
}

.om_box table th {
	color: #6fb544;
}

.om_box table td.sept {
	height: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #6fb544;
}

.om_box table td.ctr {
	text-align: center;
}

.om_box table td.rt {
	text-align: right;
	padding-right: 10px;
}

.rlink {
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 15px;
}

.rlink a {
	color: #6fb544;
	font-weight: bold;
	text-decoration: none;
}

#box_left {
	float: left;
	width: 150px;
	font-size: 10px;
	margin-top: 5px;
}

#box_left a {
	color: #FFFFFF;
	background-color: #6fb544;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
}

#box_right {
	float: right;
	width: 130px;
}