/*  
Theme Name: Original Theme
Theme URI: http://blog.hakoniwa.net/
Description: Original wordpress 1.5 Theme, design & coding by Shiroiwa
Version: 1.0
Author: Shiroiwa
Author URI: http://blog.hakoniwa.net/
*/

@charset "Shift_JIS";

body, h1, h2, h3, h4, div, p,
address, ol, ul, li, dl, dt, dd, form, img,
table, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    text-align: left;
}

body {
    background: #FFF;
    padding: 10px 0;
    text-align: center;
}

pre.code {
    border: dashed 1px #999;
    background: #EEE;
    font-family: "ＭＳゴシック", "Osaka-等幅", monospace;
    padding: 10px;
    margin: 10px;
}

div#layout {
    width: 800px;
    margin: 0 auto;
    text-align: left;
}

div#header {
    margin-bottom: 8px;
}

div#header h1 a {
    text-decoration: none;
}

/*
 * Contents
 */

div#contents {
    float: right;
    width: 596px;
}
div#contents h2#tag_title {
    margin-left: 16px;
    margin-bottom: 16px;
}
div#contents div.post {
    margin-left: 16px;
    margin-bottom: 16px;
}
div#contents div.post h2 {
    background: #C7BAA7 url("images/h2_sidebar.gif") repeat-y;
    padding: 2px 4px;
}
div#contents div.post h2 a {
    text-decoration: none;
}

div#contents div.post p.meta,
div#contents div.post div.body,
div#contents div.post p.comment_navi,
div#contents div.post p.trackback_uri,
div#contents div.post p.categories,
div#contents div.post p.tags {
    margin-left: 8px;
    margin-bottom: 4px;
    line-height: 1.4;
}

div#contents div.post p.meta,
div#contents div.post p.comment_navi,
div#contents div.post p.trackback_uri,
div#contents div.post p.categories,
div#contents div.post p.tags {
    text-align: right;
    font-size: 90%;
}

div#contents div.post p.meta {
    margin: 4px;
}
div#contents div.post p.trackback_uri input {
    border: solid 1px #999;
    background: #FAFAFA;
    width: 300px;
}

div#contents div.post div.body p {
    line-height: 1.4;
    margin-bottom: 1em;
}
div#contents div.post div.body blockquote {
    border: dashed 1px #999;
    background: #EEE;
}
div#contents div.post div.body blockquote p {
    margin: 4px;
}

div#contents div.post h3#trackback_uri,
div#contents div.post h3#comments {
    font-size: 110%;
    background: #C7BAA7 url("images/h2_sidebar.gif") repeat-y;
    padding: 2px 4px;
    margin-top: 24px;
}

div#contents div.post div.commentlist {
    margin: 8px 4px 24px 4px;
    padding-bottom: 20px;
}
div#contents div.post div.commentlist div.comment {
    margin-bottom: 20px;
}
div#contents div.post div.commentlist div.comment p {
    margin: 8px 4px 16px;
    line-height: 1.4;
}
div#contents div.post div.commentlist div.comment div.header {
    padding: 2px;
    background: #E5E0D5;
}

div#contents form#commentform {
    margin: 12px 8px 2px 8px;
}

div#contents p.pager {
    margin: 10px 0;
    padding-top: 10px;
    border-top: solid 2px #999;
    text-align: center;
}

/*
 * Menu
 */

div#menu {
    float: right;
    width: 204px;
}
div#menu h2 {
    font-size: 100%;
    background: #C7BAA7 url("images/h2_sidebar.gif") repeat-y;
    padding: 2px 4px;
    margin: 16px 0 4px;
}
div#menu h2.first {
    margin: 0 0 4px;
}

div#menu form#searchform {
    margin-bottom: 8px;
}

div#menu form#searchform input#s {
    width: 70%;
    background: #fafafa;
    border: 1px solid #999;
    color: #000;
}

div#menu p.ads {
    margin-bottom: 8px;
}

div#menu p#recommendation {
    border: solid 1px #CCC;
    margin-bottom: 8px;
    padding: 4px;
    font-size: 90%;
    line-height: 1.3;
}
div#menu p.profile {
    height: 28px;
    line-height: 28px;
}
div#menu p.profile img {
    margin: 0 8px 0 4px;
}

div#menu table#wp-calendar {
    width: 100%;
}
div#menu table#wp-calendar th,
div#menu table#wp-calendar td {
    text-align: center;
}
div#menu table#wp-calendar tbody td {
    color: #666;
}
div#menu table#wp-calendar tbody td a,
div#menu table#wp-calendar tbody td#today {
    font-weight: bold;
}

div#menu ul#categories,
div#menu ul#recent_posts,
div#menu ul#archives,
div#menu ul#feeds,
div#menu ul#links {
    list-style: disc;
}
div#menu ul#categories li,
div#menu ul#recent_posts li,
div#menu ul#archives li,
div#menu ul#feeds li,
div#menu ul#links li {
    font-size: 90%;
    margin-left: 20px;
    line-height: 1.5;
}
div#menu ul#categories li ul.children li {
    font-size: 100%;
}

div#menu ul#rings li {
    display: inline;
}

address#footer {
    clear: both;
    text-align: center;
}

div#profile {
    background: url("/noindex/images/shelly001.jpg") no-repeat 100% 100%;
}

