body {
background-color: #f8f8f8;
color: #534d44;
line-height: 140%;
font-size: 80%;
}

a:link {
color: #91a528;
}
a:visited {
color: #91a528;
}
a:hover {
color: #9e4545;
}
a img {
border-style:none;
}

div.base { /* 親ボックス */
width: 810px;
height: 700px;
background-color: #f8f8f8;
top: 0px;
left: 0px;
}

div.top {/* サイトトップ */
color: #ececec;
width: 800px;
font-size: 180%;
height: 30px;
background-color: #564e47;
position: absolute;
left:20px;
padding: 5px; 
}

div.subtitle {/* トップ副題 */
color: #ececec;
font-size: 60%;
position: absolute; top: 5px; right:5px;
}

div.banner {/* バナー */
width: 120px;
height: 600px;
background-color: #f8f8f8;
position: absolute;
top: 55px;
left:20px;
}

div.main { /* 本文 */
background-color: #f8f8f8;
position: absolute; top: 55px; left:170px;
padding: 10px; 
}

table.refine {/* ダウンロードテーブル */
margin: 20px;
font-size: 120%;
}
.refine th{
border-right:1px solid #564e47;
border-bottom:1px solid #564e47;
color: #ececec;
background-color: #564e47;
padding:0.3em 1em;
text-align:center;
}
.refine td{
border-right:1px solid #564e47;
border-bottom:1px solid #564e47;
background-color: #f8f8f8;
padding:0.3em 1em;
}


