/* CSS Document */
.all{width:800px;
     margin:auto;
	 background-color:#FFFFFF;}

.top{width:800px;
     height:16px;}

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

.cl{clear:both;}

.link{width:800px;
      height:14px;
	  margin-top:20px;}
.menubar{
  display: none;
}
.footer{width:800px;
        margin-top:15px;}

.navi{width:180px;
      float:left;}

.content2{width:600px;
          float:right;}

.header{width:600px;
        height:100px;
		margin-bottom:20px;}

.txt{width:600px;}

p{font-size:14px;
  line-height:20px;}

.link p{font-size:10px;
        text-align:center;}

.footer p{font-weight:bold;
          text-align:center;}

h1{font-size:14px;
   font-weight:normal;}

h2{height:40px;
   font-size:16px;
   background-image:url(img/h2.gif);
   background-repeat:no-repeat;
   padding-top:13px;
   padding-left:30px;
   color:#FF6600;}

h3{height:40px;
   font-size:16px;
   background-image:url(img/h3.gif);
   background-repeat:no-repeat;
   padding-top:13px;
   padding-left:30px;
   color:#FF6600;}

.font1{font-size:12px;
       font-weight:bold;
	   background-image:url(img/link.gif);
	   background-repeat:no-repeat;
	   height:30px;
	   padding-top:5px;
	   padding-left:30px;}

.font2{font-size:12px;
       font-weight:bold;
	   margin-left:5px;
	   margin-right:5px;}

.navi a:link {color: #FF6600;
              text-decoration:none;}

.navi a:visited {color: #0000FF;
                 text-decoration:underline;}

.navi a:hover {color: #666666;
               text-decoration:underline;}

.navi a:active {color: #660000;
                text-decoration:underline;}

