@charset "utf-8";


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

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;
border-color: #ccc;
}



/* common.css
----------------------------------------------- */
#top_wrapper {
width:940px;
height: 600px;
}

#wrapper {
margin: 0 !important;
padding: 0 !important;
}


#about,
#business,
#real_estate,
#recruit,
#policy {
background-image: none;
}

#content {
height: auto;
overflow:visible;
}

#footer,
#naka_footer {
display: none;
}




/* content.css
----------------------------------------------- */





