/* CSS Document */
.all{width:1200px; margin:auto; background-image: url(img/haikei2.gif); background-repeat:no-repeat;}

.top{width:1200px; margin:auto; height:20px;}

.header{width:1200px; height:100px; margin:auto;}

.txt{width:800px; margin:auto; margin-top:30px;}

.footer{width:1200px; height:80px; background-image:url(img/footer.gif); background-repeat:no-repeat; margin-top:30px;}

p{font-size:12px;}

h1{font-size:10px; color:#FFFFFF; padding-top:5px;}

h2{font-size:18px; color: #3399CC; 

border-bottom: #CCCCCC 1px solid; padding-bottom:15px; margin-top:15px;}

h3{font-size:16px;color: #33CCFF; 

border-bottom: #CCCCCC 1px solid; padding-bottom:15px; margin-top:15px;}

.font1{font-size:12px; font-weight:bold; color:#FF9900;}

.font2{font-size:14px; background-color: #FFFF00; color:#FF6600; font-weight:bold; padding-left:15px;}

#menu ul{
margin:0; 
padding: 0; 
list-style: none;
}
#menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}
#menu li a{
display: block;
width: 121px;
padding: 3px;
margin: 10px 0px 10px 0px;
text-decoration: none;
border:outset 3px #0000ff;
background-color: #1e90ff;
text-align: center;
color: #fff;
font-size: 14px;
}
#menu li a:hover{
border: inset 3px #4169e1;
background-color: #4169e1;
}