@charset "utf-8";

/*
pages.css
各ページ固有のレイアウトを定義する
*/

body {
    background: #fff !important;
}
#wideFrame { width: 650px !important; border: none !important; }
#header,
#content,
#footer
{
    margin: 0 !important;
}
#header .menu {
    display: none !important;
}
.inner {
    margin: 0px;
}
span {
    display: inline !important;
}
* {
    color: #000;
}
.png {
    background: #000 !important;
}


