@charset "UTF-8";
/* CSS Document */

#banner
{
	margin-left:189px;
	margin-top:30px;
	width: 638px;
	height: 50px;
}


#banner h
{
font-family:"Courier New", Courier, monospace;
font-size:22px;
}



#container
{
	position: absolute;
	top: 58px;
	left: 196px;
	width: 38000px;
	height: 400px;
	border-color:#CCCCCC;
	border-style:none;
}


#container a
{
font-family:"Courier New", Courier, monospace;
font-size:15px;
text-decoration:none;
padding-right:20px;
color:#330066;
}


#navi
{
	position:absolute;
	padding:5px;
	top:58px;
	left: 60px;
	width: 80px;
	height: 638px;
	
}


#navi a
{
text-decoration:none;
color:#333333;
font-size:11px;
font-family:"Courier New", Courier, monospace;
}

#navi a:hover 
{
color:#CCFF00;
}




#navi li 
{
list-style:none;
text-decoration:none;
color:#990033;
font-size:12px;
font-family:"Courier New", Courier, monospace;
padding-bottom:10px;
}

#navi ul
{
margin-left:-30px;
padding-bottom:10px;
padding-top:-10px;
}


#text
{
font-family:"Courier New", Courier, monospace;
}

#text a:hover
{
color:#00CC99;
}





