@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* 1カラム*/
/*                             */
/* =========================== */


DIV#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */
#main-wrap {
	width: 100%;
	padding-top: 5px;
	clear: both;
	background-image: url(../img/header-top-wrap.jpg);
	background-repeat: repeat-x;
	background-position: center top;

}

#cont {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 15px;
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	clear: both;


	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	margin: 0px;
	color: #0a3472;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 100%;
	height: auto;

	color: #c11429;
}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;

	color: #c11429;
}
#crumb-list DIV.crumb-item a{
	color: #c11429;

}

/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	}
	



/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 652px;
	padding-bottom: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	overflow: auto;
	overflow-x:hidden;
	height: 200px;
	padding-top: 10px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #777777;
	padding-top: 6px;
	font-weight: bold;
	font-size: 13px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #777777;
	padding-right: 24px;
	font-weight: bold;
	margin-right: 13px;
	font-size: 12px;
	background-image: url(../img/topic-guide.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 0px;
	padding-bottom: 10px;
	color: #777777;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;

	}
	
