@charset "UTF-8";
body {
	background: #000000;
	margin: 0px;
	padding: 0px;
}
h1, ul, li, p, div, img, a {
	margin: 0px;
	padding: 0px;
}
a {
	outline: 0px;
	border: none;
}
a img {
	border: none;
}
/*コンテナボックス*/
div#content {
	position: absolute;
	width: 1003px;
	height: 700px;
	left: 712px;
	top: 395px;
	margin-left: -425px;
	margin-top: -355px;
}
/*写真の配置*/
div#photo {
	position: absolute;
	left: 0px;
	top: 0px;
}
div#photo img {
	position: absolute;
	left: 399px;
	top: 0px;
}
div#photo img#p1 {
	left: 0px;
	top: 0px;
}
div#photo img#p2 {
	left: 800px;
	top: 0px;
}
div#photo img#p3 {
	left: 901px;
	top: 0px;
}
div#photo img#p4 {
	left: 599px;
	top: 0px;
}
div#photo img#p5 {
	left: 399px;
	top: 0px;
}
div#photo img#p6 {
	left: 500px;
	top: 0px;
}
div#photo img#p7 {
	left: 298px;
	top: 0px;
}
div#photo img#p8 {
	left: 699px;
	top: 0px;
}
div#photo img#p9 {
	left: 98px;
	top: 0px;
}
div#photo img#p10 {
	left: 198px;
    top: 0px;
}
div#photo img#p11 {
	left: 1px;
	top: 162px;
}
/*タイトル*/
h1 {
	position: absolute;
	left: -232px;
	top: 2px;
	width: 228px;
	height: 126px;
}
/*ナビゲーション*/
ul#navigation {
	list-style: none;
	position: absolute;
	left: -102px;
	top: 130px;
	width: 101px;
	height: 206px;
}
ul#navigation li {
	height: 25px;
}
/*ナビゲーションのマウスオーバー*/
ul#navigation li a {
	display: block;
	width: 74px;
	height: 14px;
	background: no-repeat left top;
	visibility: visible;
}
ul#navigation li a:hover {
	/*ie6対策*/
	border-color: #000;
}
ul#navigation li a:hover img {
	visibility: hidden;
}
ul#navigation li#menu01 a {
	background-image: url(images/menu01_on.png);
}
ul#navigation li#menu02 a {
	background-image: url(images/menu02_on.gif);
}
ul#navigation li#menu03 a {
	background-image: url(images/menu03_on.png);
}
ul#navigation li#menu04 a {
	background-image: url(images/menu04_on.gif);
}
ul#navigation li#menu05 a {
	background-image: url(images/menu05_on.gif);
}
ul#navigation li#menu06 a {
	background-image: url(images/menu06_on.gif);
}
ul#navigation li#menu07 a {
	background-image: url(images/menu07_on.png);
}
ul#navigation li#menu08 a {
	background-image: url(images/menu08_on.gif);
}
ul#navigation li#menu09 a {
	background-image: url(images/button01_on.png);
}
/*Event Reportバナー*/
p#report {
	position: absolute;
	right: 3px;
	top: 738px;
}
/*Event Reportロールオーバー*/
p#report a {
	display: block;
	width: 80px;
	height: 80px;
	background: url(images/report_on.gif) no-repeat left top;
	visibility: visible;
}
p#report a:hover {
	/*ie6対策*/
	border-color: #000;
}
p#report a:hover img {
	visibility: hidden;
}
/*クレジット*/
p#credit {
	position: absolute;
	right: 2px;
	bottom: -33px;
}
