@charset "UTF-8";

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, sans-serif, Verdana;
    background: #ffcc99;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #009966;
    text-decoration: none;
}
a:hover {
    color: #ff0000;
    text-decoration: none;
}
a:active {}

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


/* フォーム */
form {
    margin: 0px;
}
input {
    padding: 1px;
    font-size: 12px;
}


/* タイトルバナー */
#banner {
    padding: 15px;
    border-bottom: 1px solid #666666;
    color: #ffffff;
    background: #ffcc99;
    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #666666;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}


/* エントリー全体 */
.blog {
    padding: 10px;
    font-size: small;
    color: #000000;
}

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    background-position: left; 
    background-repeat: no-repeat;
/*    background-image: url(".gif");*/
    font-size: 11px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
    background: #ffcc99;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #000000;
    background: #ffcc99;
    background-position: right; 
    background-repeat: repeat-y; 
/*    background-image: url(".gif");*/
    font-size: 14px;
    line-height:120%;
    word-break: break-all;
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

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

/* エントリータイトル */
.entry-header {
    margin: 15px 0 10px;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

/* エントリータイトルのリンク */
.entry-header a:link,
.entry-header a:visited,
.entry-header a:hover {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

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

/* サイドメニュー */
.side {
    margin: 3px 0 3px;
    padding-left: 10px;
    background: #ffcc99;
    color: #009966;
    font-size: 21px;
    _font-size: 18px;
    line-height: 120%;
    border-bottom: 1px dotted #009966;
}
.side2 {
    margin: 3px 0 3px;
    padding-left: 10px;
    background: #ffcc99;
    color: #009966;
    font-size: 18px;
    _font-size: 16px;
    line-height: 120%;
}
.side3 {
    margin: 3px 0 3px;
    padding-left: 10px;
    background: #ffcc99;
    color: #009966;
    font-size: 21px;
    _font-size: 18px;
    line-height: 120%;
}
.side4 {
    margin: 3px 0 3px;
    padding-left: 10px;
    background: #ffcc99;
    color: #009966;
    font-size: 18px;
    _font-size: 16px;
    line-height: 120%;
    border-bottom: 1px dotted #009966;
}
.side-en {
    font-size: 14px;
    _font-size: 12px;
    font-family: Arial;
    margin-left: 10px;
}

.clear {
    clear: both;
}

/* カラム切り替え */

/* 2カラム用 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 665px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
    border-right: 1px solid #666699;
    text-align: left;
    background-color: #ffffff;
}

/* 2カラム用 */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 2/3カラム用フッタ */
.layout-two-column-liquid-left #footer-liquid,
.layout-two-column-left #footer {
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-family: Arial;
    border-top: 1px solid #666666;
}
.layout-two-column-liquid-left #footer,
.layout-two-column-left #footer-liquid {
    display: none;
}

/* 2カラム(リキッドレイアウト：左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 20px 0 10px 180px;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 149px;
    top: 150px;
    left: 20px;
}

/* 2カラム(左サイドバー) */
.layout-two-column-left #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #666699;
    border-left: 1px solid #666699;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
}
.layout-two-column-left #links-left {
    padding: 15px 15px 0;
    color: #ffffff;
}
