@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */





/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:930px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 7px;
	margin-top: 0px;

	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:930px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	color: #333333;
	padding-top: 0px;
	margin-top: 0px;
	}


#main-topic{
}
#main-rireki{
}



/* =========================== */
/* お知らせ一覧パーツ（トピックス）  */
/* =========================== */
/* リスト全体 */
#main-contents #main-topic #topic-headline-section{
	width: 670px;
	margin: 0px;
	display: block;
	background-color: #FFF;
	padding-top: 46px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/main-topic-title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-contents #main-topic #topic-headline-section DL {
	margin: 0px;
	padding-top: 15px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 6px;
	overflow:auto;
	height: 182px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #main-topic #topic-headline-section DT{
	color: #303030;
	}
/* 公開日 */
#main-contents #main-topic #topic-headline-section DT .date {
	float: left;
	margin-right: 20px;
	font-size: 11px;
	padding-top: 1px;
	color: #303030;
	padding-left: 3px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #main-topic #topic-headline-section DT A {
	color: #303030;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #main-topic #topic-headline-section DD{
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	color: #303030;
	padding-left: 3px;
	}



/* =========================== */
/* お知らせ一覧パーツ（更新履歴）  */
/* =========================== */
/* リスト全体 */
#main-contents #main-rireki #topic-headline-section{
	width: 670px;
	margin: 0px;
	display: block;
	background-color: #FFF;
	padding-top: 46px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/main-rireki-title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-contents #main-rireki #topic-headline-section DL {
	margin: 0px;
	padding-top: 15px;
	padding-right: 26px;
	padding-bottom: 0px;
	padding-left: 6px;
	overflow:auto;
	height: 182px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #main-rireki #topic-headline-section DT{
	color: #303030;
	}
/* 公開日 */
#main-contents #main-rireki #topic-headline-section DT .date {
	float: left;
	margin-right: 20px;
	font-size: 11px;
	padding-top: 1px;
	color: #303030;
	padding-left: 3px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #main-rireki #topic-headline-section DT A {
	color: #303030;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #main-rireki #topic-headline-section DD{
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	color: #303030;
	padding-left: 3px;
	}
