@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */



/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:1212px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	clear: both;
	}


/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */

#main-img-wrap{
	clear: both;
	background-image: url(../img/main-img-wrap.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}





/* リスト全体 */
#main-contents #topic-headline-section{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	overflow-x:hidden;
	height: 268px;
	background-image: url(../img/topic-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#main-contents #topic-headline-section DL {
	margin: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	margin: 0px;
	color: #245ba7;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 127px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	color: #333333;
	background-image: url(../img/topic-guide.png);
	background-repeat: no-repeat;
	background-position: right center;
	font-weight: bold;
	display: block;
	margin-left: -127px;
	float: left;
	width: 115px;
	margin-right: 7px;
	padding-left: 5px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {
	color: #245ba7;



	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 127px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	}

TABLE.top-layout-table{
	margin-right: auto;
	margin-left: auto;
}

TABLE.top-layout-table .layout-left{
	width: 230px;
	vertical-align: top;
}
TABLE.top-layout-table .layout-sp{
	width: 32px;
}
TABLE.top-layout-table .layout-right{
	width: 670px;
	vertical-align: top;
}

TABLE#topic-layout{
}

TABLE#topic-layout #topic-title{
}
TABLE#topic-layout #topic-main{
	vertical-align: top;
}

.top-banner-layout{
	width: 932px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
}

.top-banner-layout .top-banner-layout-main{
	width: 300px;
	vertical-align: top;
}
.top-banner-layout .top-banner-layout-sp{
	width: 16px;
}


.banner-table{
	width: 300px;
	border: 1px solid #cccbcb;

	background-color: #ffffff;
	background-image:  -webkit-linear-gradient(bottom, #eeeeee, #ffffff);
	background-image:  -moz-linear-gradient(bottom, #eeeeee, #ffffff);
	background-image: -o-linear-gradient(bottom, #eeeeee, #ffffff);
	background-image: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
	background-image: linear-gradient(to top, #eeeeee, #ffffff);

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.banner-table .banner-table-img{
	vertical-align: top;
	padding-top: 12px;
}
.banner-table .banner-table-img img{
	border: 1px solid #dcdcdc;
}

.banner-table .banner-table-title{
	color: #17181a;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
	padding-bottom: 8px;
}
.banner-table .banner-table-list{
	vertical-align: top;
	padding-left: 65px;
	padding-bottom: 8px;
}

.banner-table .banner-table-list ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.banner-table .banner-table-list ul li{
	background-image: url(../img/banner-guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
}
