body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10pt;
    line-height: 1.3;
}

#main {
    margin: 0 auto;
    overflow: visible;
    text-align: left;
    vertical-align: top;
    width: 760px;
    padding: 10px;
}
img {
    border: 0;
}
h2 {
    font-size: 20px;
    font-weight: normal;
}
h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
a {
    color: #006699;
}
a:visited, a:active, a:hover {
    color: #000;
}

/* header */
#hd .metanavi {
    float: right;
}
#hd h1 a, #hd h1 a:hover, #hd h1 a:visited {
    color: black;
    text-decoration: none;
}
#hd h1 img {
    margin-right: 10px;
    margin-top: -7px; /* align with text */
}
#hd h1 a * {
    vertical-align: middle;
}

/* content */
#content {
}
#NektoonMainLeft {
    float: left;
    width: 510px;
}
#NektoonRight {
    background: url(grey_bar.png) repeat-y;
    margin-left: 560px;
    padding: 15px 1em 1em;
}
#NektoonRight ul {
    margin: 0 0 0 1.5em;
    padding: 0;
    list-style: square;
}

/* footer */
#NektoonFooter {
    clear: both;
    border-top: 1px dotted #cacaca;
    margin: 15px auto 0;
    min-height: 65px;
    width: 760px;
}
#NektoonFooter #copyright {
    color: #aaa;
    float: right;
    font-size: 11px;
    margin: 15px 7px;
    padding: 3px 0 3px 23px;
    text-align: center;
}
.footer-col {
    float: left;
    margin: 15px 60px 20px 20px;
    max-width: 200px;
}
.footer-col ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
}
.footer-col ul li.header {
    color: #787878;
    font-weight: bold;
    margin: 2px 0;
}
.footer-col ul li {
    font-size: 11px;
    list-style: none;
    margin: 2px 5px;
    padding: 0;
    text-align: left;
}
div.footer-col a {
    color: #838383;
    text-decoration: none;
}
div.footer-col a:hover {
    text-decoration: underline;
}
div.footer-col p, div.footer-col a {
    font-size: 11px;
}

/* blog post */
#content .entry {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
body.single_entry #content .entry {
    border-bottom: 0;
}

/* comments */
#commentform td {
    padding: 2px;
}
.formurl {
    display: none;
}
.blog_gravatar {
    float: right;
}
.post_content {
    clear: right;
    padding: 10px;
}
#previewComment {
    background: #FFE640;
    margin: 1em;
}

