@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/12/20
 */

/* !index.html
---------------------------------------------------------- */

.h2_news{
	width:960px;
	height:120px;
	margin-bottom:36px;
}

.newsCont{
	width:908px;
	margin:0 auto;
}
	.newsCont .newsBox01{
		background:url(../img/bg_midBox01.gif) left top repeat-y;
	}
		.newsCont .newsBox01 .blueFont{
			color:#00b3eb;
		}
		.newsCont .newsBox01 .newBox01In{
			background:url(../img/bg_btmBox01.gif) left bottom no-repeat;
			padding-bottom:25px;
		}
			.newsCont .newsBox01 .newBox01In .newBox01Out{
				background:url(../img/bg_topBox01.gif) left top no-repeat;
				padding:70px 45px 20px;
			}
	.newsCont .newsContIn{
		width:818px;
		margin:0 auto;
	}
		.newsCont .newsContIn a{
			color:#555555 !important;
			text-decoration:none;
		}
		.newsCont .newsContIn .newsLeft {
			float:left;
			background:url(../img/arrow_news01.gif) left no-repeat;
			padding-left:30px;
			vertical-align:middle;
			height:20px;
		}
		.newsCont .newsContIn .newsRight {
			float:right;
			background:url(../img/arrow_news02.gif) right no-repeat;
			padding-right:30px;
			vertical-align:middle;
			height:20px;
		}



