@charset "UTF-8";

/* CSS Document */


/* base.css
----------------------------------------------- */
body {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #fff;
    background-image: none;
}

head+body {
    width: 165mm;
    max-width: 100%;
    min-width: 80%;
    margin: 0 auto;
}

a,
a:link,
a:visited {
color:#333;
text-decoration:underline;
}

table,
th,
td {
border-collapse: collapse;
border-spacing: 0;
}



/* common.css
----------------------------------------------- */
#wrapper {
width: auto !important;
margin: 0 !important;
padding: 0 !important;
}

#content {
background-color: #fff;
}

#sidebar { margin-right: 30px; }

#footerBg {
display: none;
}




