#top {
width: 800px;
margin: 30px auto;
text-align: left;
}
#top h1 {
margin: 0 5px 0 10px;
padding:　10px 5px;
text-align: right;
font-size: 12px;
font-weight: normal;
background-color: #D1EC86;
color: #2F982F;
}
#top p {
text-align: center;
font-size: 12px;
}
hr {
border-top: 1px solid #FFFFFF;
border-bottom: 5px dotted #FF6600;
}
body {
background: #E4F1B6 url(../images/bg2.gif) repeat-y 50% 0%;
margin: 0px;
text-align: center;
padding: 0px;
color: #333333;
}
a {
text-decoration: none;
color: #FF6600;
}
a:hover {
text-decoration: underline;
}
#footer {
}
#footer p {
font-size: 12px;
}
