
body {
	font-family: Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 11pt;
	text-align: left;
	width: 800px;
	margin: 0;
	margin-left: 400;
	margin-right: auto;
	padding: 0;
	background: #000000 url(inst.png);
	background-repeat: repeat-x;
	color: #BBBBBB;
}

a:link {
	color: #999999;
	font-size: 100%;
//	text-decoration: none;
	
}

a:visited {
	color: #888888;
//	text-decoration: none;	
}

#title{
	position: absolute;
	left: 50px;
	top: 50px;
}




#eng{
	position: absolute;
	left: 60px;
	top: 140px;
	padding-right: 10px;
	margin-right: 10px;
	width: 200px;
	clear: both;
}

#jp{
	position: absolute;
	left: 280px;
	top: 140px;
	padding-right: 10px;
	margin-right: 10px;
	width: 210px;
	clear: both;
}


#movie{
	position: absolute;
	left: 60px;
	top: 445px;
	padding-right: 10px;
	margin-right: 10px;
	width: 320px;
	height: 260px;
	clear: both;
}


