@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}

#main-side-comp{
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../img/main-side-comp.jpg);
}

/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 936px;
	padding-bottom: 15px;
	}
	
/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 650px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#main-contents  #topic-headline-section DL {
	width: 650px;
	margin: 0px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	background-image: url(../img/main-topic-guide.jpg);
	background-repeat: no-repeat;
	background-position: left 39px;
	color: #777777;
	padding-top: 10px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #777777;
	margin-right: 12px;
	background-image: url(../img/topic-guide.jpg);
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: right center;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #0066cc;
	font-weight: normal;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 108px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #777777;

	}

TABLE.top-topic-table {
	background-image: url(../img/top-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 39px;
	width: 670px;
	margin-bottom: 14px;
	margin-top: 0px;


}
TD.top-topic-td1{
	font-size: 14px;
	color: #757575;
	padding-top: 11px;
	padding-left: 25px;


}

