/*メインスタート*/
#content {
 margin: 10px 10px 10px 100px;
 padding: 0px;
 float: left;
 width: 580px;
 }
 
h3 {
 margin: 0px 0px 5px 50px;
 padding: 0px;
 color: #000066;
 background-image: url(image/top-title.gif);
 background-repeat: no-repeat;
 text-indent: -9999px;
 height: 100px;
 display: block;
 } 
 
h4 {
 margin: 10px 0px;
 padding: 5px;
 text-align: center;
 color: #666666;
 text-indent: -9999px;
 height: 100px;
 display: block;
 }
 
#top1 {
 background: url(image/top1.gif) no-repeat;
 } 
#top2 {
 background: url(image/top2.gif) no-repeat;
 } 
#top3 {
 background: url(image/top3.gif) no-repeat;
 } 
#top4 {
 background: url(image/top4.gif) no-repeat;
 } 
 
#content ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 } 
 
.t1 {
 margin-top: 10px;
 padding: 3px 10px;
 background-color: #ffcc00;
 color: #ffffff;
 font-size: medium;
 font-weight: 600;
 } 

 
 
#content li a, #content li a:link, #content li a:visited {
 margin: 5px 20px 5px 50px; 
 text-decoration: none;
 color: #666666;
 background-color: transparent;
 display: block;
 width: auto;
 height: auto;
 padding: 5px 5px;
 border-bottom: 1px solid #666666;
 font-size: medium;
 } 
 
#content li a:hover {
 border-right: 10px solid #ffcc00;
 }
 

#new {
 color: #cc0033;
 font-size: small;
 } 

 
/*メイン終了*/ 