/*
 gotsu.net
 My Music Cascading Style Sheets
 Author: K.Gotoh/GOTSU.NET
 DATE: 2001.7.3

 Copyright (C) 2001 K.Gotoh/GOTSU.NET.
 All rights reserved.
 */


div.LeftBox {
    border : 1px ridge #999900;
    width: 40%;
    float: left;
    margin: 0em 1em 1em 1em;
    overflow: auto;
    font-size: 12pt;
    height: 300px;
}
div.RightBox {
    border : 1px ridge #999900;
    width: 40%;
    float: right;
    margin: 0em 1em 1em 1em;
    padding: 0.5em;
    overflow: auto;
    font-size: 12pt;
    height: 300px;
}
