@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 930px;
	padding-top: 0px;
	}
	
/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 220px;
	overflow: auto;
	overflow-x: hidden;
}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	color: #333333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 105px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #333333;
	display: block;
	margin-bottom: 4px;
	float: left;
	width: 85px;
	min-width: 0px;
	margin-left: -95px;
	padding-left: 10px;
	font-weight: normal;
	background-image: url(../img/topic-guide.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	text-decoration: underline;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 3px;
	padding-bottom: 10px;
	color: #333333;
	padding-right: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	left: 0px;
	}

/* 新着情報部分 変更*/
#main-contents .topic-headline-section.content-primary {
	padding-top: 15px;
	/**/ }
  #main-contents .topic-headline-section.content-primary .thp_headline-ul {
    margin: 0;
    padding: 0;
    height: 260px;
	overflow: auto;
	overflow-x: hidden;
    list-style: none; 
}
  #main-contents .topic-headline-section.content-primary h3.topic-title_dt {
    background: transparent;
    color: #333333;
    font-size: 110%;
    border-radius: 0;
    padding: 15px 0 15px 0px;
    margin: 0;
    height: auto;
	text-align:left;
    text-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
	  font-weight: normal;
}
    #main-contents .topic-headline-section.content-primary h3.topic-title_dt:before, #main-contents .topic-headline-section.content-primary h3.topic-title_dt:after {
      display: none; 
}
    #main-contents .topic-headline-section.content-primary h3.topic-title_dt .date {
		width: 110px;
		background-color: #000b95;
		display: block;
		float: left;
	  text-align: center;
		color: #ffffff;
		margin-top: -3px;
		padding-top: 3px;
		padding-bottom: 2px;
		margin-right: 10px;
}
  #main-contents .topic-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 {
      background: url(../img/topic-arrow.png) no-repeat right center rgba(238, 238, 238, 1); 
}
  #main-contents .topic-headline-section.content-primary .topic-text_dd {
    font-weight: normal;
    font-size: 14px;
    color: #333333;
	 padding: 0px 0px 15px 0px; 
}
  #main-contents .topic-headline-section.content-primary li {
    border-top: dotted 1px #bfbfbf; 
}
    #main-contents .topic-headline-section.content-primary li:last-child {
    border-bottom: dotted 1px #bfbfbf; 
}






#top-layout-table{

}
#top-layout-table #layout-left{
	width: 230px;
	vertical-align: top;
}
#top-layout-table #layout-left p{
	margin-bottom: 10px;
}
#top-layout-table #layout-sp{
	width: 30px;
}
#top-layout-table #layout-right{
	width: 670px;
	vertical-align: top;
}
#top-layout-table #layout-right p{
	margin-bottom: 0px;
}








