@charset "utf-8";
@import url("master.css");
/* CSS Document */

a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#003c87;
	background:#fff;
}
input,select,textarea {		
    font-size: 10px;
	font-family: verdana; 
	color: #fff;
	background:#1356a2;	
	border:solid 1px #5078b4; 
	width:250px;
	}
input{
	height:14px;
	}
.btn{
	margin:10px 20px 0 0;
	height:18px;
	width:60px;
	text-align:center;
	}
.aNo{
	margin:10px 50px;
	padding:10px;
	min-height:50px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	border:solid 1px #5078b4; 
}

#top_swf{
	width:550px;
	height:100px;
	float:left;
	margin-left:100px;
	display:inline;
}
#top_link{
	float:left;
	margin:82px 0 0 85px;
	text-align:left;
	color:#145a96;
}
#top_link a{
	color:#78a0dc;
	padding:0 3px;
}
#page_left,
#page_right{
	font-size:11px;
	float:left;
	color:#fff;
	height:420px;	
	background-image:url(../images/bg_index.png);
	background-repeat:repeat-x;
	background-position:0 0;
}
#page_left{
	width:530px;	
	text-align:left;
	margin-left:10px;
	_display:inline;
}
#page_left a{
	font-weight:bold;
	padding:0 3px 1px;
	border-bottom:solid 1px #78a0dc;
}
#page_left p{
	margin:10px 15px;
	line-height:160%;
}
#page_left h1{
	background-image:url(../images/bg_index_h1.png);
	background-repeat:no-repeat;
	background-position:0 0;
	font-size:14px;
	padding:10px 0 0 15px;
}
#page_left h2{
	font-size:12px;
	clear:both;
	text-align:center;
	margin:5px 50px;
	padding-bottom:3px;
	border-bottom:solid 1px #5078b4;
}
#page_right{
	width:380px;
	margin-left:20px;
	position:relative;
}
#page_right ul{
	list-style-type:none;
	margin:25px auto;
}
#page_right ul li{
	display:block;
	height:160px;
	width:200px;	
	margin:20px 0;
}
#page_right ul li a{
	font-weight:bold;
	font-size:12px;
}
#page_right a img{
	width:180px;
	height:130px;
	border:solid 5px #fff;	
	margin:0 0 5px;		
}
#page_right a:hover img{
	border-color:#f90;
}
#site_counter{
	position:absolute;
	background:url(../images/bg_index_r.png) no-repeat right bottom;
	right:0;
	bottom:0;
	font-size:10px;
	color:#78a0dc;
	padding:0 5px 5px 0;
}
#page_footer{
	clear:both;
	display:block;	
	color:#78a0dc;
	margin:2px auto 0;
	height:63px;
}
#footer_left,
#footer_right{
	float:left;
	height:60px;
	font-size:10px;	
	background-image:url(../images/bg_index_footer.png);
	background-repeat:repeat-x;
	background-position:0 0;
}

#footer_left{	
	margin-left:10px;
	padding-top:3px;
	width:530px;
	background-image:url(../images/bg_index_footer.png);
	background-repeat:repeat-x;
	background-position:0 0;
	_display:inline;
}
#footer_right{
	width:380px;
	margin-left:20px;	
}
#footer_right div{
	width:100%;	
	height:57px;
	padding-top:3px;
	background-image:url(../images/bg_index_footer_r.png);
	background-repeat:no-repeat;
	background-position:100% 0;
}
.txt_row {
	float:left;
	clear:both;
	width:80%;	
	margin:2px 0 2px 20px;
	}	
.Row_l {
	float:left;
	width:100px;
	text-align:right;
	padding:0 10px 0 0;
	}	
.Row_r {	
	float:left;
	margin:0px;
	text-align:left;
	}	
