body {
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
 font-size:80%;
 line-height:1.8;
 width:100%;
 position:relative;
}
.headerInner {
 font-size:2em;
 font-weight:bold;
 padding:0.6em 1em 0;
 position:relative;
}
.footer {
 background:#FFF;
 border-top:1px dashed #C0C0C0;
 position:static;
 margin:0 0 10px 0;
 padding:10px;
 z-index:13;
}
.inner {
 border-left:1px dashed #C0C0C0;
 border-right:1px dashed #C0C0C0;
 margin:0 -1px;
 position:relative;
}
.outer {
 border-left:none;
 border-right:none;
 position:static;
}
.wrapper {
 position:static;
}
.leftcol {
 background:#F5F5F5;
 position:static;
 width:16.5em;
 height:100%;
 float:left;
 font-size:90%;
 border-right:1px dashed #C0C0C0;
 border-bottom:1px dashed #C0C0C0;
 margin-left:0;
 margin-right:0;
}
.rightcol {
 background:#F5F5F5;
 position:absolute;
 top:0;
 right:0;
 width:11em;
 font-size:85%;
 margin:0;
 border-left:1px dashed #C0C0C0;
 border-bottom:1px dashed #C0C0C0;
 z-index:13;
}
.middlecol {
 line-height:170%;
 position:static;
 height:100%;
 width:auto;
 float:none;
 margin-left:15.5em;
 margin-right:10em;
}
.leftpad {
 padding:1em;
}
.rightpad {
 padding:1em 0.5em 1em 1em;
}
ul {
 margin:0.6em 0 0.6em 0;
 padding-left:1.5em;
}
hr {
 border-width:1px 0 0 0;
 border-color:#B0B0B0;
 border-style:solid;
}
