@charset "utf-8";
/* CSS Document */

body{text-align:center;
     background-color:#FFFFFF;
	 background-image:url(../img/bg_o.gif);
     font-size:13px;
	 margin:0px;
	 padding:0px;
	 line-height:14pt;
}

a:link {
	color: #FF6633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9999;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFCCCC;
}

#contents{position:relative;
	      margin:auto;
	      width:900px;
		  height:1570px;
	      text-align:left;
	      font-size: 13px;
		  background-color:#FFFFFF;
		  border:solid 1px #999999;
}

#head{height:150px;
      width:900px;
	  background-color:#FFFFFF;
}

#menu{height:35px;
      width:900px;
	  background-color:#FFFFFF;
	  padding-top:10px;
}

#box1{height:20px;
      width:840px;
	  background-color:#FFFFFF;
      padding:10px 30px 10px 30px;
}

#main{height:1150px;
      width:840px;
	  float:left;
	  background-color:#FFFFFF;
	  padding-right:30px;
	  padding-left:30px;
}

#title{height:100px;
       width:840px;
	   background-color:#FFFFFF;
       padding:0px 30px 10px 30px;
}

#box2{height:390px;
      width:850px;
	  background-color:#FFFFFF;
}

#box3{height:550px;
      width:850px;
	  background-color:#FFFFFF;
	  float:left;
}

#box4{height:180px;
      width:850px;
	  background-color:#FFFFFF;
	  float:left;
}

#table1{height:220px;
        width:410px;
		float:left;
}	   

#table2{height:200px;
        width:410px;
		float:right;
}	

#table3{height:350px;
        width:410px;
		float:left;
}

#table4{height:290px;
        width:410px;
		float:right;
}

.banner{height:100px;
        width:300px;
		margin-bottom:10px;
}

#foot{height:60px;
      width:900px;
	  float:left;
	  padding-top:10px;
	  background-color:#FFFFFF;
	  text-align:center;
}
