body{background:#000;}
#mainImg{
	overflow:hidden;
}
.supportArea{
	width:100%;
	height:auto;
	padding:15px 0;
	background:#fff;
}
.supportArea p{
	width:100%;
	height:auto;
	text-align:center;
}
.supportArea ul li{
	width:25%;
	height:auto;
	float:left;
}
.supportArea table{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.supportArea table tr td.supportArea_td_left a{
	padding:5px 10px 5px 0px;
	display:block;
}
.supportArea table tr td.supportArea_td_right a{
	padding:5px 0px 5px 10px;
	display:block;
}
.supportArea table tr td a img{
	width:100%;
	height:auto;
	display:block;
}

.supportBannerArea{
	width:100%;
	height:auto;
	padding:15px 0;
}
.supportBannerArea p{
	width:100%;
	height:auto;
	text-align:center;
}
.supportBannerArea ul li{
	width:25%;
	height:auto;
	float:left;
}
.supportBannerArea table{
	width:90%;
	margin:0 auto;
	text-align:center;
}
.supportBannerArea table tr td{
	width:50px;
}
.supportBannerArea table tr td.supportArea_td_left a{
	padding:5px 10px 5px 0px;
	display:block;
}
.supportBannerArea table tr td.supportArea_td_right a{
	padding:5px 0px 5px 10px;
	display:block;
}
.supportBannerArea table tr td a img{
	width:100%;
	height:auto;
	display:block;
}


#newsArea{
	width:100%;
	height:auto;
	background:url(../images/news/obliqueBgPtn01.gif);
}
.posts{
	width:90%;
	height:auto;
	margin:15px auto 0;
	background:url(../images/news/obliqueBgPtn02.gif);
	padding:15px 0 1px 0;
}
.post{
	width:90%;
	height:auto;
	margin:0 auto 15px;
	padding:0 0 10px 0;
	background:url(../images/common/bdrImgRpt.gif) bottom left repeat-x;
}
.post h3{
	color:#5b3081;
	font-size:110%;
	margin:13px 0 0 0;
}
.postSocial{
	margin:20px auto 0;
}
h2{
	width:45%;
}
.postDateWrap{
	width:42%;
	height:auto;
	background-color:#5b3081;
}
@media screen and (max-width: 400px) {
	.postDateWrap{
		width:70%;
	}
}
.postDate{
	width:80%;
	height:auto;
	font-size:90%;
	border-left:4px solid #e8e8e8;
	padding:0 0 0 15px;
	color:#fff;
	line-height:2;
	font-weight:bold;
	margin:0 auto;
}
.postBody{
	margin:13px 0 0 0;
}