@charset "UTF-8";

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #000
	font-size: 8px;
	background-attachment: fixed;
	background-position: left top;
}
body {
	background-attachment: fixed;
	background-position: left top;
}

h1 {
	background-color:#FFF;
	color:#000;
	font-size:10px;
	padding: 5px;
}

li {
	background-color:#FFF;
	color: #333;
	list-style-type: none;
	padding: 2px;
}

a:link {
	color: #333;
	padding: 0px;
	text-decoration: none;
}

a:visited {
	color:#333;
	padding: 0px;
	text-decoration: none;
}

a:hover {
	background-color: #FC3;
	padding: 0px;
	text-decoration: none;
}
a:active {
	color: #00C;
	padding: 0px;
	text-decoration: none;
}

.footer {
	font-size: 9px;
}

#menu {
	position:fixed;
	z-index:2;
	font-size: 10px;
	margin-top: 110px;
	margin-right: 50px;
	right: 0;
}

#header {
	position: fixed;
	border: none;
	margin-left: -8px;
	margin-top: 125px;
}

#scroller {
    position: absolute;
    margin-left:220px;
    margin-top:125px;
    z-index: -1;
    overflow: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
}

#scroller_2 {
    position: absolute;
    margin-left:220px;
    margin-top:28px;
    z-index: -1;
    overflow: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
}

#scroller_3 {
    position: fixed;
    margin-left:220px;
    margin-top:-10px;
    z-index: -1;
}

#scroller_4 {
    position: absolute;
    margin-left:212px;
    margin-top:62px;
    z-index: -1;
    overflow: scroll;
	overflow-x: hidden;
	overflow-y: hidden;
}

#description {
	font-size: 10px;
	background-color:#FFF;
	position: fixed;
    margin-left:220px;
    margin-top: 15px;
	color: #666;
	padding: 2px;
	z-index: 2;
	width: 200px;
	line-height: 13px;
}

#description_2 {
	font-size: 10px;
	background-color:#FFF;
	position: fixed;
    margin-left:445px;
    margin-top: 15px;
	color: #666;
	padding: 2px;
	z-index: 2;
	width: 200px;
	line-height: 13px;
}

#home_image {
	position: fixed;
    margin-left:280px;
    margin-top:-430px;
}

#video {
	position: fixed;
    margin-left:220px;
    margin-top:125px;
}

#color {
	position: fixed;
    margin-left:-50px;
    margin-top: 147px;
	z-index: 1;
}

#home {
	position: fixed;
	margin-left: 220px;
	margin-top: 125px;
}

.menu_active {
	background-color: #FC3;
	padding: 0px;
    text-decoration: none;
}

#external_link {
	position: fixed;
	margin-left: 220px;
	margin-top: 112px;
	font-size: 12px;
	text-decoration:underline;
	background-color:#FFF;
}

#external_link_2 {
	position: fixed;
	margin-left: 220px;
	margin-top: 122px;
	font-size: 12px;
	text-decoration:underline;
	background-color:#FFF;
}

#still_image {
    position: fixed;
    margin-left:210px;
    margin-top:170px;
    z-index: -1;
}


