* {
    padding: 0;
    margin: 0;
} 

body {
background: #555;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
line-height: 18px;
color: #333333;;
}

img {
border: 5px solid #FFF; 
}

a {color: #D60501;  }
a:hover {text-decoration: none; color : #000; }

ol {
list-style-type: decimal;
margin-left: 30px;
}

ul {
list-style-type:square;
margin-left: 30px;
}

table {
border-collapse:separate;
border-spacing: 5px;
}

#wrap {
margin: 10px auto 0 auto;
width: 980px;
}

#header {
padding-bottom:10px;
}
#header h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 260%;
font-weight: 100;
letter-spacing: +1px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 110%;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}
h3 {
font-size: 150%;
padding: 30px 0 10px 0;
}
h4 {
font-size: 110%;
padding: 20px 0;
}
h5 {
color: red;
padding: 20px 0;
}

#menu {
height: 30px;
line-height: 30px;
background: #3E92EA url(images/menu.jpg) no-repeat;
}
#menu ul {
margin-left:0px;
padding-left: 10px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
font-size: 85%;
}
#menu ul li a {
color: #eee;
padding: 0 8px;
text-decoration: none;
font-weight: 600;
border-right: white solid 1px;
}
#menu ul li a:hover {
color: #fff;
text-decoration: underline;
}

#content {
background: #555 url(images/content.jpg) repeat-y;
padding: 10px 20px;
}

.left {
width: 720px;
float: left;
text-align: justify;
border-right: 1px solid #bbb;
padding-right: 25px;
}
.left h2 {
color: #555;
font-size: 24px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.left p {
padding: 10px 0 10px 0;
}

.right {
width: 160px;
float: right;
padding: 10px;
font-size: 90%;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 5px;
margin-left:0px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a {text-decoration: none; }

.right img {padding-top: 25px; }

#top {
background: #555 url(images/top.jpg) no-repeat;
padding: 5px 0;
}
#bottom {
background: #555 url(images/bottom.jpg) no-repeat;
padding: 10px 0;
}

#footer {
text-align: center;
color: #eee;
font-size: 11px;
padding: 0 0 10px 0;
}

p.date {
font-size: 9px;
text-align: right;
}

table {
font-size: 100%;
text-align: left;
}

p.diary {
background-color: #eee;
margin: 0 50px 0 50px;
padding: 10px;
border: 1px solid red; 
}