@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 0px;
	color: #333333;
	height: 100%;
	overflow: hidden;
	}
#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;
	text-decoration: none;
}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 17px;
	margin-left: auto;
	width: 222px;
	clear: both;
	}
#sub-menu DIV.menu-item {
	vertical-align: middle;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	}
#sub-menu DIV.menu-sepalator {
	overflow:hidden;
	width: 222px;
	height: 1px;
	border-top-color: #a7a7a7;
	border-top-width: 1px;
	border-top-style: dashed;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 12px;
	color: #3a3b3a;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	width: 193px;
	background-image: url(../img/sub-menu-guide.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 27px;
	padding-top: 9px;
	padding-bottom: 8px;
	}
#sub-menu A SPAN {
	}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	color: #FFF;
	background-image: url(../img/sub-menu-guide-r.png);
	background-color: #e5a1ca;

	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	color: #FFF;
	background-image: url(../img/sub-menu-guide-r.png);
	background-color: #e5a1ca;

	}

#sub-menu-bottom{
	height: 6px;
	width: 222px;
	background-color: #EFEFEF;
}

/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
#side-contents  A.text:link,
#side-contents  A.text:visited {
	text-decoration: none;
	}
#side-contents A{
	text-decoration: none;
}
/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	float: right;
	width: 670px;
	padding-top: 17px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	font-size: 12px;
	color: #444444;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 3px;
	}
#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 {

}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	}


/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#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: #777777;
	font-size: 12px;
	padding-top: 15px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #777777;
	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: #777777;
	padding-right: 0px;
	font-size: 12px;
	padding-left: 100px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	}
