@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width: 930px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
	color: #4c4e50;

}

#main-contents ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 0px;
	line-height: 1.7;
}
#main-contents ul li{
	font-size: 120%;
}



/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */

#topic-waku{
	background-color: #eeeeee;
}

#topic-title{
	text-align: center;
	padding-top: 18px;
	padding-bottom: 0px;
	border-bottom: 3px solid #033A6F;
	height: 42px;
}

/* リスト全体 */
#main-contents #topic-headline-section{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 160px;
	overflow: auto;
	overflow-x: hidden;

}
#main-contents #topic-headline-section DL {
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	margin: 0px;
	color: #626262;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 108px;

}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	display: block;
	color: #626262;
	margin-right: 0px;
	margin-left: -108px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 8px;
	float: left;
	background-color: #ffffff;
	width: 92px;
	margin-top: -5px;
	font-weight: normal;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	text-decoration: underline;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 108px;
	color: #626262;
	clear: both;
	}

#top-layout-table{
	
}
#top-layout-table #top-layout-left{
	width: 660px;
	vertical-align: top;
}
#top-layout-table #top-layout-sp{
	width: 67px;
	
}
#top-layout-table #top-layout-right{
	width: 203px;
	vertical-align: top;	
}

