@charset"UTF-8";
/*::::::::::::::::::::::::::::::::::::::::::::::::::::
/		FileName: header.css
/		Author: Junji Kuroki
/		Version: 1.0
/		Created: 2008.01.14
/		Lastmodified: 2008.01.20
/::::::::::::::::::::::::::::::::::::::::::::::::::::*/
#header ul {
	list-style-type: none;
}
#header li {
	float: left;
	margin: 10px 20px 0 15px;
	list-style-type: none;
	text-indent: -9999px;
}
#header li a {
	display: block;
	width: 135px;
	height: 25px;
}
