@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;
}
/*container box*/
div#content {
	position: absolute;
	width: 850px;
	height: 700px;
	left: 50%;
	top: 50%;
	margin-left: -425px;
	margin-top: -355px;
}
/*相片的配置*/
div#photo {
	position: absolute;
	left: 0px;
	top: 0px;
}
div#photo img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 148px;
	height: 151px;
}
div#photo img#p1 {
	left: 150px;
}
div#photo img#p2 {
	left: 450px;
	top: 50px;
}
div#photo img#p3 {
	left: 250px;
	top: 100px;
}
div#photo img#p4 {
	left: 600px;
	top: 200px;
}
div#photo img#p5 {
	top: 250px;
}
div#photo img#p6 {
	left: 700px;
	top: 300px;
}
div#photo img#p7 {
	left: 150px;
	top: 450px;
}
div#photo img#p8 {
	left: 0px;
	top: 550px;
}
div#photo img#p9 {
	left: 450px;
	top: 450px;
}
div#photo img#p10 {
	left: 750px;
}
/*標題*/
h1 {
	position: absolute;
	left: 161px;
	top: 252px;
	width: 446px;
}
/*導覽列*/
ul#navigation {
	list-style: none;
	position: absolute;
	left: 450px;
	top: 250px;
}
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.gif);
}
ul#navigation li#menu02 a {
	background-image: url(images/menu02_on.gif);
}
ul#navigation li#menu03 a {
	background-image: url(images/menu03_on.gif);
}
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.gif);
}
/*Event Report Banner*/
p#report {
	position: absolute;
	right: 296px;
	top: 360px;
}
/*滑鼠滑過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: 0px;
	bottom: 0px;
}
