html {
height:100%;
}
body {
margin:0px;
padding:0px;
text-align:center;
background-color:#f0f0f0;
height:100%;
font-size:13px;
*font-size: small;
*font: x-small;
}
h1,h2,h3,h4,h5,p,ul,li {
margin:0px;
padding:0px;
}
p {
line-height:130%;
}
ul,li {
list-style-type:none;
}
.clear {
clear:both;
}
img {
border:none;
}

#container {
display:block;
margin-left:auto;
margin-right:auto;
text-align:left;
background:url(../image/2nd_bg.gif) repeat-y;
width:760px;
min-height:100%;
}
*html #container {
height:100%;
}
#main {
display:block;
width:609px;
float:right;
color:#333;
}

#menu {
display:block;
width:151px;
float:left;
}

.red {
color:#f00;
}
.note {
margin-left:300px;
color:#999;
}

#footer {
display:block;
width:760px;
color:#4071CD;
text-align:center;
}
#footer p {
padding-bottom:5px;
}

#pull {
width:151px;
float:left;
background-color:#fff;
}
#pull li {
line-height:30px;
padding-left:20px;
}
#pull a {
color:#00c;
}
#pull a:hover {
font-weight:bold;
color:#c00;
}

