/*	CSS for Header Page	*/

@import "color.css";

body {
	background: #A4BFC5;
	color: #FFFFFF;
	font-family: "Lucida Grande", Osaka, "�l�r �S�V�b�N", sans-serif;
}

td {
	font-size: 9pt;
}

a {
	font-weight: bold;
}

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: underline; }

div.footer_frame {
	width: 100%;
	margin-left: 45px;
	margin-top: 10px;
	border-bottom: 1px solid #FFFFFF; 
}

div.to_top {
	margin-bottom: 20px;
	font-size: 8pt;
	font-weight: bold;
}

div.copyright {
	margin-left: 45px;
	font-size: 7pt;
}

.larger {
	font-size: 9pt;
}

.smaller {
	font-size: 7pt;
}

.narrower {
	letter-spacing: -0.1em;
}

.red {
	color: #993300;
}