@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニューなし   */
/*                             */
/* =========================== */

	
	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:941px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #333333;
	clear: both;
	background-color: #FFF;
	background-image: url(../img/top-shadow.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
	

/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	width: 936px;
	font-weight: normal;
	margin: 0px;
	color: #000;
	height: 39px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	padding-top: 12px;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	padding-top: 12px;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}
#crumb-list A {



}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	}
	
	

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */



/* リスト全体 */
#main-contents #topic-headline-section{
	width: 653px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding: 0px;
}
#main-contents #topic-headline-section DL {
	height: 240px;
	overflow: auto;
	overflow-x:hidden;
	margin: 0px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	color: #515252;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: normal;
	margin-right: 23px;
	margin-left: -87px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 108px;
	color: #515252;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	}
