/* レイアウトの設定*/
body{
    background-image:url(images/bg-img.gif);
	background-repeat:repeat-x;
	margin: 0px;
	font-size:80%;
	color:#333333;
	line-height:1.3;
    padding:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* topのブロック設定　*/

#wrapper {
           width:900px;
		   height:auto;
		   padding:5px 0px;
		   border-right:1px solid #333333;
		   background-color:#FFFFFF;
		   }
		   
#header {
      width:900px;
      height:120px;
		  }
		  
#top1 {
       clear:both;
	   float:left;
	   width:640px;
	   margin-top:10px;
	   padding-left:15px;
	   background-color:#FFFFFF;
	   }

#top2 {
       float:right;
	   width:230px;
	   margin-top:10px;
	   padding-right:15px;
	   background-color:#FFFFFF;
	   }
#top3 {
       clear:both;
       float:left;
	   width:640px;
	   margin-top:20px;
	   padding-left:15px;
	   background-color:#FFFFFF;
	   }

#top4 {
       float:right;
	   width:230px;
	   margin-top:20px;
	   padding-right:15px;
	   background-color:#FFFFFF;
	   line-height:0.7;
	   }
	   
#footer{
       clear:both;
	   background-color:#FFFFFF;
	   height:50px;
	   }
#main {
       width:900px;
	   float:left;
	   }
	   
/* ナビ設定 */

#navi {
	position:absolute;
	top:75px;
	left:0px;
	width:900px;
	height:50px;
	list-style-type:none;
	margin:0;
	padding:0;
	background-image:url(images/navi-bg.gif);
	background-repeat:repeat-x;
	   }
	   
#navi li {
     float:left;
	 margin:0;
	 padding:0;
		}
		
/* topic */
#topic { overflow-y: scroll;
         width: 635px; height: 160px;
		 border:1px solid #016DB9;
		 }
/* text size */
.txt1 {
	font-size: 10pt;
	color: #666666;
}

.txt2 {
	font-size: 12px;
	color: #ffffff;
}

.txt3 {
	font-size: 8pt;
	line-height: 100%;
	color: #666666;
}
.txt4 {
	margin-left: 3em
	width: 360;
	background:#ffffff;
	font-size: 10pt;
	line-height: 14pt;
	color: #666666;
}
.txt5 {
	font-size: 8pt;
	color: #333333;
}
.txt6 {
	font-size: 10pt;
	color: #333333;
}
.txt7 { font-weight:bold;
	font-size: 10pt;
	color: #487CAE;
}
.txt8 {
	font-size: 10pt;
	line-height:14pt;
	color: #666666;
}
