@charset"Shift_JIS";/*―――――――――――――――――――――――――――――	１８テキスト―――――――――――――――――――――――――――――*/p#notice {	font-size: 123.1%;	font-weight: bold;}/*―――――――――――――――――――――――――――――	タイトル画像―――――――――――――――――――――――――――――*/div#mainTitle {	margin: 0px auto;	padding-top: 10px;	width: 800px;}div#mainTitle h1 {	width: 800px;	height: 300px;	background: url("../img/title.jpg") no-repeat top left;	text-indent: -9999px;}/*―――――――――――――――――――――――――――――	サイト説明―――――――――――――――――――――――――――――*/p#topComment {	margin: 10px 0px;	padding: 0px;	text-align: center;	font-size: 77%;	color: #50761F;}/*―――――――――――――――――――――――――――――	Enterボタン―――――――――――――――――――――――――――――*/div#enter {	margin: 30px auto;	width: 260px;}#enter a {	display: block;	width: 260px;	height: 50px;	text-indent: -9999px;	background: url("../img/enter_off.gif") no-repeat top left;}#enter a:hover {	background: url("../img/enter_on.gif") no-repeat top left;}