@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */
	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:930px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 0px;
	}



/* =========================== */
/* トップコンテンツ 左     　　*/
/* =========================== */
#top-cont-left {
	width: 595px;
	padding-right: 0px;
}
/* =========================== */
/* トップコンテンツ 右     　　*/
/* =========================== */
#top-cont-right {
	width: 290px;
	padding-left: 15px;
}

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	height: 200px;
	overflow: auto;
	overflow-x:hidden;
	padding-right: 10px;
	padding-left: 9px;
}
#main-contents  #topic-headline-section DL {
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #777777;
	padding-left: 109px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	font-size: 12px;
	display: block;
	margin-left: -109px;
	float: left;
	width: 94px;
	color: #777777;
	padding-right: 1px;
	background-image: url(../img/topic-guide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 13px;
	padding-left: 2px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #069621;


	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 3px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 109px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	color: #777777;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	}
	

#top-layout-table{
}
#top-layout-table #top-layout-left{
	width: 230px;
	vertical-align: top;
}
#top-layout-table #top-layout-sp{
	width: 30px;
}
#top-layout-table #top-layout-right{
	width: 670px;
	vertical-align: top;
}


#text-layout{
	width: 670px;
	border: 1px solid #b1b1b1;
	background-color: #fbfbe8;
}

#text-layout #text-layout-left{
	vertical-align: top;
	width: 275px;
	padding-top: 17px;
	padding-left: 15px;
	padding-bottom: 15px;
}
#text-layout #text-layout-right{
	width: 360px;
	vertical-align: top;
	padding-top: 17px;
	padding-right: 18px;
	color: #040404;
	padding-bottom: 15px;
	line-height: 1.2;
}
