.navi_left_bg {
	background-attachment: fixed;
	background-image: url(../images/navi_left_background.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.navi_right_bg {
	background-attachment: fixed;
	background-image: url(../images/navi_right_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

body {
	margin: 0px;
	font-size: 13px;
	color: #000000;
	background: #fff;
}
td{
	font-size: 13px;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
.alpha{filter:alpha(opacity=60);}
.white {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0085CA;
}
.nightblue {
	color: #0085CA;
	font-weight: bold;
	background-color: #AAE1FF;
}
.mailto {
	color: #0000FF;
	text-decoration: underline;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
.indexbg {
	background-image: url(../../../web/images/index_swf_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

