*{
margin: 0px;
padding: 0px;
}
html{
height:100%;
}

p{font-size: 10px;}
input{
font-family:Palatino Linotype, MS UI Gothic;
border: 1px solid #ffffff;
}

body{
font-family: Palatino Linotype, MS UI Gothic;
color: #000000;
border-top-width: 30px;
border-top-color: #000000;
border-top-style: solid;
background-image: url('../img/bg.gif');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: left bottom;
overflow: visible;
}
#bg{

height: 324px;
width: 100%;
background-image: url('../img/00.png');
background-repeat: no-repeat;
background-position: 80% top;

}
img{
border: 0;
}
a{
color: #666666;
font-weight: bold;
text-decoration: none;
}

li{
list-style-type: none;
font-size: 12px;
}
.color_black{
color: black;
}
.mt_30{
margin-top: 30px;
}

#linebbs a{
font-size: 7pt;
}

input{
background-color: #EAEAEA;
}
#c_all{
margin-left: 10px;
font-size: 12px;
height: 20px;
}

.navigation{
padding-bottom: 10px;
}
.navigation li{
float: left;
margin: 10px 10px 0 0;
padding: 0;
}
.both{
clear:both;
}