@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニューなし   */
/*                             */
/* =========================== */

	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */


#cont {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	color: #333333;
	overflow: hidden;
	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	float: right;
	width: 670px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	font-size: 12px;
	width: 665px;
	height: 27px;
	color: #000000;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}
#crumb-list A {
	color: #000000;
}

	
	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	}
#main-bottom {
	background-image: url(../img/main-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	width: 978px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 36px;
	margin-left: auto;
}


/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#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: 15px;
	}
/* 公開日 */
#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;
	}
