@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */

/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */


#cont {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 21px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 930px;
	padding-bottom: 15px;
	}
	
/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding: 0px;
}
#main-contents  #topic-headline-section DL {
	width: 650px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	font-size: 12px;
	color: #777777;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	padding-right: 25px;
	background-image: url(../img/topic-guide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 11px;
	padding-top: 1px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #005cff;
	font-weight: normal;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 12px;
	color: #777777;

	}


TABLE.topic-table {
	background-image: url(../img/topic-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 670px;

}
TD.topic-td1{
	font-size: 14px;
	color: #484848;
	padding-left: 15px;

}
