@charset "utf-8";


/*--------------------*/
/*---- top.css ----*/
/*--------------------*/
/*
border: 1px solid gray;
*/


#wrapperTop {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


#wrapMainImage {
	position: relative;
	width: 100%;
	height: 393px;
	background-color: #ffffff;
	background-image: url(../common_img/bg_mainimage_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#wrapSlide {
	position: absolute;
	top: 2px;
	left: 0px;
}
#mainImageCover {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 8px;
	background-image: url(../common_img/bg_header_bottom.png);
	background-repeat: repeat-x;
}

#txService {
	width: 690px;
	height: 54px;
	margin-bottom: 25px;
	background-image: url(../top_img/c2_tx_service.gif);
	background-repeat: no-repeat;
}
#txService span {
	display: none;
}

#txNews {
	position: relative;
	width: 690px;
	height: 54px;
	background-image: url(../top_img/tx_news.gif);
	background-repeat: no-repeat;
}
#txNews span {
	display: none;
}
#txNews .bu_to_index {
	position: absolute;
	top: 12px;
	left: 592px;
}
#tableNews {
	width: 100%;
}
#tableNews th {
	width: 22%;
	font-weight: bold;
	padding-bottom: 8px;
}
#tableNews td {
	width: 78%;
	padding-bottom: 8px;
}





