@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* 1カラム*/
/*                             */
/* =========================== */

	
	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width: 930px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 9px;
	clear: both;
	padding: 10px;
	background-color: #ffffff;

	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
	}

	

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */



/* リスト全体 */
#main-contents #topic-headline-section{
	width: 653px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding: 0px;
}
#main-contents #topic-headline-section DL {
	height: 240px;
	overflow: auto;
	overflow-x:hidden;
	margin: 0px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	color: #515252;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: normal;
	margin-right: 23px;
	margin-left: -87px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 108px;
	color: #515252;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	}



