@charset "utf-8";
/* CSS Document */

body, h1, p, a, div{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	margin:auto;
}

#wrapper {
	width: 800px;
	margin:auto;
}

#logo a{
	background-image: url(../images/logo02.gif);
	text-indent: -9999px;
	display: block;
	width:295px;
	height:100px;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: center;
}

#navi {
	width: 700px;
	height: 20px;
	margin-bottom: 5px;
	margin-top: 3px;
}

#copy {
	background-image: url(../images/copy.jpg);
	height: 43px;
	width: 318px;
	float: right;
	margin-top:10px;
}

#img01 {
	float: right;
	width: 117px;
	height: 100px;
	background-image: url(../images/title_back.gif);
	background-repeat: no-repeat;
}

#img01 p {
	display: none;
}

#copy p {
	text-indent: -9999px;
	display: block;
}
