@charset "utf-8";
/* CSS Document */


#top {
	height: 150px;
}article {
	clear: both;
	padding-top: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#c_right {
	width: 708px;
	
}
table {
	width: 708px;
	border-spacing: 0px; 
	border-collapse: collapse; 
}
table tr th {
	height: 50px;
	width: 200px;
	
	vertical-align: middle;
	color: #3850aa;
	
}
table tr td {
	border-bottom-width: 1px;
	
	vertical-align: middle;
	
}
#pageback {
	float: left;
}
#pagenext {
	float: left;
	margin-left: 580px;
}
#page_change {
	padding-top: 20px;
}
.button {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/btn02_o.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	height: 50px;
}
input.button2:hover {
    opacity: 0.0;
 
    /* IE */
    filter: alpha(opacity=0);
}
html, body, #wrap, #left-bg {
	height: 100%;
}
#wrap {
	background: #091734;
	width: 100%;
	position: relative;
	height: 150px;
}
#left-bg {
	background: #ceecf3 ;
	width: 50%;
	position: absolute;
}


#article {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-left: -480px;
	background: #fff;
	height: 150px;
}
