/*メインスタート*/
#content {
 margin: 10px 10px;
 padding: 0px;
 float: left;
 width: 580px;
 }
 
h3 {
 margin: 0px 0px 5px 50px;
 padding: 0px;
 color: #000066;
 background-image: url(image/0812balance.gif);
 background-repeat: no-repeat;
 text-indent: -9999px;
 height: 250px;
 } 
 
h4 {
 margin: 10px 50px;
 padding: 5px;
 text-align: center;
 color: #666666;
 border: double 3px #ccff00;
 }
 
h5 {
 margin: 0px 0px 20px 30px;
 color: #009999;
 text-align: right;
 } 
 
#content table {
 margin: 10px 80px;
 }

#content td {
 margin: 5px;
 padding: 10px;
 border: solid 2px #cccc33;
 font-size: medium;
 } 
 
#content p {
 line-height: 1.5em;
 font-size: medium;
 text-align: center;
 } 
 
/*メイン終了*/ 
