@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

	


/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:925px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
	clear: both;
	margin-top: 9px;
	background-color: #FFF;
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 20px;

	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding: 0px;
	}
#sub-menu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sub-menu DIV.menu-item {
	width: 230px;
	height: 38px;
	margin: 0px;
	padding: 0px;

}
#sub-menu DIV.menu-sepalator {
	height:1px;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	text-decoration: none;
	background-image: url(../img/sub-menu-guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffffff;
	height: 26px;
	width: 205px;
	display: block;
	padding-top: 12px;
	padding-left: 25px;
	font-size: 12px;
	background-color: #3f3e79;
	}

#sub-menu A SPAN {
	}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	background-image: url(../img/sub-menu-guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	display: block;
	height: 26px;
	width: 205px;
	padding-top: 12px;
	padding-left: 25px;
	background-color: #24236c;
	}
	
	
#sub-menu A.text:active,
#sub-menu A.text:hover {
	background-image: url(../img/sub-menu-guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	height: 26px;
	width: 205px;
	padding-top: 12px;
	padding-left: 25px;
	display: block;
	background-color: #24236c;
	}
	


/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	float: right;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	font-size: 12px;
	width: 910px;
	height: 35px;
	color: #676767;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	color: #676767;
	padding-top: 8px;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	color: #2e2e2e;
	padding-top: 8px;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin-right: 4px;
	margin-left: 4px;
	}
#crumb-list A {
	color: #3432af;

}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	float: right;
	}
	
/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 100%;
	margin: 0px;
	display: block;
	padding: 0px;
}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	padding: 0px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	padding-top: 15px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	float: left;
	margin-right: 22px;
	font-weight: bold;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #303030;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin: 0px;
	}
