@charset "utf-8";
/* CSS Document */


/*------------------------------
news & topics  elements
------------------------------*/

#contl dl{
  margin-left:20px;
  margin-bottom:20px;

}
#contl dt{
  padding-left:20px;
  background-image:url(../images/icon.gif);
  background-repeat:no-repeat;
  background-position:center left;
  float:left;

}
#contl dd{
  margin-left:7.5em;
  margin-bottom:15px;
  line-height:1.4;
}

/*------------------------------
banner  elements
------------------------------*/
#contl div{
  margin-bottom:8px;
  text-align:center;
}

/*------------------------------
main images  elements
------------------------------*/
#imageContainer {
	position:relative;
	margin:0;
	width:850px; /*画像の横幅*/
	height:500px;
	/*border:1px solid #000; 画像のまわりのボーダー*/
}
	
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}
/*------------------------------
h  elements
------------------------------*/
h3{
  margin-bottom:10px;
}
h4{
	font-weight:bold;
}
