@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 930px;
	}
	
/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	padding-top: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 120%;
}
#main-contents  #topic-headline-section DL {
	height: 200px;
	overflow:auto;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	color: #777777;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 118px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #777777;
	font-size: 14px;
	float: left;
	width: 118px;
	margin-left: -118px;
	background-image: url(../img/topic-guide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 22px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	text-decoration: underline;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 3px;
	padding-bottom: 10px;
	color: #777777;
	padding-right: 0px;
	padding-left: 140px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9f9f9f;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}



#top-layout-table{
	margin-top: 15px;
}
#top-layout-table #layout-left{
	width: 230px;
	vertical-align: top;
}
#top-layout-table #layout-sp{
	width: 30px;
}
#top-layout-table #layout-right{
	width: 670px;
	vertical-align: top;
}



.top-banner-layout{
}

.top-banner-layout .top-banner-contents{
	vertical-align: top;
	width: 325px;
}

.top-banner-layout .top-banner-sp{
	width: 20px;
}

.top-banner-table{
	border: 1px solid #d0cfcd;
}
.top-banner-table .top-banner-img{
	vertical-align: top;
	width: 110px;
	padding-left: 9px;
	padding-top: 9px;
	padding-bottom: 10px;
}
.top-banner-table .top-banner-text{
	width: 206px;
	vertical-align: top;
	font-size: 130%;
	color: #313131;
	padding-top: 35px;
	height: 74px;
	padding-bottom: 10px;
}
.top-banner-table .top-banner-btn{
	vertical-align: top;
	padding-bottom: 10px;
}


#top-jirei-layout{
	width: 100%;
	border-collapse:collapse;
}
#top-jirei-layout TD{
	border: 1px solid #bfbfbf;
	width: 212px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
