/* CSS Document */
body {
  color: #000;
  background-color:#f7f3eb;
  font-family:  "Arial CE", Arial, "Lucida Grande CE", Lucida, "Helvetica CE", Helvetica,     sans-serif;
  background-image: url("../images/bg.gif");
  background-repeat: repeat;
  *position:relative;
  *top:-2px;
}

.main {
  text-align:left;
  margin:0px auto; 
  position: relative; 
} 

p {
  margin: 0;
}

input  {
    background-color: #ffffff;
    margin: 0px;
    border: 1px solid #000000;
    color : #000000;
}
.buton {
    border: #000 1px solid;
    font-size: 9pt;
    font-family: Arial;
    font-weight: bold;
    background: #EEE;
    color: #000;
}
textarea    {
	margin: 0px;
}

form    {
	margin: 0px;
}

#seolista-self, #seolista-self a, #seolista-self a:visited {
color: #999999;
font-size:12px;
text-align:center;
}
#seolista-self a:hover {
color: #454545;
font-size:12px;
text-align:center;
}



