@charset "utf-8";

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    letter-spacing: 0.5px;
}
body {
    font-size: 100%;
    text-align: center;
    background: #245c1d;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
}

/* リンク */
a,
a:link,
a:visited {
    background: transparent;
    font-size: 9px;
    text-decoration: none;
    color: #e04a01;
}
a:hover {}
a:active {}

/* リンクつき画像 */
a img {
    border: none;
}

ul li {
    list-style-type: none;
}

/* ヘッダ */
#header {
    width: 650px;
    height: 250px;
    color: #000000;
    text-align: center;
    font-size: 9px;
    margin: 0 20px;
}

/* フッタ */
#footer {
    margin-right: auto;
    margin-left: auto;
    border-top: 5px solid #097a3c;
    height: 50px;
    width: 690px;
    color: #000000;
    background: #ffffff;
    font-size: 9px;
}
/* コピーライト */
#copy {
    float: right;
    width: 645px;
    font-size: 9px;
    text-align: right;
    padding: 5px 5px 0 0;
}
#copy p a {
    color: #e04a01;
}

/* レイアウト */
/* 全体 */
#box {
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #ffffff;
    border-left: 1px solid #595959;
    border-right: 1px solid #595959;
    width: 690px;
}
/* メインコンテンツ（トップページ） */
#content {
    float: left;
    width: 530px;
    padding-bottom: 15px;
}
/* 480×320 */
#content-main {
    padding: 5px 5px 0;
    width: 520px;
}

/* メニュー */
#menu {
    float: left;
    width: 140px;
}
#menu-content {
    width: 115px;
    font-size: 9px;
    padding: 15px 0 0 0;
}

/* ブログ記事タイトル */
.entry-header {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 10px;
}

/* ブログ記事 */
.entry {
    width: auto;
    margin: 15px 10px 15px;
    border-top: 1px dotted #000000;
    color: #36414d;
    background: #ffffff;
    word-break: break-all;
}

/* 段落 */
.entry p {
}

/* 順序なしリスト */
.entry ul,
.entry ol {
    padding-left: 16px;
}
.entry ul li {
    list-style-type: circle;
}

/* 定義リスト */
.entry dl {}
.entry dt {}
.entry dd {
    padding-left: 8px;
}

/* テキストエリア */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 0;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    font-size: 83.3%;
    text-align: right;
}

/* タグ */
.entry-tags {
    margin-bottom: 5px;
}
.entry-tags-header,
.entry-tags-list,
.entry-tag {
    display: inline;
    font-size: 100%;
}
.entry-tags-list { 
    list-style:none;
    padding-left: 5px;
}

/* ブログ記事日付 */
.date {
}

/* ブログ記事日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    color: #000000;
}

/* コメント・トラックバック */
#trackbacks,
#comments {
    font-size: 9px;
    padding: 0 10px 10px;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    word-break: break-all;
}

.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: right;
}

#comments-open-data p {
    margin-bottom: 10px;
}
#comment-post {
    font-weight: bold;
}
#comment-author, #comment-email, #comment-url {
    width: 220px;
    height: 20px;
}
html > body #comment-author,
html > body #comment-email,
html > body #comment-url {
    height: 15px;
}
#comment-text {
    width: 400px;
    height: 150px;
}
#comment-bake-cookie {
    margin-left: 2px;
    vertical-align: middle;
}
#comments-open-footer {
    margin-top: 15px;
    text-align: center;
}
.comments-open label {
    display: block;
}
#comments-form {
    width: 420px;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
    text-align: center;
    font-size: 83.3%;
}

.widget-calendar {
    border: 1px solid #595959;
    padding: 5px;
    width: 120px;
    text-align: center;
}
.widget-calendar div table tr th,
.widget-calendar div table tr td {
    letter-spacing: 0px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */