@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */







#cont {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 5px;
	color: #333333;
	height: 100%;
	padding-top: 5px;
	overflow: hidden;
	clear: both;
	float: none;
	display: block;
	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#side #sub-title{
	background-image: url(../img/sub-title_bg.jpg);
	width: 226px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	font-size: 130%;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-top: 1px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	letter-spacing: 0.5em;
}
#side #sub-title A{
	display: none;
}
#sub-menu {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	width: 228px;
	border: 1px solid #d3d3d3;
	background-color: #FFF;
	}
#sub-menu DIV.menu-item {
	vertical-align: middle;
	height: 36px;
	width: 228px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d3d3d3;
	margin-right: auto;
	margin-left: auto;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	color: #666;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	height: 26px;
	width: 198px;
	background-image: url(../img/sub-nav.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 10px;
	padding-left: 30px;
	}
#sub-menu A SPAN {
	}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {

	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	color: #77acee;
	background-color: #f6f8f8;
	text-decoration: underline;
	}

/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	margin: 0px;
	padding: 0px;
	}
#side-contents a{
	text-decoration: none;
}
/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	float: right;
	width: 670px;
	background-color: #FFF;
	padding: 10px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	font-size: 12px;
	width: 665px;
	color: #666;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	height: 25px;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	padding-top: 2px;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin-right: 5px;
	margin-left: 5px;
	}
#crumb-list A {
	color: #666;
	text-decoration: none;
}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	}


/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 670px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
}
#main-contents  #topic-headline-section DL {
	width: 640px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #333333;
	font-size: 12px;
	padding-top: 5px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #333333;
	font-size: 12px;
	padding-right: 23px;
	float: left;
	background-image: url(../img/topics-guide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 10px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 0px;
	padding-bottom: 5px;
	color: #333;
	padding-right: 0px;
	font-size: 12px;
	padding-left: 100px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	}
	
	
	
	
	
