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

body{
	background:url(../images/bg.jpg) top repeat-x #0099cc;
	margin:0px;
	padding:0px;
	color:#000;
	font-family:Arial;
}
.body_redirect{
	width:748px;
	height:451px;
	margin: 100px auto;
}
a{
	color:#0099cc;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.page404_top{
	float:left;
	width:748px;
	height:5px;
	background:url(../images/bg_redirect_top.png) no-repeat;
}
.page404_center{
	float:left;
	width:743px;
	height:380px;
	padding-left:5px;
	background:url(../images/bg_redirect_center.png) repeat-y;
}
.page404_bottom{
	float:left;
	width:748px;
	height:9px;
	background:url(../images/bg_redirect_bottom.png);
}
.page404_center_top{
	float:left;
	width:736px;
	height:110px;
	padding-top:20px;
	text-align:center;
}
.page404_center_bottom{
	float:left;
	width:690px;
	height:130px;
	margin-left:20px;
	text-align:center;
	padding-top:20px;
	border-top:2px #006699 solid;
}

.text_page404_01{
	font:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#006699;
}
.text_page404_02{
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0099cc;
}
.text_page404_03{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006699;
}
.page404_link{
	float:left;
	width:690px;
	height:60px;
	margin-left:20px;
	text-align:center;
}
.page404_link p{
	padding:5px;
	margin:0px;
}
