*{
 list-style: none;
 margin: 0;
 padding: 0;
}

body {
 font-size: 13px;
 background: url(/images/haikei.png) repeat;
 color: #333;
 margin: 0;
 padding: 0;
}

#top{
 background: #5e004e;
 text-align: center;
 margin: 0 auto;
 padding: 1em 0 0 0;
}

#top p {
 color: #7c927f;
}

#bottom {
 clear: both;
 background: #7c927f;
 width: 100%;
 padding: 1em 0;
 text-align: center;
}

h1 {
 font-size: 1.5em;
 margin-bottom: 0.5em;
 color: #eeeae0;
}

#middle{
 background: #eeeae0;
 width: 800px;
 margin: 2em auto;
 padding: 2em;
}

p {
 padding-bottom: 1em;
 line-height: 2;
}

a {
 color: #333;
 text-decoration: none;
 border-bottom: dotted 1px #333;
}

h2 , dl dt {
 background: #7c927f;
 font-size: 13px;
 padding: 1em;
 margin: 1em 0;
 font-weight: bold;
}

#entry {
 width: 500px;
 float: left;
}

dl {
 width: 250px;
 float: right;
}

dl dd a {
 line-height: 2;
 border: none;
}

dl dd a:hover {
 border: none;
 padding:0.5em;
 background: #7c927f;
}

