@charset "utf-8";
/* CSS Document */


body{
	background-color: #000000;
	color: #FFFFFF;
}

/*リンク*/
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}


#header h1{
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 18px;
	width: 111px;
	text-indent: -9999px;
	margin-left: 14px;

}

#header ul{
	float: right;
	margin-right: 14px;

}

#header ul li{
	float: left;
	text-indent: -9999px;
}

#header ul li a{
	display: block;
	background-repeat: no-repeat;
}

#header ul li.menu00{
	background-image: url(images/menu_bar.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 39px;

}

#header ul li.menu01 a{
	background-image: url(images/menu01.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 60px;

}

#header ul li.menu02 a{
	background-image: url(images/menu02.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 79px;
	margin-right: 20px;
}

#header ul li.menu03 a{
	background-image: url(images/menu03.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 45px;
	margin-right: 20px;

}

#header ul li.menu04 a{
	background-image: url(images/menu04.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 40px;
	margin-right: 20px;

}

#header ul li.menu05 a{
	background-image: url(images/menu05.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 41px;


}

#main{
	margin-top: 20px;
}

#main td{

}
