@charset "utf-8";

html {
    height:100%;
}

* {
    margin: 0px;
    padding: 0px;
}

html>/**/body { font-size /*\**/: small\9 }

body {
    height: 100%;
    font-size: 13px;
    font-family: 'ＭＳ Ｐゴシック','MS Pゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    line-height: 1.5;
    color: #000000;
}

body > .pbPage {
        height: auto;
}
div.pbPage{
  position:relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    font-size: 93%;

}

img {
    border: 0;
}

p {
    _line-height: 20px;
}

div.clear2 {
    clear: both;
}

.space10 {
    padding-top:10px;
}

.space20 {
    padding-top:20px;
}

.error_exception {
    color:#ff0000;
}