/*下部メニュースタート*/

#footer{
 clear: both;
 width: 760px;
 height: 33px;
 }

#footer ul{
 margin: 20px 0 5px 20px;
 padding: 10px 0 0 0;
 list-style: none;
 border-top: dotted 1px #ff9900;
 }
 
#footer li {
 float: left;
 background-color: #ff9900; 
 border: 1px outset #ffcc00;
 margin-right:1px;
 }
 
#footer a, #footer a:link {
 text-decoration: none;
 color:#ffffff;
 background-color: transparent;
 width: 100px;
 height: 15px;
 text-align: center;
 padding: 2px 0px;
 display: block;
 font-size: small;
 }
 
#footer a:hover{
 color: #ff9900;
 background-color:#ffffff;
 border-bottom: 2px solid #ffffff;
 top: -2px;
 }   
 
/*下部メニュー終了*/ 