@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* 1カラム*/
/*                             */
/* =========================== */



/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:930px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	clear: both;
	margin-top: 9px;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;

	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
}

/* =====/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	font-size: 12px;
	width: 910px;
	height: 35px;
	color: #676767;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	color: #676767;
	padding-top: 8px;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	color: #2e2e2e;
	padding-top: 8px;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin-right: 4px;
	margin-left: 4px;
	}
#crumb-list A {
	color: #3432af;

}


/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	margin: 0px;
	}

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	padding: 0px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	padding-top: 15px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	float: left;
	margin-right: 22px;
	font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #303030;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin: 0px;
	}
