#news {
	width:68%;
	float:left;
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	-webkit-box-sizing: border-box; /* Safari, Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* IE8用 */
	box-sizing: border-box; /* CSS3（Opera用） */
}

#news #newsbox {
	background:#ffffff;
	padding:5px 20px;
	overflow:hidden;
}

#newsTb {
	width:100%;
	font-size:12px;
	color:#333333;
    border-collapse: separate;
    border-spacing: 0 20px;}

#newsTb a {
	color:#000000;
    text-decoration: underline;
}

#newsTb th,#newsTb td {
	vertical-align:top;
}

#newsTb th {
	line-height:140%;
	width:115px;
}

#newsTb td {
	padding:3px 0;
	line-height:140%;
}

#newsTb .date {
	padding:4px 0 4px 20px;
	display:block;
	background:url("../img/default/iconArrowS.jpg") no-repeat left center;
}

#representative {
	width:30%;
	float:right;
	margin-bottom:20px;
	line-height: 130%;
}

#representativeImagbox {
	width:100%;
	margin-bottom:10px;
}

#representativeImagbox .pic {
	float:left;
	margin-right:5%;
}

#representativeImagbox .txt {
	float:left;
}

#representativeTxt {
	width:95%;
	font-size:12px;
}

#bnrbox {
	width:100%;
	max-width:960px;
	display:block;
	margin:0px auto;
	
}

#bnrbox .bnr {
	float:left;
	width:32%;
	display:block;
	background:#ffffff;
	margin-right:2%;
	overflow:hidden;
	font-size:14px;
}

#bnrbox .bnr.last {
	margin-right:0;
}

#bnrbox .bnr a {
	display:block;
	text-decoration:none;
	color:#333333;
}

#bnrbox .bnr img {
	display:block;
	margin:3px auto;
}

#bnrbox .bnr h5 {
	display:block;
	width:90%;
	margin:0px auto;
	padding:10px 0;
	background:url("../img/default/iconArrow.jpg") no-repeat right center;
}
