@charset "Shift_JIS";

*{
	margin:0;
	padding:0;
}

body{
	background:#EBDE9B;
	font-size: 1em;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3",Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

#poster{
	margin:30px auto 0 auto;
}

div#poster h1 a{
	display:block;
	width:555px;
	height:420px;
	margin:0 auto;
	background:url(../image/index-poster.jpg) no-repeat top;
	text-indent:-1000em;
	overflow:hidden;
}

div#poster h1 a:hover{
	background:url(../image/index-poster.jpg) no-repeat bottom;
}

#footer{
	width:555px;
	height:auto;
	margin:10px auto;
	text-align:center;
}

address{
	font-size:0.8em;
	font-style:normal;
	color:#000000;
}

div#footer a:link,div#footer a:visited{
	color:#663300;
	text-decoration:none;
}

div#footer a:hover{
	color:#666666;
	text-decoration:none;
}
