@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width: 930px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	margin-top: 0px;
	clear: both;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 230px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding: 0px;
	}

#sub-menu DIV.menu-item {
	width: 230px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
	

#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	text-decoration: none;
	display: block;
	margin: 0px;
	color: #535353;
	font-weight: normal;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 29px;
	background-image: url(../img/sub-menu-guide.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #f3f1f1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#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-r.png);
	background-color: #ffecf2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
	
#sub-menu A.text:active,
#sub-menu A.text:hover {
	background-image: url(../img/sub-menu-guide-r.png);
	background-color: #ffecf2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}



/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	width: 670px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	clear: both;
	}
	
	

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */



/* リスト全体 */
#main-contents #topic-headline-section{
	width: 653px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 7px;
	padding: 0px;
}
#main-contents #topic-headline-section DL {
	height: 240px;
	overflow: auto;
	overflow-x:hidden;
	margin: 0px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DT{
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
/* 公開日 */
#main-contents #topic-headline-section DT .date {
	color: #515252;
	font-size: 12px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: normal;
	margin-right: 23px;
	margin-left: -87px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents #topic-headline-section DT A {

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents #topic-headline-section DD{
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 108px;
	color: #515252;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	}
