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

/*
 * File      : styles-site.css
 * Version   : 2.04
 * 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.
 *
 * Copyright (C) 2005-2006 www.koikikukan.com All rights reserved.
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    color: #303030;
    font-family: "MS UI Gothic", verdana, 'ＭＳ Ｐゴシック', osaka, sans-serif;
    font-weight: normal;
}

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

/* リンクつき画像枠消 */
img {
    border-style:none;
}


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


/* ドロップシャドウ画像 */
.shadow {
    margin: 0px 0 0 5px;
    background: url(http://blog.spflavor.co.jp/archives/images/shadow_001.gif) right bottom;
    float: left; /* 回り込み制御 */
}

.shadow img {
    position: relative;
    left: -5px; /* 画像を左へ移動 */
    top: -5px; /* 画像を上へ移動 */
    padding: 5px; /* 画像枠 */
    background: #FFFFE0; /* paddingを設定した場合の背景色 */
    border: 1px solid #FFFFFF; /* 画像の枠線 */
}

/*素敵サイト画像*/
.suteki {
    float: left; 
    background-color: #FFFFFF;
    padding: 1px;
    border: 1px solid #EEE5DE;
}

/*ポラロイド風*/
    .pora {
    float: left; 
    background-color: #FFFFFF;
    border-width: 2px;
    margin: 5px 10px 4px 0px;
    padding: 7px 0px 30px 7px;
    border-style: solid;
    border-color: #EEE5DE #CDC0B0 #CDC0B0 #EEE5DE; /*#DEDEDE #A1A1A1 #A1A1A1 #DEDEDE*/
    background-image:url(http://blog.spflavor.co.jp/archives/images/logo_s.gif);
    background-repeat:no-repeat;
    background-position:95% 95%;
}

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

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

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

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

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

/* タイトルバナー */
#banner {
    width: 665px;
    height: 150px;
    border-bottom: 1px solid #8B7E66;
    color: #999999;
    background: #F7F2ED;
    background-image: url(http://blog.spflavor.co.jp/archives/images/header.gif);
    background-position: left top;
    background-repeat: no-repeat;

    text-align: left;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #333333;
    font-size: 12px;
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

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

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

/* エントリー日付 */
.date { 
    margin: 15px 5px 0;
    padding: 2px 0 2px 5px;
    color: #303030;/*#663300*/
    font-family: Georgia; /*verdana, "MS UI Gothic", sans-serif;*/
    text-align: right;
    background: #F7F2ED;
    background-position: left; 
/*background-repeat: no-repeat;
    background-image: url("");
    border-bottom: solid 1px #FFCC00;*/
    font-size: 23px;
    font-weight: bold;
}

/* エントリー */
.entry {
    width: auto;
    margin: 0 5px 15px;
    color: #444444;
    background: #F7F2ED;
/*background-position: 100% 100%; 
    background-repeat: no-repeat;
    background-image: url("");*/
    font-size: 12px;
    line-height:150%;
    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 0;
    color: #303030;
    font-size: 13px;
    font-weight: bold;
}

/* 投稿者 */
.entry-footer {
    margin: 10px 0 70px;
    border-top: 1px dotted #8B8B00;/*#CDBA96*/
    text-align: right;
    color: #CDBA96;
    font-size: 12px;
    font-family: verdana, "MS UI Gothic", sans-serif;
}

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

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

/* テーブル */
table{
font-size:12px;
}


/* カレンダー */
.calendarhead {
    padding-bottom: 3px;
    text-align: center;
    color: #444444;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background: #F7F2ED;
    letter-spacing: 0.2em;
    line-height: 180%;
}
.calendar {
    text-align: center;
    color: #303030;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: none;
}
.calendar table {
    margin: 0px 0 30px;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #F7F2ED; /*#FFFFFF*/
    padding: 0px;
    border-collapse: collapse;
}
.calendar a { text-decoration: none; display: block; }
.calendar a:link { color: #444444; background: #CDCD00; }
.calendar a:visited { color: #444444; background: #CDCD00; }
.calendar a:active { color: #444444; }
.calendar a:hover { color: #444444; background: #CDCD00; }

.calendar th {
    padding-bottom: 3px;
    width: 23px;
}
.calendar td {
    padding: 2px 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    line-height: 160%;
}
.today {
    display: block;
    text-align: center;
    font-family: Verdana, Arial, sans-serif;
    color: #444444;
    border: 1px solid #CDCD00;
}
.red {
    color: #E50003;
    font-size: 10px;
}
.blue {
    color: #6495ED;
    font-size: 10px;
}

/* サイドメニュータイトル */
.sidetitle {
    margin-top: 8px;
    margin-bottom: 10px;
    padding: 2px 0 1px;
    _padding: 1px 0 2px;
    border: 1px solid  #F7F2ED;
    text-align: center;
    color: #000000;
    background: #D3C8C0;
    background-image: url(http://blog.spflavor.co.jp/archives/images/sidetitle.gif);
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 150%;
}

/* サイドメニュー */
.side {
    margin: 0px 0 30px;
    padding: 0px 3 3px;
    color: #444444;
    background: #F7F2ED;
/*background-image: url(http://yellowheart.chu.jp/blog/point.gif);
    background-position: 100% 100%;
    background-repeat: no-repeat;*/
    font-size: 12px;
    _font-size: 12px;
    line-height: 120%;
}

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

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

/* RSSフィード */
.syndicate {
    margin-top: 8px;
    margin-bottom: 5px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    line-height: 100%;
}

/* クレジットバナー */
.powered {
    margin-top: 50px;
    text-align: left;
    color: #CDBA96;
    font-size: 11px;
    font-family: verdana, 'ＭＳ Ｐゴシック', osaka, sans-serif;
    line-height: 100%;
}
.powered img {
    margin-top: 10px;
    font-size: 11px;
    font-family: verdana, 'ＭＳ Ｐゴシック', osaka, sans-serif;
}

.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: 350px;
}

#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: #FFCC00;
    font-size: 12px;
}

.content-nav, {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    color: #CDBA96;
/*background: #FFFAF0;*/
    border-bottom: 1px solid #CDBA96;
    font-size: 12px;
}

/* プロフィール */
.profile-header, {
    margin: 30px 0px;
    padding: 2px 0 2px 5px;
    color: #444444;
    border: 1px solid #CDBA96;
    text-align: center;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background: #FFFFFF;
    letter-spacing: 0.4em;
}

.profile-footer {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    border-top: 1px dotted #8B8B00;/*#CDBA96*/
    text-align: right;
    color: #CDBA96;
    font-size: 12px;
    font-family: verdana, "MS UI Gothic", sans-serif;
}

/* サイトマップ */
.sitemap-header, {
    margin-top: 30px;
    padding: 2px 0 2px 5px;
    border-bottom: 1px solid #CDBA96;
    color: #444444;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    background: #F7F2ED;
}

.sitemap-footer {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    border-top: 1px dotted #8B8B00;/*#CDBA96*/
    text-align: right;
    color: #CDBA96;
    font-size: 12px;
    font-family: verdana, "MS UI Gothic", sans-serif;
}

/* ページ番号 */
.paginate {
    text-align: center;
    font-size: 12px;
 /*font-family: verdana, 'ＭＳ Ｐゴシック',sans-serif;*/
    color: #303030;
}


#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: 10px;
    font-family: verdana, osaka, sans-serif;
    border-top: 1px dotted #CDBA96;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
    margin-bottom: 50px;
}

.comments-open label {
    display: block;
}

.comments-head {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    font-weight: bold;
    color: #444444;
/*background: #FFFFFF;*/
    border-bottom: 1px solid #CDBA96;
    font-size: 12px;
    text-align: center;
}

.error-head {
    margin: 15px 0;
    padding: 2px 0 2px 5px;
    font-weight: bold;
    color: #FF2400;
/*background: #FFFFFF;*/
    border-bottom: 1px solid #CDBA96;
    font-size: 12px;
    text-align: center;
}

.error-content p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    background: #FF2400;
    text-align: center;
    line-height: 150%;
    word-break: break-all;
    letter-spacing: 0.3em;
}

/* NEW表示 */
    span.new {
    display: none;
    color: red;
    font-weight: bold;
}

/* カラム切り替え */

/* 3カラム用 */
body.layout-three-column,
body.layout-two-column-left,
body.layout-two-column-right,
body.layout-one-column {
    margin-bottom: 20px;
    text-align: center;
    background: #D3C8C0;
/*background-image: url( );
   background-position: 100% 100%;
    background-repeat: no-repeat; */
}
.layout-three-column #container,
.layout-two-column-left #container,
.layout-two-column-right #container {
    margin-bottom: 10px;
}
.layout-three-column #box {
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    border-bottom: 3px solid #8B7E66;
    border-left: 1px solid #8B7E66;
    border-right: 1px solid #8B7E66;
    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: 3px solid #FDCC07;
    border-left: 1px solid #FDCC07;
    border-right: 1px solid #FDCC07;
    text-align: left;
    background-color: #F7F2ED;
}

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

/* 1カラム・リキッドレイアウト用 */
/* タイトルバナー */
.layout-one-column-liquid #banner {
    margin-right: 100px;
    margin-left : 100px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
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 #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.layout-three-column-liquid #links-left{
    position: absolute;
    width: 155px;
    top: 95px;
    left: 15px;
    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 #cccccc;
    border-right: 1px solid #cccccc;
}
.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 #cccccc;
    border-left: 1px solid #cccccc;
}
.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 #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background: #ffffff;
}

/* 3カラム */
.layout-three-column #content {
    float: left;
    width: 478px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.layout-three-column #links-left-box,
.layout-three-column #links-right-box {
    float: left;
    width: 185px;
}
.layout-three-column #links-left,
.layout-three-column #links-right {
    padding: 15px 15px 0 15px;
    color: #ffffff;
}

/* 2カラム(右サイドバー) */
.layout-two-column-right #content {
    float: left;
    width: 478px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.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-top: 1px solid #8B7E66;
    border-bottom: 1px solid #8B8B00;
    border-left: 1px solid #8B8B00;
}
.layout-two-column-left #links-left-box {
    float: left;
    width: 185px;
    border-top: 1px solid #8B7E66;
}
.layout-two-column-left #links-left {
    padding: 5px 5px 0;
    color: #ffffff;
}


.layout-two-column-left #footer {
    padding: 10px;
    border-top: 1px solid #F7F2ED;
    color: #444444;/*#BCB3AD*/
    background: #F7F2ED;
    font-family: "Verdana", Georgia, sans-serif;
    font-size: 10px;
    text-align: center;
}


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

.layout-three-column #footer {
    padding: 10px;
    border-top: 1px solid #F7F5F1;
    color: #FFFFFF;
    background: #BCB3AD;
    font-family: "Verdana", Georgia, sans-serif;
    font-size: 10px;
    text-align: center;
}

input,textarea {
    font-family: "Verdana", Georgia, sans-serif;
}