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

/*
 * File      : styles-site.css
 * Version   : 3.01
 * Update    :
 * 2.00 2005.09.01: Update for Movable Type 3.2.
 * 2.01 2005.09.03: add font-size to content-nav.
 * 2.02 2005.09.27: correct the capital letter to the small letter.
 * 2.03 2005.10.13: add ul and ol type selectors to .entry class selector.
 * 2.04 2005.11.26: fixed typo.
 * 2.05 2006.01.26: comment out the specification of the background image.
 * 2.06 2006.02.26: delete font-weight property from all name selector and add h type selectors
 *                            and brought property for the title together.
 * 2.07 2006.06.01: add .archive-list class selector.
 * 3.00 2006.06.27: Update for Movable Type 3.3.
 * 3.01 2006.07.07: correct class selector.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

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

span.new {
    display: none;
    color: red;
    font-weight: bold;
}

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

/* リンク */
a,
a:link,
a:visited {
    color: #006699;
    text-decoration: none;
}
a:hover {
    color: #006699;
    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 #666666;
    background: #f6f6f6;
    font-size: 10px;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 10px;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* タイトルバナー */
#banner {
    padding: 15px;
    border-bottom: 1px solid #66aa99;
    color: #999999;
    /* edit by GEM 20061027 background color #8fabbe -> #ffffff */
    background: #ffffff;
/*    background-position: right top;
    background-repeat: no-repeat;
    background-image: url(".gif");*/
    /* add by GEM 20061027 banner background image set */
    /* background-image: url("http://inscription.gemhp.com/bimg200610/p04/ln.jpg"); */
    /* add by GEM 20070803 banner background image set */
    background-image: url("http://inscription.gemhp.com/bimg200610/p08/ln.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    /* edit by GEM 20061027 text-align left -> center */
    text-align: center;

}

#banner a,
#banner a:link,
#banner a:visited {
    color: #000000;
    font-size: 32px;
    text-decoration: none;
    /* add by GEM 20061027 for title */
    font-family: Verdana,Arial,"ＭＳ　Ｐゴシック","Osaka",sans-serif;
    font-weight: bold;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner-description {
    color: #000000;
    font-size: 12px;
}

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

/* エントリー日付 */
.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: #8fabbe;
}

/* エントリー */
.entry {
    width: auto;
    /* replace by GEM at 20061027 margin */
    /* margin: 0 5px 15px; */
    margin: 0px 15px 60px 15px;
    padding: 0px 0px 0px 0px;
    color: #36414d;
    background: #ffffff;
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-image: url(".gif");*/
    font-size: 12px;
    line-height:130%;
    word-break: break-all;
    /* add by GEM at 20061027 background-image set */
    /* delete by GEM at 20061027 background-image set */
    /* background-image: url("http://inscription.gemhp.com/bimg200610/ln-4-o.jpg");
    background-position: center bottom;
    background-repeat: no-repeat; */
}
.entry a:active {}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* add by GEM at 20061027 define entry-body class */
.entry-body {
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 5px 70px;
    line-height: 150%;
}

/* add by GEM at 20061109 p tag */
.entry-body p {
    margin: 2px 0px 2px 0px;
    padding: 3px 0px 3px 0px;
}
/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

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

/* エントリータイトル */
.entry-header {
    /* replace by GEM set image size area */
    /* margin: 15px 0 0; */
    margin: 10px 0px 5px 0px;
    /* add by GEM at 20061027 padding set */
    padding: 15px 0px 15px 50px;
    color: #444444;
    font-size: 12px;
    font-weight: bold;
    /* add by GEM at 20061027 Background-image */
    background-image: url("http://inscription.gemhp.com/bimg200610/entry_title.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #36414d;
}

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

/* add by GEM at 20061030 related entries list */
.entry .related_entries_info{
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 5px 70px;
}

/* add by GEM at 20070528 related entries list 2 with sidehide script */
.entry .related_entries_info2{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 70px;
}

.entry .sidehide{
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 5px 70px;
}

.entry .related_products_area{
    margin: 0px 0px 10px 0px;
    padding: 0px 20px 5px 70px;
}
/* add by GEM at 20061027 define entry-tags class */
/* タグ */
.entry-tags {
    margin: 0px 0px 5px 0px;
    padding: 0px 20px 5px 70px;
    line-height: 180%;
}
.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;
}

/* カレンダー */
.calendarhead {
    padding-bottom: 5px;
    text-align: center;
    color: #444444;
    font-size: 9px;
    background: none;
    letter-spacing: 0.2em;
}
.calendar {
    text-align: center;
    color: #444444;
    background: none;
}
.calendar table {
    text-align: center;
    padding: 0px;
    border-collapse: collapse;
}
.calendar th {
    padding-bottom: 3px;
    font-size: 8px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-size: 9px;
    line-height: 120%;
}
.today {
    display: block;
    text-align: center;
    color: #444444;
    border: 1px solid #444444;
}
.holiday {
    color: #e50003;
}
.saturday {
    color: blue;
}

/* サイドメニュータイトル */
.sidetitle {
    /* margin-top: 1px; */
    margin: 1px 0px 0px 0px;
    /* padding: 2px 0 1px; */
    padding: 2px 1px 2px 1px;
    _padding: 1px 0 1px;
    border: 1px solid  #666666;
    text-align: center;
    vertical-align: middle;
    /* color: #444444; */
    color: #227755;
    background: #ffffff;
    font-size: 10px;
    /* add by GEM at 20061104 bold */
    font-weight: bold;
    line-height: 140%;
    /* add by GEM at 20061027 background image */
    background-image: url("http://inscription.gemhp.com/bimg200610/p04/ln-s.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    /* height: 33px; */
}

/* サイドメニュー */
.side {
    /* edit by GEM at 20061027 margin set */
    /* margin: 3px 0 20px; */
    margin: 3px 0px 2px 0px;
    padding 0px 0px 0px 0px;
    background: none;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
    width: 165px;
    /* overflow: hidden; */
}

.footer {
    background: none;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
    line-height: 120%;
    text-align: center;
}
/* add by GEM at 20061027 BlogPeople List */
.side .bp-ecs {
    width: 165px;
}
.side .bp-loves-benetton {
    width: 165px;
}

/* add by GEM 20070403 BlogPeople ブログロール用 */
/* 非同期ロード用 */
.bp_loading {
    border: 1px solid #999999;
    padding: 83px 0;
    text-align: center;
}
.bp_loaded {
}
.bp_error {
    padding: 83px 0 84px;
    text-align: center;
}

.blogpeople-main{
    font-size: 10px;
    _font-size: 9px;
    margin: 0px 0px 0px 0px;
}
.blogpeople-main p{
    margin: 10px 0px 3px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 150%;
}
.blogpeople-linklist{
    color: #339933;
}
.blogpeople-powered-by{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 10%;
}

/* add by GEM 20070403 BlogPeople トラバリスト用 */
.blogpeople-tbp{
    margin: 3px 0px 10px 0px;
}
.blogpeople-tbp-link{
    margin: 0px 0px 3px 0px;
}


/* add by GEM 20061027 ブログパーツ：ココアアイランド用 */
/* サイドメニュー(ブログパーツ：ココアアイランド用) */
.side #cocoa_wrap {
    text-align: center;
}
.side #cocoa_centering {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

/* add by GEM 20061221 ブログパーツ：ブログバトラー用 */
/* サイドメニュー(ブログパーツ：ブログペット用) */
.side #blogbattler_wrap {
    text-align: center;
}
.side #blogbattler_centering {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

/* add by GEM 20070802 ブログパーツ：ブログマスコットー用 */
/* サイドメニュー(ブログパーツ：ブログペット用) */
.side #blogmascot_wrap {
    text-align: center;
}
.side #blogmascot_centering {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

.side #petControl {
    font-size: 10px;
    _font-size: 9px;
}

/* add by GEM 20061027 ブログパーツ：ブログペット用 */
/* サイドメニュー(ブログパーツ：ブログペット用) */
.side #blogpet_wrap {
    text-align: center;
}
.side #blogpet_centering {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

/* add by GEM 20061027 ブログパーツ：メロパ用 */
/* サイドメニュー(ブログパーツ：メロパ用) */
.side #meropa_wrap {
    text-align: center;
}
.side #meropa_centering {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

/* add by GEM 20061027 ブログパーツ：セルフィ用 */
/* サイドメニュー(ブログパーツ：セルフィ用) */
.side #selfy_wrap {
    text-align: center;
}
.side #selfy_centering {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

/* add by GEM 20061029 AmazonPR用 */
/* サイドメニュー(AmazonPR) */
.side #amazon_pr_wrap {
    text-align: center;
}
.side #amazon_pr_centering {
    margin-left: auto;
    margin-right: auto;
    width: 160px;
}

/* サイドメニュー(サブカテゴリー用) */
.side #categories ul {
    padding-left: 16px;
}
.side #categories ul ul {
    padding-left: 10px;
}
.side #categories li {
    list-style-type: circle;
}

ul#kotonoha-roll {
    padding-left: 0;
    list-style-type: none;
}

/* リストの項目一つ一つの領域 */
ul#kotonoha-roll li {
    margin: 0 0 6px 0;
    padding: 0;
    width: 100%;
    clear: both;
    list-style-type: none;
    letter-spacing: 0.1ex;
}

ul#kotonoha-roll li span.kotonoha-maru {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background: url('http://inscription.gemhp.com/bimg200610/maru.png') no-repeat -5px 0;
    text-indent: -10000px;
}

ul#kotonoha-roll li span.kotonoha-batsu {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    background: url('http://inscription.gemhp.com/bimg200610/batsu.png') no-repeat -5px 0;
    text-indent: -10000px;
}

ul#kotonoha-roll span.kotonoha-count {
    margin: 5px 0px 5px 5px;
    color: #000077;
    font-size: 10px;
    _font-size: 9px;
    /* vertical-align: text-bottom; */
    /* display: block; */
}

/* リンク色全般指定 */
ul#kotonoha-roll li a {
    margin-left: 24px;
    padding: 4px;
    display: block;
}

/* リンク色（アンカー全般・リンク・訪問済み・アクティブ・マウスカーソルをあわせた時、の順） */
ul#kotonoha-roll li a { color: #36f; text-decoration: none; background-color: #fff; }
ul#kotonoha-roll li a:link { color: #36f; text-decoration: none; line-height:1.2; background-color: #fff; }
ul#kotonoha-roll li a:visited { color: #36f; text-decoration: none; line-height:1.2; background-color: #fff; }
ul#kotonoha-roll li a:active { color: #36f; text-decoration: none; line-height:1.2; background-color: #fff; }
ul#kotonoha-roll li a:hover { color: #36f; text-decoration: none; line-height:1.2; background-color: #e5edff; }

/*
ul#kotonoha-roll span.kotonoha-maru {
    margin: 5px 0px 5px 5px;
    color: #11a9ff;
    font-size: 20px;
    font-weight: bold;
    vertical-align: text-bottom;
}
*/

/*
ul#kotonoha-roll span.kotonoha-batsu {
    margin: 5px 0px 5px 5px;
    color: #ff8181;
    font-size: 15px;
    font-weight: bold;
    /* vertical-align: text-bottom; */
}
*/

ul#kotonoha-roll div.kotonoha-comment {
    margin: 4px 0 0 28px;
    color: #999999;
    font-size: 10px;
    _font-size: 9px;
    /* display: block; */

}

/* サイドメニュー(タグクラウド用) */
ul#sidebar_tags {
    margin-top: 5px;
    padding-left: 0;
    list-style: none;
}
ul#sidebar_tags .module-list-item {
    display: inline;
}
ul#sidebar_tags li.taglevel1 {
    font-size: 27px;
    _font-size: 26px;
    font-weight: bold;
    line-height: 115%;
}
ul#sidebar_tags li.taglevel2 {
    font-size: 24px;
    _font-size: 23px;
    font-weight: bold;
    line-height: 115%;
}
ul#sidebar_tags li.taglevel3 {
    font-size: 21px;
    _font-size: 20px;
    line-height: 115%;
}
ul#sidebar_tags li.taglevel4 {
    font-size: 18px;
    _font-size: 17px;
    line-height: 115%;
}
ul#sidebar_tags li.taglevel5 {
    font-size: 15px;
    _font-size: 14px;
    line-height: 115%;
}
ul#sidebar_tags li.taglevel6 {
    font-size: 12px;
    _font-size: 11px;
    line-height: 115%;
}

/*
タグクラウド文字サイズバックアップ
ul#sidebar_tags li.taglevel1 {
    font-size: 19px;
font-weight: bold;
}
ul#sidebar_tags li.taglevel2 {
    font-size: 17px;
}
ul#sidebar_tags li.taglevel3 {
    font-size: 15px;
}
ul#sidebar_tags li.taglevel4 {
    font-size: 13px;
}
ul#sidebar_tags li.taglevel5 {
    font-size: 11px;
}
ul#sidebar_tags li.taglevel6 {
    font-size: 9px;
}
*/
/* カウンター */
.counter {
    margin: 8px 0 25px;
    padding: 2px;
    background: none;
    font-size: 9px;
}

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

/* Add 20070330 */
/* Random RSS PR */
#rndrss {
    margin: 3px 0px 2px 0px;
    padding 0px 0px 0px 0px;
    background: none;
    color: #444444;
    font-size: 10px;
    _font-size: 9px;
    line-height: 150%;
    width: 165px;
}
#rndrss img {
    margin: 3px 0px 3px 0px;
}

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

.trackword-list ul {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.trackword-list li {
    list-style-type: none;
}

.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: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #ffffff;
    background: #8fabbe;
    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 #36414d;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

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

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column,
body.layout-amazon {
    margin-bottom: 20px;
    text-align: center;
    background: #36414d;
    /* add by GEM 20061027 for background image */
    background-image: url("http://inscription.gemhp.com/bimg200610/hana_bg3.gif");
}
/* containerは未使用 */
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 870px;
    margin-right: auto;
    margin-left: auto;
    /* edit by GEM at 20061027 padding-bottom 15 -> 10 */
    padding: 0 0 0 0;
    border-bottom: 1px solid #66aa99;
    border-left: 1px solid #66aa99;
    border-right: 1px solid #66aa99;
    text-align: left;
    background-color: #ffffff;
}

/* 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 #66aa99;
    border-left: 1px solid #66aa99;
    border-right: 1px solid #66aa99;
    text-align: left;
    background-color: #ffffff;
}

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

/* 1カラム用 */
.layout-one-column #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #66aa99;
    border-left: 1px solid #66aa99;
    border-right: 1px solid #66aa99;
    text-align: left;
    background-color: #ffffff;
}


/* 1カラム用 */
.layout-amazon #box {
    width: 478px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    border-bottom: 1px solid #66aa99;
    border-left: 1px solid #66aa99;
    border-right: 1px solid #66aa99;
    text-align: left;
    background-color: #ffffff;
}

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #66aa99;
    border-right: 1px solid #66aa99;
}
body.layout-one-column-liquid {
    background: #36414d;
}

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

/* 3カラム(リキッドレイアウト) */
.layout-three-column-liquid #content {
    margin: 0 185px 10px;
    border-bottom: 1px solid #66aa99;
    border-left: 1px solid #66aa99;
    border-right: 1px solid #66aa99;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    /* edit by GEM at 20061027 width 155 -> 165 */
    width: 165px;
    top: 95px;
    /* edit by GEM at 20061027 width 15 -> 10 */
    left: 10px;
    color: #ffffff;
}
.layout-three-column-liquid #links-right{
    position: absolute;
    width: 155px;
    top: 95px;
    right: 15px;
    color: #ffffff;
}

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

/* 2カラム(リキッドレイアウト：左サイドバー) */
.layout-two-column-liquid-left #content {
    margin: 0 0 10px 185px;
    border-bottom: 1px solid #66aa99;
    border-left: 1px solid #66aa99;
}
.layout-two-column-liquid-left #links-left {
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    color: #ffffff;
}

/* 1カラム(リキッドレイアウト) */
.layout-one-column-liquid #content {
    margin: 0 100px 10px;
    border-bottom: 1px solid #66aa99;
    border-left: 1px solid #66aa99;
    border-right: 1px solid #66aa99;
    background: #ffffff;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 498px;
    margin: 0 0 0 0;
    border-bottom: 1px solid #66aa99;
    border-left: 1px solid #66aa99;
    border-right: 1px solid #66aa99;
}
.layout-three-column #content_amazon {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
/*    height: 100%;*/
/*    border-bottom: 1px solid #66aa99;*/
/*    border-left: 1px solid #66aa99;*/
/*    border-right: 1px solid #66aa99;*/
}

.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    overflow: hidden;
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    /* edit by GEM at 20061027 padding right and left 15 -> 10 */
    padding: 15px 10px 0 10px;
    color: #ffffff;
}
/* add 20070803 by GEM */
.layout-three-column #bottom-footer-box {
    overflow: hidden;
    width: 850px;
}
.layout-three-column #bottom-footer {
    padding: 5px 0px 5px 0px;
    color: #666666;
}

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

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

/* 1カラム */
.layout-one-column #content {}

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


/* For Original Blog Parts */
.gwbp_bp_area {
    background-image: url("http://inscription.gemhp.com/ticker/slb1.png");
    width: 165px;
    border: 1px dotted #33AA77;
}
.gwbp_bp_area_body {
    height: 200px;
    padding:5px 5px 5px 5px;
    overflow:auto;
    font-size: 12px;
    _font-size: 11px;
    color: #666666;
}
.gwbp_bp_area a, .gwbp_bp_area a:link, .gwbp_bp_area a:visited {
    color: #666699;
    text-decoration:none;
}
.gwbp_bp_area a:hover, .gwbp_bp_area a:active {
    color: #CC3333;
}
