.ogn_title{
	margin-top:2em;
	padding-left:26px;
	background:url(../img/subtitle_icon.gif) no-repeat left top;
	font-size:15px;
	line-height:20px;
}
.sub_title + .ogn_title{
	margin-top:0.5em;
}

table.official_list{
	border-collapse:collapse;
	margin:0.5em 0 0;
}
.official_list th,
.official_list td{
	padding:5px 10px;
	border:solid 1px #333333;
}
.official_list thead{
	text-align:center;
}
.official_list thead th{
	background:#7B90B2;
	color:#FFFFFF;
}
.official_list thead th:nth-of-type(1),
.official_list thead th:nth-of-type(2){
	letter-spacing:1em;
	text-indent:1em;
}
.official_list thead th:nth-of-type(1){
	background:#005EAD;
}
.official_list thead th:nth-of-type(2){
	background:#26BF74;
}
.official_list tbody td{
	vertical-align:top;
	background:#EFEFEF;
}
.official_list tbody td:nth-of-type(1){
	background:#A1D0FF;
	white-space:nowrap;
}
.official_list tbody td:nth-of-type(2){
	background:#DEFFDE;
	white-space:nowrap;
}
.official_list tbody td:nth-of-type(3){
	width:90%;
}
.official_list tbody td:nth-of-type(4){
	width:10%;
	text-align: center;
}
/*.official_list tbody td:last-of-type{
	width:100%;
}*/

.box ol{
	margin-top:0;
}
.box ol li:first-of-type{
	margin-top:0;
}
