@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */


	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:910px;
	clear: both;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}


/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#sub-menu DIV.menu-item {
	height: 50px;
	width: 230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#sub-menu DIV.menu-sepalator {
	height:1px;
	overflow:hidden;
	width: 230px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 12px;
	color: #007630;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 33px;
	width: 213px;
	background-image: url(../img/sub-menu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 17px;
	padding-left: 17px;
	}
#sub-menu A SPAN {
	}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	height: 33px;
	width: 213px;
	text-decoration: none;
	padding-top: 17px;
	padding-left: 17px;
	color: #b69513;
	background-image: url(../img/sub-menu-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	height: 33px;
	width: 213px;
	padding-top: 17px;
	text-decoration: none;
	padding-left: 17px;
	color: #b69513;
	background-image: url(../img/sub-menu-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	width: 670px;
	float: right;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	width: 660px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 20px;
	font-size: 10px;
	color: #5e540f;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	display: block;
	float: left;
	}
#crumb-list DIV.crumb-sepalator {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	font-size: 10px;
	font-weight: normal;
	}
#crumb-list DIV.crumb-item a{
	color: #d5c86a;
	text-decoration: none;
	font-weight: bold;

}
	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	clear: both;
	}

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 670px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	padding: 0px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	font-size: 12px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	font-weight: normal;
	margin-left: 0px;
	font-size: 12px;
	margin-right: 24px;
	color: #aaaaaa;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {


	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b7a184;

	}
