@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */

.main-img_layout td{
padding:0;
}



/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */

#cont {
	width:930px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding-top: 16px;
	margin-top: 0px;

	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

	
/* =========================== */
/* メインコンテンツ領域             */
/* =========================== */
#main-contents {
	width:930px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	color: #333333;
	padding-top: 0px;
	margin-top: 0px;
	}




/* =========================== */
/* お知らせ一覧パーツ（トピックス）  */
/* =========================== */
/* リスト全体 */
#main-contents .main-topic-kiji1 #topic-headline-section{
	width: 440px;
	margin: 0px;
	display: block;
	height: 120px;
	background-color: #FFF;
	overflow:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#main-contents  .main-topic-kiji1 #topic-headline-section DL {
	margin: 0px;
	padding-top: 16px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 17px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  .main-topic-kiji1 #topic-headline-section DT{
	color: #303030;
	}
/* 公開日 */
#main-contents  .main-topic-kiji1 #topic-headline-section DT .date {
	float: left;
	margin-right: 11px;
	font-size: 11px;
	padding-top: 1px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  .main-topic-kiji1 #topic-headline-section DT A {
	color: #01a3d2;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  .main-topic-kiji1 #topic-headline-section DD{
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	color: #303030;
	}

/* =========================== */
/* お知らせ一覧パーツ（更新履歴）  */
/* =========================== */
/* リスト全体 */
#main-contents .main-topic-kiji2 #topic-headline-section{
	width: 440px;
	margin: 0px;
	display: block;
	height: 120px;
	background-color: #FFF;
	overflow:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#main-contents  .main-topic-kiji2 #topic-headline-section DL {
	margin: 0px;
	padding-top: 16px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 17px;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  .main-topic-kiji2 #topic-headline-section DT{
	color: #303030;
	}
/* 公開日 */
#main-contents  .main-topic-kiji2 #topic-headline-section DT .date {
	float: left;
	margin-right: 11px;
	font-size: 11px;
	padding-top: 1px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  .main-topic-kiji2 #topic-headline-section DT A {
	color: #014c98;

	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  .main-topic-kiji2 #topic-headline-section DD{
	padding-top: 5px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #b2b2b2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	color: #303030;
	}


TABLE.main-topic-table{

}

TD.main-topic-title1{
	background-color: #009bce;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009bce;
	border-bottom-color: #66c3e2;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 19px;
}
TD.main-topic-title2{
	background-color: #26619d;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7da0c4;
	border-bottom-color: #7da0c4;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 19px;
}
TD.main-topic-kiji1{
}
TD.main-topic-kiji2{
}

#right-banner p{
	margin-bottom: 3px;
}
#main-shinryou-bg{
	height: 45px;
	width: 660px;
	background-image: url(../img/main-shinryou-title-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	font-size: 18px;
	color: #014285;
	font-weight: bold;
	padding-top: 22px;
	padding-right: 25px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}