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

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Osaka, sans-serif;
}

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

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

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

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

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

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

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

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

/* タイトルバナー */
#banner {
    margin: 0;
    width: auto; 
    height:15px;
    padding: 15px;
    border-bottom: 0px solid #330000;
    color: #c9c3b5;
    background: #c9c3b5;
    text-align: left;
}

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

/* タイトルバナー下の説明 */
#banner h2 {
    color: #ffffff;
}

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

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
    background: #c9c3b5;
    font-color: #330000;
    font-size: 11px;
    font-weight: bold;
}

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

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #330000;
    background: #ffffff;
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {}

.entry img {
    margin-bottom: 5px;
}

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

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

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

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

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

/* Typekeyコメンタ?画像 */
.commenter-profile img {
    vertical-align: middle;
    border-width: 0;
}

/* アーカイブページ本文 */
.archive-list {
    margin: 10px 0;
}

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

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 6px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 0px solid  #330000;
    text-align: center;
    color: #330000;
    background: #c9c3b5;
    font-size: 10px;
    line-height: 140%;
}

/* サイドメニュー */
.side {
    margin: 3px 2px 20px;
    background: #ffffff;
    color: #330000;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
}

/* RSSフィード */
.syndicate {
    margin-bottom: 5px;
    text-align: left;
    color: #330000;
    font-size: 9px;
    line-height: 150%;
}

/* クレジットバナー */
.powered {
    margin: 50px 0 10px;
    text-align: left;
    color: #330000;
    font-size: 8px;
    line-height: 150%;
}
.powered img {
    margin-top: 3px;
}

.clear {
    clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
    margin-bottom: 10px;
}

#comment-post {
   font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
   width: 220px;
}

#comment-text {
    width: 266px;
}

#comment-bake-cookie {
   margin-left: 2px;
   vertical-align: middle;
}

#comments-open-footer {
    text-align: center;
}

.trackbacks,
.comments {
    margin: 10px 5px;
    color: #330000;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #330000;
    font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 150%;
    word-break: break-all;
}

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

.trackback-footer,
.comment-footer {
    font-size: 9px;
    border-top: 1px dotted #330000;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

.comments-head {
    font-size: 11px;
    color: #ffffff;
    background: #330000;
    padding: 2px 0 2px 5px;
    margin: 15px 0;
}

/* カラム切り替え */

/* 共通（ボディ） */
body.layout-two-column-right,
body.layout-one-column {
    margin: 0;
    text-align: center;
    background: #ffffff;
}

/* 2カラム用（中身全体） */
.layout-two-column-right #box {
   width: 600px;
   margin: 0 85px 0;
   padding: 0;
   text-align: center;
   background-color: #ffffff;
   border-style:none;
}

/* 2カラム用特殊定義（一覧ページ） */
.layout-one-column #container {
    margin-bottom: 0;
}

/* 1カラム用（中身全体） */
.layout-one-column #box {
   width: 600px;
   margin: 0 85px 0;
   padding: 0;
   text-align:left;
   background-color: #ffffff;
   border-style:none;
}

/* 2カラム用メインエリア */
.layout-two-column-right #content {
  float: left;
  width: 410px;
  margin: 5px 0 20px 5px;
  border-style:none;
  text-align:left;
}
.layout-two-column-right #links-right-box {
  float: left;
   margin:0 5px 0 0;
  width: 170px;
  text-align:left;   
}
.layout-two-column-right #links-right {
  padding: 15px 5px 0;
  color: #ffffff;
}

/* 1カラム（オリジナル） */
.layout-one-column #content {
  float:left; 
  width: 560px;
  margin:0 0 0 20px;
  background: #ffffff;
}
/* 共通テキスト入力エリア */
input,textarea {
   font-family: Verdana, Arial, Osaka, sans-serif;
}

/* 以下新規追加分　*/

/* 共通フッター */
.layout-two-column-right #footer,
.layout-one-column #footer  {
   clear: both;
   padding: 0;
   border-style:none;
   color: #330000;
   font-size: 10px;
   text-align: center;
   background: #c9c3b5;
}

/* 茶色背景 */
.layout-two-column-right #pagebody,
.layout-one-column #pagebody {
  width: 770px;
  padding: 0;
  background: #330000;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -385px;
}

/* メニューナビゲーション */
#navi {
  padding: 0px;
  list-style: none;
  float: left;
  width: 100%;
}
 
#navi li {
  float: left;
  border-top: 2px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 98px;
  height: 22px;
  margin: 0;
}

#navi a {
  display: block;
  width: 98px;
  height: 22px;
}

#navi a hover {
  text-decoration: none;
  height: 22px;
}

/* ギャラリーページ　サムネイル掲出 */
#cover {
   width: 530px;
   margin: 0px 5px 20px 5px;
   background: #ffffff;
}

#list {
  float: left;
  margin: 0 0 20px 0px;
  width:126px;
  text-align: right;
   background: #ffffff;
}

#list2 {
  margin: 10px 0 10px;
  text-align: center;
}

/* コーナー説明 */
#corner {
 text-align:left;
}

#corner p {
 font-size: 12px;
 color: #330000;
 margin-left: 20px;
}

/* ギャラリーメニューナビゲーション */
#navi2 {
  padding: 0px;
  list-style: none;
  float: left;
  width: 100%;
}
 
#navi2 li {
  float: left;
  border-top: 0px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 0px solid #ffffff;
  width: 98px;
  height: 22px;
  margin: 0;
}

#navi2 a {
  display: block;
  width: 98px;
  height: 22px;
}

#navi2 a hover {
  text-decoration: none;
  height: 22px;
}
