/* layout */
td#blogcontents {
  vertical-align: top;
  padding: 10px 15px 20px 15px;
  margin: 0;
}

td#blogmain {
    vertical-align: top;
    margin: 0;
    padding: 0 20px 0 0;
}

td#blogsubnavarea {
    width: 200px;
    vertical-align: top;
    margin: 0;
    padding: 0;
}


/* sub layout */
div.blogentry {
    border-top: 1px dotted #666;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
}

div.blogentryindex {
    border-top: 1px dotted #666;
    margin-bottom: 20px;
    padding: 10px 0 0 0;
}


#blogbreadcrumb p {
    line-height: 1em;
    font-size: 0.9em;
    font-family: 'MS PGothic', 'Hiragino Kaku Gothic Std', sans-serif;    
}

a {
     color: #006;
     text-decoration: none;
}
a:hover {
     color: #00f;
     background-color: #ddddff;
     text-decoration: underline;
}

img {
    border-style: none;
    border-width: 0;
}
 
/* elements */
.bookinfo a {
     color: #000;
     text-decoration: none;
}

/* index pages */
.blogentryindex h1 {
    font-family: 'MS PGothic', 'Hiragino Kaku Gothic Std', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}


.blogentryindex h3 {
    font-family: 'MS PGothic', 'Hiragino Kaku Gothic Std', sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    border-left-color: #990000;
    border-style: solid;
    border-width: 0 0 0 20px;
    margin: 0;
    padding: 0 0 0 10px;
}


.blogentryindex p {
    /* font-size: small; */
    font-size: 0.9em;
    line-height: 1.5em;
    text-indent: 1em;
    margin: 0;
    padding: 0;
}

/* archive pages */
.blogentry h1 {
    font-family: 'MS PGothic', 'Hiragino Kaku Gothic Std', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
}


.blogentry h3 {
    font-family: 'MS PGothic', 'Hiragino Kaku Gothic Std', sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.2em;
    border-left-color: #990000;
    border-style: solid;
    border-width: 0 0 0 20px;
    margin: 0;
    padding: 0 0 0 10px;
}

.blogentry p {
    line-height: 1.5em;
    text-indent: 1em;
    margin: 0;
    padding: 0;
}


p.posted {
    font-size: small;
    font-style: italic;
    line-height: 1em;
    text-indent: 0;
    margin: 10px 0 10px 0;
    padding: 0;
}

div.extended {
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: right;
}

div.blogsubnav h3 {
    color: #990000;
    font-family: 'MS PGothic', 'Hiragino Kaku Gothic Std', sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.1em;
    border-style: solid;
    border-color: #000;
    border-width: 0 0 1px 0; 
    margin: 0;
    padding: 0 0 5px 0;
}

.blogsubnav ul {
    list-style: disc url(/images/ora_li16x16.gif) inside;
    padding: 0;
    margin: 15px 0;
    border: 0;
}

.blogsubnav li {
    line-height: 1.1em;
    font-size: small;
    margin: 5px 0 5px 3px;
}


#blogentrynav {
    text-align: center;
    font-size: xx-small;
    margin-top: 20px;
    line-height: 1.2em;
    font-family: 'MS PGothic', 'Hiragino Kaku Gothic Std', sans-serif;    
}

.link-note a:hover {
    background-color: #fff;
    text-decoration: none;
}
