@charset "utf-8";

/* =========================== */
/*                             */
/* 通常ページ                         */
/* ２カラム、サブメニュー・サイドコンテンツ   */
/*                             */
/* =========================== */


/* =========================== */
/* サイド                   */
/* =========================== */
#side {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px;
}
/* =========================== */
/* サブメニュー                   */
/* =========================== */
#sub-menu {
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
	}
#sub-menu DIV.menu-item {
	width: 230px;
	border-bottom: 1px dashed #a7a7a7;
}

#sub-menu  A.text:link,
#sub-menu  A.text:visited {
	color: #228710;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 9px;
	padding-left: 8px;
	padding-bottom: 7px;
	font-size: 90%;
	border: 1px solid #ffffff;

	}
#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-color: #61a149;
	color: #ffffff;

	}
#sub-menu A.text:active,
#sub-menu A.text:hover {
	background-color: #61a149;
	color: #ffffff;


	}

/* =========================== */
/* サイドコンテンツ            */
/* =========================== */
#side-contents {
	width:230px;
	padding: 0px;
	margin: 0px;
	}
/* =========================== */
/* コンテンツ右内包ボック      */
/* =========================== */
#cont-right {
	float: right;
}
#main-comp{
	width: 670px;
	margin: 0px;
	padding: 0px;
	
}
.layout4 #main-comp{
	width: 930px;
}

/* =========================== */
/* パンくずリスト                  */
/* =========================== */	
#crumb-list {
	width: 100%;
	margin: 0px;
	padding: 7px 0px 12px 0px;
	color: #4c4b4b;
}
#crumb-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#crumb-list DIV.crumb-item {
	float:left;
	padding-top: 0px;
	}
#crumb-list DIV.crumb-sepalator {
	float:left;
	padding-top: 0px;
	}
#crumb-list DIV.crumb-sepalator SPAN {
	margin: auto 4px auto 4px;
	}
#crumb-list DIV.crumb-item a{
	text-decoration: underline;

}
	
/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 100%;
	padding-bottom: 15px;
	clear: both;
	}

/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 670px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #777777;
	padding-top: 15px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	margin-right: 25px;
	color: #777777;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	font-weight: normal;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	color: #696969;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;

	}

/*	お知らせ記事
------------------------*/
/* 新着情報部分 */
#main-contents .topic-headline-section.content-primary,
#main-contents #blog-headline-section.content-primary {
  border: solid 1px #ccc;
  margin-bottom: 15px;
  background-color: #fff;
  list-style: none; }
  #main-contents .topic-headline-section.content-primary .thp_headline-ul,
  #main-contents #blog-headline-section.content-primary .thp_headline-ul {
    margin: 0;
    padding: 0;
    height: auto;
    list-style: none; }
  #main-contents .topic-headline-section.content-primary h3.topic-title_dt,
  #main-contents #blog-headline-section.content-primary h3.topic-title_dt {
    background: transparent;
    color: #333;
    font-size: 16px;
    border-radius: 0;
    padding: 10px 0 10px 15px;
    margin: 0;
    text-shadow: none;
    box-shadow: none;
    border: none;
text-align:left;
    height: auto;
    outline: none; }
    #main-contents .topic-headline-section.content-primary h3.topic-title_dt:before, #main-contents .topic-headline-section.content-primary h3.topic-title_dt:after,
    #main-contents #blog-headline-section.content-primary h3.topic-title_dt:before,
    #main-contents #blog-headline-section.content-primary h3.topic-title_dt:after {
      display: none; }
    #main-contents .topic-headline-section.content-primary h3.topic-title_dt .date,
    #main-contents #blog-headline-section.content-primary h3.topic-title_dt .date {
      font-size: 80%; }
  #main-contents .topic-headline-section.content-primary .thp_topic-link,
  #main-contents #blog-headline-section.content-primary .thp_topic-link {
    border: 0;
    white-space: initial;
    display: block; }
    #main-contents .topic-headline-section.content-primary .thp_topic-link:hover,
    #main-contents #blog-headline-section.content-primary .thp_topic-link:hover {
      background: #eee;
      background: url(../img/topic-arrow.png) no-repeat right center #eee; }
  #main-contents .topic-headline-section.content-primary .topic-text_dd, #main-contents .topic-headline-section.content-primary .blog-intro,
  #main-contents #blog-headline-section.content-primary .topic-text_dd,
  #main-contents #blog-headline-section.content-primary .blog-intro {
    font-weight: normal;
    font-size: 12px;
    color: #333;
    padding: 0 10px 15px 15px; }
  #main-contents .topic-headline-section.content-primary li,
  #main-contents #blog-headline-section.content-primary li {
    border-bottom: solid 1px #ccc; }
    #main-contents .topic-headline-section.content-primary li:last-child,
    #main-contents #blog-headline-section.content-primary li:last-child {
      border-bottom: none; }


