.plate {
  background-color: #5FBFFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-variant: small-caps;
  border: 1px solid #00A;
  width: 698px;
}

.plate hr {
    border-top: 1px solid #5BF;
    border-bottom: 1px solid #79f;
    background-color: #00a;
    color: #666;
    height: 1px;
}

.plate .first {
    margin: 10px 0 0 0;
    padding: 0 20px;
}

.plate .first hr {
    width: 528px;
    margin: 20px 0;
    float: left;
}

.plate .first h3 {
    float: left;
    text-align: left;
    margin: 0;
    width: 130px; 
}

.plate .second {
    float: left;
    margin-left: 55px;
    width: 100%;
}

.plate .second img {
    padding: 10px 0;
}

.plate .second .span p {
    line-height: 66px;
    font-size: 400%;
    margin: 0;
    padding: 10px 0;
}

.plate .second .learning p {
    text-align: right;
}

.plate .second .guidance p {
    margin-right: 30px;
    text-align: left;
}

.plate .third {
    margin: 0;
    padding: 0 20px;
}

.plate .third hr {
    width: 540px;
    float: left;
    margin: 20px 0;
}

.plate .third h3 {
    float: left;
    text-align: right;
    margin: 0px;
    width: 100px;
}

.plate .fourth {
    font-variant: normal;
    margin: 0px 20px 20px 20px;
    text-align: center;
}

.plate .fourth h3 { margin: 0; padding: 0; }

.plate .fourth .row { padding-left: 30px; }

.plate .fourth .span2 img { padding-top: 50px; }

.plate .fourth img { margin: 0; padding-bottom: 5px; }

.frontpage {
    text-align: center;
}

.frontpage .twitbox {
    width: 218px;
    border: 1px solid #00a;
}

.plate .info {
    border: 1px solid #00A;
    background-color: #6FCFFF;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 2px 2px 1px 1px #2CACCC;
   
}

.plate .info .notice {
    color: #F0F;
}

.plate .info p {
    padding: 0 10px; 
}

.podbar {
    bottom: 0;
    position: fixed;
    z-index: 150;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+
        (document.documentElement.clientHeight-this.offsetHeight)));
    height: 40px;
    width: 100%;
    background-color: #fefefe;
    text-align: center;
    border-top: 2px solid #eee; 
}

.podbar p { 
    margin: 10px 0 10px 0; }

