@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:930px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 0px;
	clear: both;
	background-color: #FFF;
	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	margin: 0px;
	clear: both;
	padding: 0px;
}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 230px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

#sub-menu DIV.menu-item {
	width: 230px;
	padding: 0px;
	margin: 0px;

	}

	#sub-menu DIV.menu-sepalator {
	width: 230px;
	height: 7px;
	margin: 0px;
	padding: 0px;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	text-decoration: none;
	display: block;
	margin: 0px;
	/*	font-size: 12px;*/
	color: #000000;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #ceecfb;
	font-size: 120%;
	}

#sub-menu A SPAN {
	}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	text-decoration: none;
	background-color: #7ecef4;



	}
	
	
#sub-menu A.text:active,
#sub-menu A.text:hover {
	text-decoration: none;
	background-color: #7ecef4;


	}



/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	width: 670px;
	float: right;
	margin: 0px;
	padding: 0px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	font-weight: normal;
	clear: both;
	margin: 0px;
	height: 48px;
	width: 930px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#crumb-list DIV.crumb-item {
	float:left;
	color: #464646;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	padding-right: 6px;
	padding-left: 6px;
	color: #464646;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}
#crumb-list A {
	color: #0089d0;








}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	clear: both;
	}
	
	

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */



/* リスト全体 */
#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;
	}
