#header {
	margin: 0px;
	height: 25px;
	width: 100%;
	background-image: url(../images/header/header_back.gif);
	background-repeat: repeat-x;
}
#header td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size: 12px;
	color: #000000;
}
#header a:link {
	color: #0033CC;
	text-decoration: none;
}
#header a:visited {
	color: #0033CC;
	text-decoration: none;
}

#header a:hover {
	color: #0033CC;
	text-decoration: underline;
}
#header a:active {
	color: #0033CC;
	text-decoration: none;
}

