@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 930px;
	padding-top: 36px;
	}
	
/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 200px;
	overflow: auto;
	padding-top: 0px;
}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	color: #777777;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 128px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #999999;
	display: block;
	margin-bottom: 4px;
	float: left;
	width: 108px;
	min-width: 0px;
	margin-left: -128px;
	padding-left: 20px;
	font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	text-decoration: underline;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 3px;
	padding-bottom: 10px;
	color: #999999;
	padding-right: 0px;
	padding-left: 128px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9f9f9f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	left: 0px;
	}



#top-layout-table{

}
#top-layout-table #layout-left{
	width: 670px;
	vertical-align: top;
}
#top-layout-table #layout-sp{
	width: 30px;
}
#top-layout-table #layout-right{
	width: 230px;
	vertical-align: top;
}


#top-text-table{
	width: 670px;
	height: 471px;
	background-image: url(../img/text-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#top-text-table TD{
	vertical-align: top;
	color: #333333;
	font-size: 120%;
	padding-left: 20px;
	padding-top: 155px;
	line-height: 1.8;
}
#main-contents #top-text-table TD H4{
	display: none;
}


