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

body {
background-color:#ffffff;
margin:0;
padding:0;
line-height:1.4;
color:#333;
font-size:1em;
}
#outer {
background-color:#ffffff;
width : 985px;
margin-right: auto;
margin-left : auto;
}

#title {
margin:0;
}

#main {
float: right;
width: 985px;
clear: both;
}

#footer {
text-align: center;
clear: both;
width: 985px;
}
