@charset "iso-8859-1";

/* Common Layout Style
------------------------------------------------ */
* {
color: #000;
background: #fff;
}

#headerArea {
width: 780px;
height: 60px;
}

#globalNaviArea,
#topicPathArea,
#localNaviArea,
#extraNaviArea {
display: none;
}

#contentsWrapper {
width: auto;
}

#contentsArea {
width: auto;
}

#mainContentsArea {
width: auto;
}

#footerArea {
margin-top: 2em;
margin-bottom: 1.5em;
width: auto;
}



/* ------------------------------------------------ */
