@charset "utf-8";
/* CSS Document */
html,body{ height:100%; overflow:hidden;}
*{ margin:0; padding:0;}
li{ list-style:none;}
a{ text-decoration:none;}
/* Error */
.Error{ width:689px; height:417px; overflow:hidden; margin:0 auto;}
.Error_bg{ background-image:url(404_bg.gif); background-repeat:no-repeat; overflow:hidden;}
/* Link */
.Error_ul{ width:auto; height:30px; overflow:hidden; margin-top:300px; padding-left:122px;}
.Error_li{ float:left; margin-right:25px; padding-left:10px; background-image:url(404_li.gif); background-repeat:no-repeat; background-position:left 19px;}
.Error_li a{ text-align:center; line-height:40px; font-size:12px; color:#da3103;}
a:hover{ text-decoration:underline;}

.Index{ padding-left:122px; overflow:hidden;}
.Index span{ font-size:12px; line-height:30px; color:#5e5e5e;}
.Index span a{ padding-left:10px; color:#2d4bff;}