@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "iryekan";
  url("fons/iryekanbld.ttf") format("truetype");
}
body, h1, ul {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(image/page_background.gif);
}
/*
start
*/
#startfooter {
	width:960;
	margin: auto;
	color: #aaa;
	font-family: "iryekan";
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	height:30px;
}
#infoimagelarg {
	width: 880px;
	border: #aaa solid 10px;
	border-radius: 20px;
	background-image:url(image/back2.png);
	margin: auto;
	color: #aaa;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}