@charset "utf-8";
/* CSS Document */
#main_logo {
	position:absolute;
	left:15px;
	top:0px;
	width:252px;
	height:102px;
	z-index:1;
}
#main_img {
	position:absolute;
	top:0px;
	width:705px;
	height:342px;
	z-index:2;
	right: 15px;
}
#navi {
	position:absolute;
	left:15px;
	top:122px;
	width:252px;
	height:220px;
	z-index:3;
}
#fotter {
	position:absolute;
	left:0px;
	width:1000px;
	height:25px;
	z-index:24;
	background: url(../img/common/footer.png) no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding-top: 15px;
	font-size: 12px;
	bottom: 0px;
}
a:link {
	color: #CC0066;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #CC0066;
}
a:hover {
	color: #66CB33;
	text-decoration: underline;
}
.font9 {
	font-size: 9px
}
a.white:link { color: white; }
a.white:visited { color: white; }
