@charset "utf-8";
/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color:#FFF;
	color:#222;
	font-size:12px;
}
h1{
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
.text{line-height:150%; letter-spacing:1px;
}
a:link{
	color:#222;
}
a:visited{
	color:#000;
}
a:hover{
	color:#CCC;
}
a:active{
	color:#ff8a00;
}
#navi_top{
	width:900px;
	height:300px;
}
#navi_main{
	float:left;
	width:500px;
	height:300px;
	margin:0px 0px 0px 0px;
}
#navi_right{
	float:right;
	width:320px;
	height:300px;
	margin:0px 0px 0px 0px;
}