/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000000;
	color: #FFFFFF;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, sans-serif;
}

a:link{color:#ffffff;text-decoration:none}
a:visited{color:#ffffff;text-decoration:none}
a:active{color:#ffffff;text-decoration:none}
a:hover{color:#ff0000;text-decoration:none}

#box{
	width:720px;
	height:395px;
	margin:30px auto 0px auto;
	background-image:url(../img/index_bg.jpg);
	background-repeat: no-repeat;
	display:block;
}

#box h1{
	text-indent:-10000px;
}

#topinfo{
	width:200px;
	height:240px;
	margin:75px 85px 0px 435px;
	text-align:left;
	display:block;
}

#topinfo h2{
	font-size:12px;
	line-height:120%;
	letter-spacing:+1px;
}

#menu{
	width:720px;
	height:33px;
	margin:0px auto 0px auto;
	text-align:left;
}

#copy{
	font-size:80%;
	width:720px;
	margin:10px auto 10px auto;
}