﻿@charset "utf-8";
/* base --------------------------------------------- */
.clearfix:after{
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
	line-height:0;
	content:'\20';	
}
.clearfix{
	clear:both;
	*display:table;
	*zoom:1;
}
.fl{
	display:inline;
	float:left;
}
.fr{
	display:inline;
	float:right;
}
.tl{
	text-align:left;
}
.tc{
	text-align:center;
}
.tr{
	text-align:right;
}
.pr{
	position:relative;
}
.pa{
	position:absolute;
}
.pf{
	position:fixed;
	_position:absolute;
}
.none{
	display:none;
}
.hidden{
	overflow:hidden;
}

.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
	margin-bottom:15px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.mt35{
	margin-top:5px;
}

.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}

.mb5{
	margin-bottom:5px;
}
.mb10{
	margin-bottom:10px;
}
.mb15{
	margin-bottom:15px;
}
.mb20{
	margin-bottom:20px;
}

.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}

.pt10{
	padding-top:10px;
}
.pt15{
	padding-top:15px;
}

/* vm ---------------------------------------------*/
.vm{
	display:table-cell;
	*display:block;
	overflow:hidden;
	font:0px/0px 'Arial';
	text-align:center;
	vertical-align:middle;
}
.vm img{
	vertical-align:middle;
}
.vm1{
	width:145px;
	height:107px;
	*font-size:97px;
}
.vm2{
	width:145px;
	height:129px;
	*font-size:116px;
}
.vm3{
	width:129px;
	height:38px;
	*font-size:29px;
}
.vm4{
	width:165px;
	height:105px;
	*font-size:95px;
}
.vm5{
	width:150px;
	height:110px;
	*font-size:99px;
}
/* public ---------------------------------------------*/


.content{
	margin:10px auto 0;
	width:969px;
}
.nyWrap{
	margin:-27px auto 0;
	padding-top:33px;
	width:983px;
	background:url(../images/nyBg1.png) no-repeat;
}
.nyMain{
	padding:0 7px 30px;
	min-height:650px;
	height:auto;
	_height:650px;
	background:url(../images/nyBg2.png) left repeat-y;
}
.section{
	padding:15px 15px 15px 0;
}
.article{
	text-indent:2em;
	line-height:24px;
	color:#747474;
}

.footer{
	border-top:1px solid #70C3FF;
}
.footNav, .copy{
	margin:0 auto;
	width:969px;
}
.footNav{
	height:27px;
	background:url(../images/footNav.png) no-repeat;
	line-height:27px;
}
.footNav ul{
	padding:0 15px 0 110px;
}
.footNav li{
	float:left;
	padding:0 20px;
}
.footNav a{
	color:#4E7796;
}
.footNav a:hover{
	color:#005CB1;
}
.copy{
	padding:10px 0 15px;
}