@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* 1カラム*/
/*                             */
/* =========================== */

/* =========================== */
/* 共通                             */
/* =========================== */
/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
	

	
/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	width: 670px;
	height: 28px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	height: 24px;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	height: 24px;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}
#crumb-list DIV.crumb-item a{

}
	
	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	}

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 670px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}
#main-contents  #topic-headline-section DL {
	width: 670px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 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;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #004d99;
	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: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #777777;

	}
