@charset "UTF-8";
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333333;
	font-size: 100%;
	background-color: #FFFFFF;
}
#container  {
	width: 933px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #CCCCCC;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#mainContent  {
	margin: 0px;
	padding: 0;
}
#topMenu {
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	float: left;
}
#topMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topMenu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding-bottom: 3px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 0px;
	width: 200px;
	text-align: right;
}
#topImage   {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#image1 {
	visibility: hidden;
}
#wrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
	height: 400px;
}
#whatsnewWrapper {
	height: 280px;
	width: 600px;
	float: right;
	background-image: url(../img/whats_new_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#whatsNew   {
	text-align: left;
	overflow: auto;
	padding: 0px;
	width: 600px;
	height: 280px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.1em;
	color: #333333;
	line-height: 1.2em;
	float: right;
}
#whatsNew img {
	margin-right: 20px;
	vertical-align: text-top;
	float: left;
	margin-bottom: 20px;
}
#whatsNew ul {
	list-style-type: none;
}
#whatsNew  li  {
	font-size: 0.75em;
	line-height: 1.6em;
	color: #333333;
	clear: both;
}
#copyright   {
	width: 780px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF;
	text-align: center; /* この設定は body エレメントの text-align: center より優先されます。 */
	font-size: 0.65em;
	color: #666666;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	clear: both;
	font-weight: normal;
}
#whatsNew2 {
	text-align: left;
	height: 20px;
	width: 600px;
	float: right;
	font-size: 0.9em;
	line-height: 0.8em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	color: #661F23;
}
.date_txt {
	font-weight: bold;
	font-size: 1.1em;
}
#whatsNew strong {
	font-weight: normal;
}
img, div {
	behavior: url(iepngfix.htc)
}
a img {
  border: none;
}
a,
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
#h1 {
	margin-left: auto;
	margin-right: auto;
	width: 933px;
	margin-top: 30px;
	text-align: left;
	padding: 0px;
}
h1 {
	font-size: 0.7em;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

