@charset "UTF-8"; /* PublishCharset into mt-config.cgi */

/* 後ろとか文字　#6d4b32 */
/* 薄いオレンジ　#ffa94d */
/* 赤いオレンジ　#ff894d */
/* background:   #fed6ae ffe6c8;
/* ■すべて■ */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
body {
    font-size: 12pt;
    font-size: 100%;
    color: #6d4b32;
}
html>body {
    font-size: 12pt;
    font-size: 100%;
}

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

/* ■リンク■ */
a,
a:link,
a:visited {
    color: #004bed; /* #002068dc; */
    text-decoration: underline;
}
a:hover {
    color: #0296ed; /* #000bfb; */ 
    text-decoration: underline;
}
a:active {}

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

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

/* ■ヘッダ■ */
#header {
    height: 144px;  /* org=120 */
    outline-width: 0; /* 追加 */
    color: #999;
    background: #ffa94d; /* #8fabbe; */
}
#header a,
#header a:link,
#header a:visited {
    color: #fff;
    background: transparent;
    text-decoration: none;
}
#header h2 {
    color: #fff;
    font-size: 13pt;
    font-weight: bold;
}
#header h3 {
    color: #fff;
    font-size: 10pt;
}



/* ■エントリー日付■ */
.date {
    margin: 4px 0;
}
/* エントリー日付・各タイトル */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header,
.search-header,
.search-result-header {
    padding-left: 8px;
    color: #fff;
    background: #ffa94d;
    font-weight: bold;
    line-height: 1.25;
    margin: 0px;
}

/* ■コメント背景色設定■ */
.comments-header,
.comments-open-header{
    background: #ff894d;
}

/* ■横の見出しの色設定■ */
.round-top {
background: #ffa94d url(round_t_l.gif) no-repeat top left;
}
.round-top span {
background: url(round_t_r.gif) no-repeat top right;
height: 5px;
display: block;
}
.round-bottom {
background: #ffa94d url(round_u_l.gif) no-repeat bottom left;
}
.round-bottom span {
background: url(round_u_r.gif) no-repeat bottom right;
height: 5px;
display: block;
}
.round-body {
    margin-top: 0px;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    line-height: 12px;
    background: #ffa94d;
}


/* ■エントリータイトル■ */
.entry-header {
    margin: 0px 0px 0px 8px;
    padding-left: 0px;
    background: #ff894d;
}
.entry-header h2{
    font-size: 11pt;
    font-weight: bold;
}

/* エントリー上のリンク */
.content-nav{
    margin: 0px 0px 16px 0px;
    font-size: 9pt;
    font-weight: bold;
}

/* エントリー */
.entry {
    margin: 0px 0px 24px 0px;
    width: auto;
    background: #fed6ae;
    line-height: 1.25;
    word-break: break-all;
}

/* 強調 */
.entry h3{
    font-size: 9pt;
    font-weight: bold;
}
.entry h4{
    font-size: 9pt;
    font-weight: normal;
}

/* 段落 */
.entry p {
    font-size: 8pt;
    line-height:1.5;
    margin: 16px 0;
}

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

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

/* ■エントリ中身 */
.entry-body {
    overflow: hidden;
    display: block; 
    padding-top: 8px;
    position: static;
    clear: both;
}

/* ■エントリーの日時の設定■ */
.date2 {
    font-size: 7pt;
    padding-left: 8px;
    color: #fff;
    background: #ff894d;
}
.round2-top {
background: #ff894d url(round_t_l.gif) no-repeat top left;
}
.round2-top span {
background: url(round_t_r.gif) no-repeat top right;
height: 5px;
display: block;
}
.round2-bottom {
background: #ff894d url(round_u_l.gif) no-repeat bottom left;
}
.round2-bottom span {
background: url(round_u_r.gif) no-repeat bottom right;
height: 5px;
display: block;
}
.round2-body {
background: #ff894d;
padding: 0 5px;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0;
    padding: 10px;
    border: 1px solid #6d4b32;
    background: #f6f6f6;
    line-height: 1.5;
}
.quotetitle { /* 引用文タイトル */
    /* border-bottom: 1px solid #666; */
    padding: 3px;
}

pre {
    margin: 15px 20px 0px;
    padding: 10px;
    background: #f6f6f6;
    /* border: 1px solid #999; */
    line-height: 1.5;
    overflow: scroll;
}
html>body pre {
}

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

/* 投稿者 */
.entry-footer {
    margin: 0px 0px 0px 0px;
    padding-top: 3px;
    border-top: 1px dotted #6d4b32;
    text-align: left;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}
/* ■アーカイブページを分割■ */
.archive_partition {
    margin: 16px;
}
.archive_left{
    font-size: 7pt;
    line-height: 14px;
    margin: 0px;
    width: 240px;
    float: left;
}
.archive_mid{
    font-size: 7pt;
    line-height: 14px;
    margin: 0px;
    width: 240px;
    float: left;
}
.archive_right{
    font-size: 7pt;
    line-height: 14px;
    margin: 0px;
    float: left;
}



/* ■サイド■ */
.side dt,
.side dd {
    margin: 0;
    padding: 0;
}
/* ■サイドメニュー■ */
.side {
    margin: 3px 0 20px;
    background: none;
    line-height: 1.0;
    /* list-style-type: none; */
}
/* ■サイドの文字■ */
.side p {
    font-size: 7pt;
    line-height: 10px;
    margin-top: 15px;
}

/* ■サイドのリンク■ */
.side  ul,
.side  li {
    font-size: 7pt;
    line-height: 14px;
    list-style-type: none;
    padding-left: 0px;
}

/* サイドメニュー(サブカテゴリー用) */
.categories{
    font-size: 7pt;
    line-height: 14px;
    margin: 0px;
    float: left;
}

.side #categories ul,
.side #categories li {
    list-style-type: none;
    padding-left: 0px;
}

/* ■サイドを分割■ */
.side_partition {
    margin: 0px;
}
.side_left{
    font-size: 7pt;
    line-height: 14px;
    margin: 0px;
    width: 100px;
    float: left;
}
.side_right{
    font-size: 7pt;
    line-height: 14px;
    margin: 0px;
}



/* 検索 */
fieldset {
    border: none;
}

/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.syndicate img {
    border: none;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #666666;
    font-size: 75%;
    line-height: 1.5;
}
.powered img {
    margin-top: 3px;
}
.powered ul,
.powered li {
    list-style: none;
}
.module-powered {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    /* border: 1px solid #ddd; */
    background-color: #f8f8f8;
    text-align: center;
}

/* ■コメント・トラックバック■ */
#trackbacks,
#comments {
    font-size: 8pt;
    line-height:1.5;
    margin: 10px 0;
}
.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 0px;
}
#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 16px 0px 0px 12px;
    padding: 0;
    word-break: break-all;
}
.trackback-content p,
.comment-content p {
    margin-top: 10px;
    margin-bottom: 5px;
}
.trackback-footer,
.comment-footer {
    margin: 0px 0px 24px 12px;
    padding-top: 3px;
    border-top: 1px dotted #36414d;
    text-align: left;
}



#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;
}

/* 検索結果画面 */
.search-header {
    margin: 8px 0;
}
.search-result-header {
    margin: 15px 0;
}

/* カラム切り替え */
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    text-align: center;
    background: #6d4b32;
}
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-one-column #container {
    margin-bottom: 0;
}

/* 固定レイアウト共通 */
.layout-two-column-left #box,
.layout-two-column-right #box,
.layout-one-column #box {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 25px 0;
    text-align: left;
    background-color: #fed6ae;
}

/* ■■ここで全体のサイズ指定■■ */
/* 2カラム固定レイアウト幅 */
.layout-two-column-left #box,
.layout-two-column-right #box {
    width: 842px;
}
html>body.layout-two-column-right #box {
    width: 840px;
}

/* 1カラム固定レイアウト幅 */
.layout-one-column #box {
    width: 600px;
}

/* ■■ここでメインのサイズ指定■■ */
/* 2カラム固定レイアウト(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 600px;
}
/* ■■ここでサイドのサイズ指定■■ */
.layout-two-column-right #links-right-box {
    float: left;
    width: 240px;
}
/* ■■サイドの位置を指定■■ */
.layout-two-column-right #links-right {
    padding: 16px 16px 16px 16px;
}


/* ■■ここでblogの表示位置を指定■■ */
/* 2カラム固定レイアウト(右サイドバー:エントリー全体) */
.layout-two-column-right .blog {
    padding: 16px 0px 16px 16px;
}

/* 1カラム固定レイアウト(エントリー全体) */
.layout-one-column .blog {
    padding: 0 15px;
}

/* フッタ */
.layout-one-column #footer {
    text-align: center;
}
.layout-one-column-liquid #footer {
    padding-bottom: 15px;
    text-align: center;
}

/* 2カラムリキッドレイアウト(右サイドバー) */
.layout-two-column-liquid-right #content {
    margin: 0 185px 10px 0;
}
.layout-two-column-liquid-right #links-right {
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
}

/* 1カラムリキッドレイアウト */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    background: #fed6ae;
}
/* 1カラムリキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    /* border-left: 1px solid #669; */
    /* border-right: 1px solid #669; */
}

/* 1カラム用 */
body.layout-one-column-liquid {
    /* background: #36414d; */
}

/* ■フッタ■ */
.layout-one-column #footer,
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    margin-right: auto;
    margin-left: auto;
    /* border-left: 1px solid #669; */
    /* border-right: 1px solid #669; */
    /* border-bottom: 1px solid #669; */
    height: 45px;
    color: #ffffff;
    background: #ffa94d;
    font-size: 12px;
    text-align: center;
    line-height: 3.5;
}
/* フッタ */
.layout-two-column-left #footer,
.layout-two-column-right #footer {
    width: 840px;
}
.layout-one-column #footer {
    width: 600px;
}

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;}



.item {
display: inline;
float: left;
margin: 6px;
overflow: hidden;
text-align: center;
vertical-align: middle;
width: 70px;
height: 70px;
}


/* ■空白■ */
.brank {
    margin-right: 2px;
    margin-bottom: 16px;
    padding-top: 3px;
    font-size: 4pt;
    text-align: left;
}



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