@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #666666;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(top%20image/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FFCC00;
	text-decoration: underline;
}
a:hover {
	color: #804000;
}
