@charset "utf-8";

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: small;
	line-height: 1.3;
}

img {
	text-decoration: none;
	border-width: 0px;
}

.headercopy {
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: x-small;
	color: white;
	background-color: #669999;
	text-align: center;
}

.headerlogo {
	background-color: #b9b6dd;
	background-repeat: repeat-x;
	background-image: url('../img/titleb.gif');
}

.nav_off {
	background-color: #eeeeee;
	height: 24px;
	width: 108px;
}

.nav_off a {
	background-image: url(../img/nav_bg_off.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	height: 24px;
	text-align: center;
	font-size: 12px;
	width: 108px;
	display: block;
	color: #333333;
	text-decoration: none;
}

.nav_off a:hover {
	text-decoration: underline;
	padding-top: 3px;
	background-repeat: repeat-x;
	height: 24px;
	width: 108px;
	background-image: url(../img/nav_bg_hover.gif);
	color: #660000;
}

.nav_on {
	background-color: #99ccff;
	height: 24px;
	width: 108px;
}

.nav_on a {
	background-image: url(../img/nav_bg_on.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
	height: 24px;
	width: 108px;
	color: black;
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}

.nav_blank {
	font-size: 12px;
	background-repeat: repeat-x;
	height: 24px;
	background-image: url(../img/nav_bg_off.gif);
	background-color: #eeeeee;
}

.note {
	font-size: x-small;
}
.footer {
	font-size: x-small;
}

.footercopy {
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: x-small;
	color: white;
	background-color: #669999;
	text-align: center;
}

.loginicon {
	margin-right: 3px;
	margin-left: 3px;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-right: 4px;
	padding-left: 4px;
	color: white;
	background-color: #cc3333;
}

.xsmall {
	font-size: x-small;
}

