/* ----------------------
	LAYOUT 2 CSS
	2column
	SubNav+SubContents
 ---------------------- */

#contents-wrap{
	margin: 0px;
	clear: both;
	float: none;
	height: auto;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #dddddd;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../img/main-img_bg2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#contents {
	width:930px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-bottom: 0px;
	color: #333333;
	height: 100%;
/*
	overflow: hidden;
*/
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	}
#contents: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: 15px;
	margin-left: 0px;
	}
#sub-menu DIV.menu-item {
	vertical-align: middle;
	height: 37px;
	width: 230px;
	margin-bottom: 1px;
	}
#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	font-size: 12px;
	color: #3a3a3a;
	text-decoration: none;
	text-align: left;
	display: block;
	margin: 0px;
	width: 205px;
	background-image: url(../img/local-nav_off.png);
	background-position: left top;
	padding-top: 12px;
	padding-left: 25px;
	height: 25px;
	}
#sub-menu A SPAN {
	}
#sub-menu A.active:link,
#sub-menu A.active:visited,
#sub-menu A.active:active,
#sub-menu A.active:hover {
	vertical-align: middle;
	height: 25px;
	width: 205px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 25px;
	text-decoration: underline;
	background-image: url(../img/local-nav_on.png);
	background-position: left top;
	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	vertical-align: middle;
	height: 25px;
	width: 205px;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 25px;
	text-decoration: underline;
	background-image: url(../img/local-nav_on.png);
	background-position: left top;
	}

/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	margin: 0px;
	padding: 0px;
	}
/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	float: right;
	width: 670px;
}
/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	font-size: 12px;
	width: 900px;
	color: #333333;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	height: 25px;
	}
#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;
	display: block;
	padding: 0px;
	margin: 0px;

}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#main-contents  #topic-headline-section DT{
	color: #777777;
	font-size: 12px;
	padding-top: 13px;
	margin: 0px;
	}
#main-contents  #topic-headline-section DT .date {
	color: #777777;
	font-size: 12px;
	float: left;
	background-image: url(../img/topics-guide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 12px;
	padding-right: 25px;
	}
#main-contents  #topic-headline-section DT A {

	}
#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;
	}
	
	
	
/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
#main-contents #topic-list-section{
	width: 670px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
	display: block;
}
#main-contents  #topic-list-section DL {
	width: 640px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
	}
#main-contents  #topic-list-section DT{
	margin: 0px;
	color: #333333;
	font-size: 16px;
	padding-top: 15px;
	}
#main-contents  #topic-list-section DT .date {
	color: #333333;
	font-size: 14px;
	padding-right: 10px;
	background-image: url(../img/topics-guide.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-right: 10px;
	padding-left: 20px;
	display: block;
	width: 600px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #096;
	margin-bottom: 10px;
	}
#main-contents  #topic-list-section DT A {
	font-size: 16px;
	}
#main-contents  #topic-list-section DD{
	padding-top: 0px;
	padding-bottom: 5px;
	color: #333;
	padding-right: 0px;
	font-size: 12px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 620px;
	display: block;
	}
