﻿@charset "utf-8";
/*
Theme Name: 広島ブログのブログ
Theme URI: http://www.hiroshima-blog.com/
Description: 広島ブログのブログですよ。
Version: 0.1
Author: msng
Author URI: http://www.hiroshima-blog.com/
*/


/* Tags */

    * {
        margin: 0;
        padding: 0;
    }

    body {
        font-size: 0.9em;
        line-height: 1.4;
        color: #333;
        text-align: center;
        background:url("img/bg_body.png") repeat-y 50% 50%;
    }

    a {
        color: #33F;
        text-decoration: none;
    }

    a:hover {
        color: #F33;
        text-decoration: underline;
    }

    a:visited {
        color: #63F;
    }

    img {
        border: none;
    }

    ul {
        list-style-type: none;
    }

    strike {
        color: #999;
    }

    label {
        cursor: pointer;
    }

/* General Classes */
    /* clearfix */
    #main,
    .entry-nav,
    .commentheader,
    .commentbody
    {
      display: inline-block;
    }
    #main:after,
    .entry-nav:after,
    .commentheader:after,
    .commentbody:after
    {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
    }
    * html #main,
    * html .entry-nav,
    * html .commentheader,
    * html .commentbody
    {
      height: 1%;
    }
    #main,
    .entry-nav,
    .commentheader,
    .commentbody
    {
      display: block;
    }


    .bold {
        font-weight: bold;
    }

    .left {
        text-align: left;
    }

    .center {
        text-align: center;
    }

    .right {
        text-align: right;
    }



/* ID's and Classes */

/* Overall Layout */

    #container {
        margin: 0px auto;
        width: 800px;
        text-align: left;
    }

    #header {
        width: 800px;
        height: 120px;
        margin-bottom: 10px;
        background: url("img/header-bg.png") repeat-x;
    }

    #main {
        padding: 0 10px 0 5px;
        margin-bottom: 20px;
    }

    #sidebar {
        width: 185px;
        float: left;
        overflow: hidden;
    }

    #content {
        width: 580px;
        float: right;
    }

    #footer {
        border-width: 1px 0 0 0;
        border-style: solid;
        border-color: #F60;
        padding: 10px;
        font-size: 0.9em;
        text-align: center;
    }


/* Header */
    #header h1 {
        padding: 15px;
        text-align: center;
    }

    #header h1 a {
        color: #333;
    }

    #header-description {
        text-align: center;
    }


/* Content */


/* Entry */
    .entry {
        margin-bottom: 10px;
    }

    .entry-title {
        background:url("img/entry-title-bg.png") no-repeat;
        padding: 5px 0 5px 10px;
        font-weight: bold;
        font-size: 1.2em;
    }

    .entry-title a,
    .entry-title a:visited
    {
        color: #333;
    }

    .entry-title a:hover {
        color: #F33;
        text-decoration: underline;
    }

    .entry-content {
        background: url("img/entry-body-bg.png") repeat-y;
    }

    .entry-date {
        margin: 0 15px 1em 0;
        font-size: 0.9em;
        text-align: right;
    }

    .entry-body {
        padding: 0 30px 2em 15px;
    }

    .entry-body p,
    .entry-body ul,
    .entry-body ol
    {
        margin-bottom: 1em;
    }

    .entry-body ul {
        list-style-type: disc;
    }

    .entry-body li {
        margin-bottom: 0.5em;
        margin-left: 2em;
    }

    .entry-body h3 {
        margin: 2em 0 0.5em 0;
        padding-left: 10px;
        border-width: 0 0 1px 3px;
        border-style: solid;
        border-color: #F93;
    }

    .entry-footer {
        padding: 0 15px 12px 0;
        font-size: 0.9em;
        background:url("img/entry-footer-bg.png") bottom no-repeat;
        text-align: right;
    }

    .entry-nav {
        padding: 0 10px 15px 0;
        font-size: 0.9em;
    }

    .entry-nav .prev {
        float: left;
        margin-right: 10px;
    }

    .entry-nav .next {
        float: right;
        margin-left: 10px;
    }

    p.entry-banner {
        margin: 0;
        text-align: right;
    }

    #comments {
        background:url("img/frame-top.png") top no-repeat;
        padding: 5px 0 5px 10px;
        font-size: 1.1em;
    }

    .commentlist {
        margin: 0 11px 0 1px;
    }

    .commentlist li {
        padding: 10px;
    }

    .alt {
        background-color: #EEE;
    }

    .commentmetadata {
        text-align: right;
        font-size: 0.9em;
        color: #999;
        float: right;
    }

    .commentauthor {
        font-weight: bold;
        float: left;
    }

    .commentbody {
        padding: 10px;
        font-size: 0.9em;
    }

    .commentimg {
        margin: 0 10px 10px 0;
        float: left;
    }

    #respond,
    #tb-title
    {
        background:url("img/frame-overlay.png") top no-repeat;
        padding: 5px 0 5px 10px;
        font-size: 1.1em;
    }

    #commentform {
        margin: 0 11px 0 1px;
        padding: 10px;
    }

    #commentform p {
        margin-bottom: 0.5em;
    }

    #comment {
        width: 400px;
        height: 100px;
    }

    #tb-url {
        margin: 0 11px 0 1px;
        padding-left: 10px;
    }

    #tb-url input {
        width: 400px;
    }

    #commentfooter {
        background:url("img/comment-footer.png") top no-repeat;
        padding-top: 32px;
    } 

/* Sidebar */
    .nav {
        margin-bottom: 10px;
    }

    .nav-about,
    .nav-recent-entries,
    .nav-monthly,
    .nav-categories,
    .nav-ad,
    .nav-search
    {
        margin-bottom: 5px;
        width: 185px;
        height: 21px;
    }

    span.nav-title {
        display: none;
    }
    .nav-about {
        background:url("img/title-about.png") no-repeat;
    }

    .nav-recent-entries {
        background:url("img/title-recent-entries.png") no-repeat;
    }

    .nav-monthly {
        background:url("img/title-monthly.png") no-repeat;
    }

    .nav-ad {
        background:url("img/title-ad.png") no-repeat;
    }

    .nav-categories {
        background:url("img/title-categories.png") no-repeat;
    }

    .nav-search {
        background:url("img/title-search.png") no-repeat;
    }

    .nav-body {
        padding: 0 5px;
        font-size: 0.9em;
    }

    .nav-body li {
        margin: 0 0 5px 0;
        padding-left: 15px;
        background:url(img/list.gif) 0px 1px no-repeat;
    }
       


