/**** ヘッダー上書き（トップのみ別） ****/
#Header {
	background: url("../images/top/headerbg.gif") top left repeat-x;
}
#Header table {
	height: 89px;
}


/**** メインイメージ ****/
#MainImage {
	background: url("../images/top/mainimagebg.gif") 0 0 repeat-x #F8F8F8;
}
#MainImage table {
	margin: 0 auto;
	width: 800px;
}

/**** コンテンツ上書き ****/
#ContentsWrap {
	padding: 32px 0 0;
	border-bottom: 1px solid #EEF0EF;
	background: url("../images/top/contentsbg.gif") 0 0 repeat-x;
}


/**** 最新情報タイトル ****/
.toptitle {
	background: url("../images/top/titlebg01.gif") 0 0 no-repeat;
	width: 587px;
	height: 42px;
}

/**** 最新情報 ****/
.topnews {
	background: url("../images/common/border01.gif") bottom left repeat-x;
}
.topnews td,
.topnews th {
	padding: 10px 0;
	font-size: 12px;
	vertical-align: top;
}
.topnews th {
	color: #0069AC;
}

