@charset "UTF-8";

html {
	background-image:url(../img/bgline.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
	line-height: 1.3em;
	font-size: 0.8em;
	font-family:Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

#contents {
	margin-left: auto;
	margin-right: auto;
	width: 751px;
	height: auto;

}

#main {
	margin: 0;
	width: 751px;
	height: 572px;
	background-image:url(../img/bgimg.jpg);
}

#menu {
	margin: 90px 0 0 470px;
	position: absolute;
}

#menu ul {
	margin-top: 40px;
	position: absolute;
}

#menu ul li {
	line-height: normal;
	list-style: none;
	margin-bottom: 24px;
}

#info {
	margin: 390px 0 0 470px;
	width: 250px;
	position: absolute;
}

#info h1 {
	line-height: 1.3em;
	font-size: 0.8em;
	margin-bottom: 10px;
}

#info p {
	margin: 0;
}
	
#footer {
	margin: 0;
	padding: 1em 0;
	text-align: center;
	font-size: 0.9em;
}




