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