@charset "utf-8";
/* CSS Document */
 
html {
 height:100%;
 font-family: Century Gothic, Arial;
}
 
body {
 height:100%;
}
 
footer {
 width:100%;
 background-color:#898989;
 color:#FFF;
 font-size:12px;
}
 
.footer #foot_guide {
 margin:20px;
}
 
.footer h1 {
 padding:20px 0 10px;
 text-align:center;
 font-size:28px;
 font-weight:bold;
}
 
.footer .left {
 width:580px;
 float:left
}
 
.footer .right {
 width:300px;
 float:right;
}
 
.footer dt {
 font-size:14px;
 font-weight:bold;
 margin-top:10px;
}
 
.footer dd {
 margin-top:5px;
}
 
.footer hr {
 border: none;
 border-top: solid 1px #fff;
 margin-top:10px;
}
 
.footer p {
 clear:both;
 padding:20px 0;
 width:100%;
 text-align:center;
 font-size:10px;
 font-weight:bold;
}

