@charset "utf-8";
/*---------------------------------------------
CSS Document: top

---------------------------------------------*/
#top {
	width:900px;
	height:auto;
}
.main_pic {
	width:900px;
	height:490px;
	background-image:url(../img/main.jpg);
	color:#fff;	
}


#banner {
	width:400px;
	height:430px;
	float:right;
}
.banner_pic {
	width:400px;
	height:35px;
	background-image:url(../img/banner.jpg);
}
#banner_box {
	width:400px;
	height:auto;
}
#banner_box1 {
	width:180px;
	height:360px;
	float:left;
	margin:5px 0px 5px 0px;
}
#banner_box2 {
	width:180px;
	height:360px;
	float:right;
	margin:5px 0px 5px 0px;
}
.banner_b {
	width:180px;
	height:90px;
	margin:5px 0px 5px 0px;
}
#link {
	width:900px;
	background-color:#000000;
	text-align: left;
	height: 90px;
}
.link_pic {
	width:180px;
	height:90px;
	float:left;
}
.link_box {
	float:right;
	margin-top: 68px;
}
.link_text {
	width:145px;
	float:left;
	font-size: 0.8em;
	line-height: 1.5em;
	padding-top: 27px;
}
.link_pic a {
	width:180px;
	height:90px;
	display:block;
	overflow:hidden;
}
.link_logo {
	width:18px;
	height:18px;
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
}
.link_pic a {
	background:url(../img/logo_mago.gif) top left no-repeat;
}
.link_pic a:hover {
	background:url(../img/logo_mago_on.gif) top left no-repeat;
}
