body {
  background-color : #FFFFFF;
  font-family : Verdana, Arial;
  font-size : 9px;
  text-align : center;
  color : #808080;
  padding : 100px 0px 0px 0px;
}

.news {
  font-size : 9px;
}

.container {
  width : 480px;
  height : 156px;
  background-image : url("images/main_back.png");  /**/
  background-repeat : no-repeat;
  text-align : left;
  padding : 3px 0px 0px 3px;
}

.left {
  float : left;
  width : 209px;
  height : 150px;  /**/
  /*border-right : dashed 1px;*/  /**/
}

.right {
  float : left;
  width : 270px;
  height : 156px;
  text-align : center;
  padding : 3px 0px 0px 0px;
}

.tostop {
  width : 480px;
  height : 5px;
  background-image : url("images/tos_top.png");
  background-repeat : no-repeat;
  padding : 0px 0px 0px 0px;
}

toscont {
  width : 480px;
  background-color : #EEEEEE;
  text-align : left;
  padding : 0px 3px 0px 0px;
}

.tos {
  width : 470px;
  background-color : #EEEEEE;
  text-align : left;
  padding : 0px 5px 0px 5px;
  background-image : url("images/tos_top.png");
  background-repeat : no-repeat;
}

.tosbottom {
  width : 470px;
  height : 5px;
  background-image : url("images/tos_bottom.png");
  background-repeat : no-repeat;
  padding : 0px 5px 0px 5px;
}

.tosnav {
  text-align : right;
  padding : 10px 20px 0px 40px;
}

.notice {
  width : 450px;
  background-color : #AEF3A7;
  border : 1px solid #10E230;
  color : #12510B;
  text-align : left;
}

input[type=submit] {
  border : 1px solid #585858;
  background-color : #d6d6d6;
  width : 221px;
}

input {
  border : 1px solid #585858;
  background-color : #d6d6d6;
  width : 82%;
}

textarea {
  background-color : #EEEEEE;
  color : #808080;
  border : 0px;
}

.success {
  color : #00BB00;
}

.error {
  color : #FF0000;
}

.nav {
  padding : 81px 2px 100px 40px;
}

.copyright {
  width : 480px;
  padding : 0px 0px 0px 0px;
  text-align : left;
}

a:link {
  color : #286AAF;
  text-decoration : none;
  font-weight : normal;
}

a:visited {
  color : #286AAF;
  text-decoration : none;
  font-weight : normal;
}

/*a:hover {
  color : #20578E;
  text-decoration : none;
  font-weight : normal;
}*/

a:hover {
  color : #FFF;
  text-decoration : none;
  font-weight : normal;
  background-color:#286AAF;
  padding:0px;
}

a:active {
  color : #20578E;
  text-decoration : none;
  font-weight : normal;
}