@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */



	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	width: 670px;
	float: right;
	padding-top: 3px;
}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 930px;
	}



/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
#topic-waku {
	width: 436px;
	margin: 0px;
	border: 1px solid #d0c5b8;
	background-color: #FFF;
	padding-top: 49px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-image: url(../img/topic-title.jpg);
	background-repeat: no-repeat;
	background-position: center 12px;
}
/* リスト全体 */
#main-contents #topic-headline-section{
	overflow: auto;
	overflow-x:hidden;
	width: 370px;
	background-color: #fcf9f1;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	padding: 0px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #584c0b;
	padding-top: 10px;
	font-weight: bold;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	margin-left: 0px;
	margin-right: 20px;
	color: #aaaaaa;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {



	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 0px;
	padding-bottom: 10px;
	color: #584c0b;
	padding-right: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 103px;
	}


#side-bg{
	background-image: url(../img/side-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fcfaf1;
	padding-top: 5px;
	padding-bottom: 5px;
}
#side-bg2{
	background-image: url(../img/side-bg2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #e2e1d8;
	padding-top: 8px;
	padding-bottom: 2px;
}



TABLE.topic-title-table {
	background-image: url(../img/topic-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 51px;
	margin-bottom: 2px;

	}

TD.topic-title-td {
	font-size: 12px;
	color: #5f5013;
	padding-right: 20px;
	padding-top: 19px;
	letter-spacing: 2px;

	}
