body {
	margin: 0px 0px;
	padding: 0px 0px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", "Osaka";
	line-height: normal;
	background-color: #ffffff;
	background-image:url(img/in_01.png);
	background-repeat: no-repeat;
	background-position: center 150px;
	background-size:contain;
	}

a {
	text-decoration:none;
	font-weight:bold;
}
a:link {	color:#ff6; }
a:visited {	color:#ff6; }
a:active {	color:#ffc; }
a:hover {	color:#aff; }


.title{
	position: absolute;
	top:10px;	
	right: 10%;
}

.content {
	color:#fff;
	margin-top:300px;
	font-size: 18pt;
}

.menu{
	text-align: center;
	margin:auto;
	line-height:1.8em;
}

.menu li{
	list-style: none;
}

.info {
	position:absolute;
	bottom: 20px;
	left: 20px;
	text-align: left;
	font-size: 12pt;
	line-height:1.3em;
	color: #9ac;

}