@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */


/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
#sub-menu DIV.menu-item {
	height: 37px;
	width: 230px;
	margin-bottom: 3px;
	}
#sub-menu DIV.menu-sepalator {
	height:3px;
	overflow:hidden;
	width: 230px;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 14px;
	color: #262626;
	text-decoration: none;
	display: block;
	margin: 0px;
	height: 29px;
	width: 202px;
	background-image: url(../img/sub-menu-btn.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 8px;
	padding-left: 28px;
	}
#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: 29px;
	width: 202px;
	padding-top: 8px;
	padding-left: 28px;
	text-decoration: none;
	color: #FFF;
	background-image: url(../img/sub-menu-btn-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	height: 29px;
	width: 202px;
	padding-top: 8px;
	padding-left: 28px;
	text-decoration: none;
	color: #FFF;
	background-image: url(../img/sub-menu-btn-r.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	padding: 0px;
	margin: 0px;
	}
/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	float: right;
	width: 670px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	width: 670px;
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック";
	height: 32px;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	padding-top: 3px;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	padding-top: 3px;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}
#crumb-list DIV.crumb-item a{
	text-decoration: underline;

}
	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	clear: both;
	}

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 670px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #777777;
	padding-top: 15px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	margin-right: 25px;
	color: #777777;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	font-weight: normal;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	color: #696969;
	margin: 0px;
	background-image: url(../img/topic-kiji-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;

	}
