/* CSS Document */
body
{ background-color:#c0c0c0; 
}
.main-div
{
 background-color:#e3f9f7;
 width:800px;
 margin:auto;
}
.inner-div
{
width:800px;
background-color:#e3f9f7;
float:left;
}
.header
{
width:800px;
float:left;
padding:0 0 0px 0;
}
.top-banner
{
float:left;
margin:0 0 0 0px;
padding:5px 0 0px 0px;

}
.banner
{
float:left;
background:url(../image/banner.jpg) no-repeat;
width:800px;
height:213px;
padding:10px 0 0px 0;
}
.top-navigation
{
background:url(../image/top-navigation.png) no-repeat;
width:800px;
height:44px;
float:left;
}
.top-navigation ul
 {
 list-style:none;
 padding:8px 0 0 20px;
 margin:0;
 }
.top-navigation ul li
 {
 padding:0 5px 0px 10px;
 float:left;
 }
.top-navigation ul li a
  {
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  color:#ffffff;
  }
.top-navigation ul li a:hover
  {
	color:#000000;
 }
 #center-div
 {
 width:800px;
 float:left;
 
 }
 .left-div
 {
 width:200px;
 float:left;
 padding:10px 0 0 0;
 }
.box1-top
{
background:url(../image/left-navigation-top-box.png) no-repeat;

width:178px;
float:left;
padding:78px 0 0 0 ;
}
.box1-buttom
{
background:url(../image/left-navigation-buttom-box.png) no-repeat;
float:left;
height:28px;
width:178px;
}
.box1-mid
{
background:url(../image/left-navigation-mid-box.png) repeat-y;
float:left;
width:178px;

}
.box1-mid ul
 {
 list-style:none;
 text-align:left;
 float:left;
 margin:0;
 padding:5px 0 0 10px;
 }
.box1-mid ul li
 {
 padding:5px 0px 0px 13px;
background:url(../image/arrew.png) left center no-repeat;
}
.box1-mid ul li a
  {
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  color:#009933;
}
.box1-mid ul li a:hover
  {
	color:#000000;
 }
 .box2-top
{
background:url(../image/left-navigation-top-box01.png) no-repeat;
margin-top:3px;
width:177px;
float:left;
padding:79px 0 0 0 ;
}
.box2-buttom
{
background:url(../image/left-navigation-buttom-box0.png) no-repeat;
float:left;
height:69px;
width:177px;
}
.box2-mid
{
background:url(../image/left-navigation-mid-box01.png) repeat-y;
float:left;
width:177px;

}
.box2-mid ul
 {
 list-style:none;
 text-align:left;
 float:left;
 margin:0;
 padding:5px 0 0 10px;
 }
.box2-mid ul li
 {
 padding:5px 0px 0px 13px;
background:url(../image/arrew.png) left center no-repeat;
}
.box2-mid ul li a
  {
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  color:#009933;
}
.box2-mid ul li a:hover
  {
	color:#000000;
 }
 .right-div
 {
 width:590px;
 float:left;
 padding-right:10px;
 }
 .right-div a
 {color:#000000;
 text-decoration:none;
 }
 .right-div h2
 {

 padding:10px 0 5px 10px;
  font-size:22px;
   color:#000000; 
   font-weight:bold;
   margin:0px;
  
   }
 .right-div p
 {
 font-size:16px;
 color:#000000;
 text-decoration:none;
 text-align:justify;
 padding:0 10px 6px 10px;
 margin:0px;
 }
 #footer 
 {
 float:left;
 background:url(../image/footer.png) repeat-x;
 width:800px;
 height:32px;
 padding:0px 0 10px 0;
}
#footer ul
 {
 width:780px;
 list-style:none;
 float:left;
 padding:5px 0 0 20px;
 margin:0;
 }
 #footer ul li
 {
 padding:0 5px 0px 17px;
 float:left;
 }
  #footer ul li a
  {
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#000000;
  }
#footer ul li a:hover
  {
	color:#FF0033;
 }
 #footer-matter
 {
 font-size:14px;
 font-style:normal;
 color:#000000;
 text-decoration:none;
 text-align:center;
 float:left;
 padding:10px 0px 10px 0 ;
 width:800px;
 }