@charset "utf-8";

/* CSS Document */

/********************************************************************************************/ 
/* トップページiframeの新着情報「/whatsnews/cfiles/what.html」用のCSSです                   */
/* 「/whatsnews/cfiles/what.html」以外には使っていないので、「/whatsnews/cfiles/what.html」 */
/* 削除とともに、このcssファイルも削除してください                                          */
/********************************************************************************************/ 


/* ---------- Body ---------- */
html {
	overflow-y: hidden;
	overflow-x: hidden;
	}

body {
  background-color:#FFFFFF;
  }


/* ------ Div ------ */
.top-info-box {
  border: none;
  padding: 0 0 0 5px;
  }
.cont-top-r {
  width: 700px;
  background-color: #FFFFFF;
  text-align: left;
  vertical-align: top;
  padding: 1px;
  }


/* ------ Link ------ */
a {
	color: #0000DB;
	padding: 0;
	margin: 0;
	}
a:hover {
	color: #FF6600;
	}

dl a {
	cursor: pointer;
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom-color: #DCDCDC;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-bottom: 4px;
	}

/* ------ List ------ */
.cont-top-r dl {
	width: 725px;
	display: block;
	padding: 0;
	margin: 0;
	/*overflow: auto;
	overflow-x: hidden;*/
	clear: both;
	}
.cont-top-r dt {
	float: left;
	width: 80px;
	height: 12px;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	background-color: #CFCDDE;
	border-color: #004080;
	border-style: solid;
	border-width: 1px;
	padding-left: 45px;
	padding-bottom: 2px;
	margin: 4px 0 0 0;
	clear: both ;
	}

.cont-top-r dt.ir {
	background-image: url(../image/parts/top/cont-top_new-ir.gif);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	}
.cont-top-r dt.news {
	background-image: url(../image/parts/top/cont-top_new-news.gif);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	}
.cont-top-r dt.topic {
	background-image: url(../image/parts/top/cont-top_new-topic.gif);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	}

.cont-top-r dd {
	float: left;
	width: 573px;
	background-image: url(../image/parts/arrow.gif);
	background-position: 4px 2px;
	background-repeat: no-repeat;
	text-align: left;
	line-height: 1.2em;
	padding-left: 16px;
	padding-bottom: 0px;
	margin: 4px 0 0 0;
	}