@charset "utf-8";

/* =========================== */
/*                             */
/* トップページのレイアウト用ＣＳＳ   */
/*                             */
/* =========================== */
/*20140414追記*/
.toppage .side-cont,
.toppage .main-cont{
	vertical-align: top;
}

/* =========================== */
/* 共通                             */
/* =========================== */


/* イメージリンクにボーダーを適応しない */
A IMG {
	border: none;
	}

P {
	margin: 0px 0px 5px;
	padding: 0px;
}
	
BODY {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	width: 100%;
	}

DIV#top {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffc600;
	}
	
/* =========================== */
/* コンテンツ内容全体ボックス  */
/* =========================== */


#cont {
	width:930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

	}
#cont:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}



/* =========================== */
/* メインコンテンツ領域        */
/* =========================== */
#main-contents {
	width: 930px;
	padding-bottom: 15px;
	}


/* =========================== */
/* お知らせ一覧パーツ（トップニュース上）  */
/* =========================== */
/* リスト全体 */
#main-contents #topic-headline-section{
	width: 630px;
	overflow: auto;
	overflow-x:hidden;
	
	scrollbar-base-color:#ffffff;
	scrollbar-face-color:#c3d3fd;
	scrollbar-arrow-color:#4d6185;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#9fb5d2;
	scrollbar-highlight-color:#b5c8f7;
	scrollbar-3dlight-color:#fcfcfc;
	scrollbar-track-color:#f7f7f3;
	
	padding-bottom: 5px;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 15px;
	height: 220px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-contents  #topic-headline-section DL {
	width: 630px;
	margin: 0px;
	padding: 0px;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DT{
	margin: 0px;
	color: #454545;
	padding-top: 10px;
	}
/* 公開日 */
#main-contents  #topic-headline-section DT .date {
	color: #454545;
	padding-right: 15px;
	padding-left: 31px;
	background-image: url(../img/topic-guide.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 13px;
	}
/* 記事タイトル（リンク先があるとき） */
#main-contents  #topic-headline-section DT A {
	color: #0292dc;
	}
/* 記事タイトル（リンク先がないとき） */
#main-contents  #topic-headline-section DD{
	padding-top: 0px;
	padding-bottom: 5px;
	color: #454545;
	padding-right: 0px;
	padding-left: 133px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9e9179;
	margin: 0px;

	}
	
	
