@charset "utf-8";

#container {
    position:relative;
    top:70px;
    width: 760px;
    margin: auto;
    background-color: #fff;
  }


body {
    background: #ccc;
    font: 10pt sans-serif;
    color: #000;
    top:0px;
    margin: auto;
  }


#top {
    background: url(img/top.png);
    width: 752px;
    height: 184px;
  }


#mid_1 {
position:absolute;
left:0px;
    background-color: #fff;
    width: 118px;
    height: 430px;
    float:left;
  }


#mid_2 {
position:absolute;
left:118px;
    background: #fff url(img/l_pion.png) repeat-y;
    width: 2px;
    height: 430px;
    float:left;
  }


#mid_3 {
position:absolute;
left:120px;
    background-color: #fff;
    width: 640px;
    height: 430px;
    float:left;
  }


#mid_3_p {
    height: 30px;
  }
  
#mid_3_p2{
    height: 15px;
  }

#mid_3_0 {
    margin-top:2px;
    width:100%;
    height: 36px;
    line-height:36px;
    background-color: #fff;
  }
  
  
#mid_3_1 {
    margin-top:2px;
    width:100%;
    height: 36px;
    line-height:36px;
    background-color: #acbfe1;
  }


#mid_3_2 {
    margin-top:2px;
    top:2px;
    width:100%;
    height: 36px;
    line-height:36px;
    background-color: #7d9fd1;
  }


#mid_3_3 {
    margin-top:2px;
    top:2px;
    width:100%;
    height: 36px;
    line-height:36px;
    background-color: #4e85c3;
  }

#foot {
margin-top:2px;
text-align:right;
margin-right:3px;
}

a {
	color: #2e65a3;
}

a:hover {
	text-decoration: none;
}

