/* CSS Document */

h1 {
	font-size: 36pt;
	color: #FFFF00;

}
h2 {
	font-size: 14pt;
	font-weight: bold;
}

body {
	margin : 0px 0px 0px 0px;
	font-family: "MS PGothic", "MS Gothic";
	font-size: 14px;
}
#top {
	position: absolute;
	height: 150px;
	width: 100%;
	top:0px;
	color:#FFFFFF;
	background-image: url(img/symbol_2.jpg);
	left: 0px;
}
#left {
	position: absolute;
	height:100%;
	width:160px;
	left: 0px;
	top: 180px;
}
#right {
	position: absolute;
	width:150px; 
	left: 600px; 
	top: 180px; 
	background-color: #FFFFCC; 
	layer-background-color: #FFFFCC; 
	border: 1px none #000000;
}
#main {
	position: absolute;
	top: 180px;
	left: 170px;
	width: 420px;
}
#navi {position:absolute; width:100%; height:16px; background-color:#333399; left: 0px; top: 140px;
}
.nav-top {
	font-weight: bold;
	color: #FFFF00;
	font-size: 12px;
}
table {
}
a:visited {
	color: #FF9900;
}
a:link {
	color: #FF6600;
}
