@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */

	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:930px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #333333;
	clear: both;
	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	padding: 0px;
	margin: 0px;
}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dadada;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#sub-menu DIV.menu-item {
	width: 229px;
	margin-left: 1px;
	}
#sub-menu DIV.menu-sepalator {
	height:2px;
	overflow:hidden;
	width: 230px;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	background-image: url(../img/sub-menu-guide.png);
	width: 206px;
	background-repeat: no-repeat;
	background-position: left center;
	color: #ec1f5f;
	padding-top: 12px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	padding-left: 23px;
	}
#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: #ec1f5f;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: #f9e7ed;
	width: 206px;
	padding-left: 23px;

	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	width: 206px;
	color: #ec1f5f;
	display: block;
	padding-top: 12px;
	padding-bottom: 10px;
	background-color: #f9e7ed;
	padding-left: 23px;
	}



/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	margin: 0px;
	padding: 0px;
	}
/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	float: right;
	width: 670px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	font-size: 11px;
	width: 930px;
	height: 30px;
	color: #6c6c6c;
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	padding-right: 5px;
	padding-left: 5px;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	padding: 0px;
	margin: 0px;
	}
#crumb-list DIV.crumb-sepalator SPAN {

	}
#crumb-list A {
	color: #ec1f5f;

}

	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 670px;
	padding-bottom: 15px;
	}


/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */

/* リスト全体 */
#main-contents #topic-headline-section{
	width: 670px;
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
	padding-left: 0px;
}
#main-contents  #topic-headline-section DL {
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #777777;
	font-size: 12px;
	padding-top: 12px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #777777;
	font-size: 12px;
	float: left;
	margin-right: 15px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #f3477d;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 5px;
	padding-bottom: 8px;
	color: #777777;
	padding-right: 0px;
	font-size: 12px;
	padding-left: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	}
