.logo_pos {
	position:absolute;
	top:50px;
	left:13px;
	width:930px;
	z-index:10;
}

.logo_box {
	background-image: url(layout_img/banner.png);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position: top right;
	position:relative;
	width:886px;
	height:90px;
	z-index:11;
	
}

.rootline {
	position:absolute;
	bottom:-13px;
	left:0px;
	height:20px;
	width: 400px;
	font-weight:350;
	color: #AEAEAE;
	font-size:13px;
	font-family:sans-serif;
}

.rootline a {
	text-decoration:none;
	font-weight:700;
	color: #AEAEAE;
	font-size:13px;
	font-family:sans-serif;
}

.rootline a:hover {
	color: #00019F;
}