@charset "shift_jis";

@import url("common.css");

#header {
	width: 764px;
	margin-right: 50px;
	margin-left: 11px;
	height:370px;
	background-image: url(img/index-header-background.gif);
}
#header h1 {
	width: 350px;
	height: 70px;
	margin: 0;
	padding: 30px 0 10px 15px;
	float: left;
	background-attachment: scroll;
	background-image: url(img/top_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu1{
	background-image: url(img/menu1-2.gif);
	height: 33px;
	width: 195px;
}

h2#whatsnew{
	background-attachment: scroll;
	background-image: url(img/whatsnew.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 35px;
	width: 510px;
	text-indent: -99999px;
	margin-bottom: 0;
	display: block;
}
#container dt {
  clear: left;
  float: left;
  width: 7em;
  padding: 8px 0.5em;
}

#container dd {
  margin-right: 20px;
  padding: 8px 0.5em 5px 8em;
  border-bottom: solid 1px #CCC;
}
