@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */


/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}


/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 936px;
	padding-bottom: 15px;
	}
	
/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */


#top-topic-waku{
	border: 1px solid #dedede;
	width: 100%;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
}


#main-contents #top-topic-waku H5{
	font-size: 150%;
	color: #313131;
	background-image: url(../img/top-title-bg3.jpg);
	background-repeat: no-repeat;
	background-position: 11px center;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1263b3;
	margin: 0px;
}

/* リスト全体 */
#main-contents #topic-headline-section{
	padding-top: 20px;
	padding-right: 19px;
	padding-bottom: 10px;
	padding-left: 19px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
	overflow-x:hidden;
	height: 180px;
}
#main-contents  #topic-headline-section DL {
	margin: 0px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	padding-top: 10px;
	padding-left: 107px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	width: 94px;
	float: left;
	margin-right: 13px;
	margin-left: -107px;
	background-image: url(../img/topic-guide.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 12px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #004d99;
	font-weight: normal;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #a0a0a0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 107px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

	}

#top-layout{
}

#top-layout #top-layout-left{
	width: 230px;
	vertical-align: top;
}
#top-layout #top-layout-sp{
	width: 36px;
}
#top-layout #top-layout-right{
	width: 670px;
	vertical-align: top;
}


#top-text-waku{
	border: 1px solid #dedede;
	width: 100%;
	line-height: 1.5;

  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#main-contents #top-text-waku h5 {
	font-size: 140%;
	color: #464646;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/top-title-bg1.jpg),url(../img/top-title-bg2.jpg);
	background-repeat: no-repeat,repeat-x;
	background-position: 10px 6px,left bottom;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 35px;
}

#top-text-waku #top-text-waku-td{
	vertical-align: top;
	padding-right: 15px;
	padding-left: 8px;
	padding-top: 20px;
	padding-bottom: 15px;
}

#top-text-waku p{
	padding-left: 40px;
	font-size: 120%;
}

#top-text-layout{
	width: 100%;
}
#top-text-layout #top-text-layout-left {
	vertical-align: top;
	width: 377px;
}
#top-text-layout #top-text-layout-right {
	vertical-align: top;
	padding-top: 5px;
	text-align: right;
}

#top-text-layout #top-text-layout-right img{
	padding: 4px;
	border: 1px solid #dedede;
}
