@charset "UTF-8";
/*────────────────────────────────────────
 ■■□　TEMPLATE INFORMATION　　「テンプレート情報」
─────────────────────────────────────────
        Title   : daylight
        Author  : rimse
        Blog    : Nefert   （ http://rimse.blog73.fc2.com/ ）
        Check   : InternetExplorer 6
                  InternetExplorer 7
                  FireFox 2.0
                  Opera 9.25
                  Safari3 (パブリックベータ)
        update  : [HTML] 2008/05/01
                  [CSS]  2008/05/21
    
    テンプレートに関する質問・要望・不具合報告等は作者ブログにて受け付けています。
    感想なども頂けるとありがたいです！お気軽にどうぞ。
    
    ----
    
    この作品は、クリエイティブ・コモンズ・ライセンスの下でライセンスされています。
    （ http://creativecommons.org/licenses/by-nc-sa/3.0/ ）
    
    あなたは以下の条件に従う場合に限り、自由に
    * 本作品を複製、頒布、展示、実演することができます。
    * 二次的著作物を作成することができます。
    
    あなたの従うべき条件は以下の通りです。
    * 表示. 
        あなたは原著作者のクレジットを表示しなければなりません。
    * 非営利. 
        あなたはこの作品を営利目的で利用してはなりません。
    * 継承.
        もしあなたがこの作品を改変、変形または加工した場合、
        あなたはその結果生じた作品をこの作品と同一の許諾条件の下でのみ
        頒布することができます。
        
    ----
    
    使用している画像の原著作者は以下の通りです。
    タイトル : hufse 
                http://www.flickr.com/photos/hufse/257753107/
    エントリータイトル : synapse
                http://www.flickr.com/photos/synapse/503744708/

────────────────────────────────────────*/


/*────────────────────────────────────────
 ■ デフォルトスタイルの再設定
────────────────────────────────────────*/
body, div, dl, dt, dd, ul, ol, li,
pre, form, fieldset, input, p, blockquote, th, td {
    margin          : 0;
    padding         : 0;
}
input[type="submit"],
input[type="reset"],
input[type="radio"],
input[type="checkbox"],
label,
button {
    cursor          : pointer;
}
fieldset,
img {
    border          : 0;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    margin          : 0;
    padding         : 0;
    font-size       : 100%;
    font-weight     : normal;
}
strong, 
b {
    font-weight     : bold;
}
blockquote {
    margin          : 1em 2em;
    padding         : 0.5em;
    border          : 1px dashed #555;
}
em,
i, 
cite,
dfn,
var {
    font-style      : italic;
}
u {
    text-decoration : underline;
}
s,
strike {
    text-decoration : line-through;
}
pre {
    margin          : 0.5em 0;
    font-family     : "Osaka-等幅" ,"Lucida Console" ,monospace;
    white-space     : pre;
}
code {
    font-family     : "Osaka-等幅" ,"Lucida Console" ,monospace;
}
ul,
ol {
    margin          : 1em 0;
    padding-left    : 40px;
}
li {
    margin          : 0;
}
p {
    margin          : 1em 0;
}

/*────────────────────────────────────────
 ■ リンク用設定
        リンクの文字色などの設定を行います。
────────────────────────────────────────*/
a, 
a[name]:hover {
    color           : #555;
    text-decoration : none;
}
a:link {
    color           : #6c0;
    text-decoration : underline;
}
a:visited {
    color           : #6c0;
    text-decoration : underline;
}
a:hover {
    color           : #8fo;
    text-decoration : underline;
}
#sub a:link  {
    color           : #555;
}
#sub a:visited  {
    color           : #555;
}
#sub a:hover {
    color           : #6c0;
}
a.tagword:link,
a.tagword:visited {
    border-bottom   : 1px dotted #555;
    color           : #555;
    text-decoration : none;
}
a.tagword:hover {
    background-color    : #eee;
    color           : #888;
    text-decoration : none;
}

/*────────────────────────────────────────
 ■ ページ全体の設定
        ページ全体に適用するスタイルを設定しています。
────────────────────────────────────────*/
body {
    margin          : 0;
    padding         : 0 2.5em;
    background-color    : #fff;
    line-height     : 1.6;
    color           : #555;
    font-family     : "Verdana",　"MS UI Gothic",　"Osaka",　sans-serif;
    font-weight     : normal;
    font-size       : 85%;
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/daylight-background.png");
    background-repeat   : repeat-x;
    background-position : left top;
    
    /*　for IE5　*/
    text-align      : center;
}

/*────────────────────────────────────────
 ■ ページを包括する要素の設定
        デザインの自由度を上げるためにページ全体を包括する要素が設定されています。
────────────────────────────────────────*/
#wrapper {
    border-left     : 1px solid #555;
    border-right    : 1px solid #555;    
    border-bottom   : none;
    padding         : 0 1px;
    margin          : 0 auto;
    min-width       : 600px;
    max-width       : 900px;
    background-color    : #fff;
    position        : relative;
    
    /*　for IE5　*/
    text-align      : left;
}
* html #wrapper {
    width : expression(
                (document.documentElement.clientWidth > 800)? "800px" :
                (document.documentElement.clientWidth < 600)? "600px" :
                "auto"
            );
    /* for IE */
    *height         : 1%;
}
#page {
    width           : 100%;
}
/*────────────────────────────────────────
 ■ ヘッダー部の設定
        タイトル・ブログの紹介を含む部分の設定です。
────────────────────────────────────────*/
#header {
    background-color    : #6c0;
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/daylight-title.jpg");
    background-repeat   : no-repeat;
    background-position : center bottom;
    width           : 100%;
}
.header-container {
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/white-boder-y.gif");
    background-repeat   : repeat-y;
    background-position : 15px top;
    padding         : 160px 0 55px;
    margin          : 0 0 0 3em;
}
#title {
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/white-boder-x.gif");
    background-repeat   : no-repeat;
    background-position : left center;
    padding             : 0 0 0 35px;    
}
#title h1 {
    color           : #fff;
    margin          : 0;
    font-weight     : normal;
    font-size       : 200%;
    line-height     : 1;
}
#title h1 a {
    text-decoration : none;
    font-family     : "Trebuchet MS", "Verdana" ,"MS UI Gothic" ,"Osaka" ,sans-serif;
    letter-spacing  : 1px;
}
#title h1 a:link, 
#title h1 a:visited {
    color           : #fff;
    padding-bottom  : 1px;
}
#title h1 a:hover {
    color           : #dfffbf;
}
#subtitle {
    font-size       : 50%;
    font-weight     : normal;
    letter-spacing  : 0;
}
#introduction p {
    margin          : 0 0 0 6em;
    padding         : 0.2em 0.7em 0.5em;
    color           : #fff;
    font-weight     : normal;
}

/*────────────────────────────────────────
 ■ コンテンツを包括する要素の設定
        デザインの自由度を上げるために、エントリー部（メイン）と
        プラグインを含むメニュー（サブ）を包括する要素が設定されています。
────────────────────────────────────────*/
#body {
    padding         : 0 1em 1em 1.5em;
}
#body .body-container {
    width           : 100%;
}

/*────────────────────────────────────────
 ■ メインコンテンツを包括する要素の設定
        エントリー部（メイン）を包括する要素の設定。
────────────────────────────────────────*/
#main {
    float           : left;
    width           : 64%;
    overflow        : hidden;
}
#main .main-container {
    width           : 100%;
}

/*────────────────────────────────────────
 ■ 個々のエントリーを包括する要素の設定
────────────────────────────────────────*/
div.entry {
    clear           : both;
    margin          : 1em 0.5em 1.5em 0;
    padding         : 0 0 0 0;
}
div.entry-container {
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/border-y.gif");
    background-repeat   : repeat-y;
    background-position : 10px top;
}

/*────────────────────────────────────────
 ■ エントリータイトル部の設定
────────────────────────────────────────*/
h2.entry-title {
    margin          : 0 0 0 11px;
    padding         : 45px 0 5px 55px;
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/daylight-entry.png");
    background-repeat   : no-repeat;
    background-position : left bottom;

    font-size       : 100%;
    font-weight     : bold;
    line-height     : 1;
    letter-spacing  : 0.1em;

    /* for IE */
    *height         : 1%;
}

h2.entry-title a:link,  
h2.entry-title a:visited {
    text-decoration : none;
} 

h2.entry-title a:hover {
    text-decoration : none;
}
/*────────────────────────────────────────
 ■ エントリーの日付表示の設定
────────────────────────────────────────*/
p.entry-time {
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/border-x.gif");
    background-repeat   : repeat-x;
    background-position : left top;
    font-size       : 90%;
    margin          : 0;
    padding         : 0;
    line-height     : 1.4;
    text-align      : right;
}
/*────────────────────────────────────────
 ■ エントリーの本文の設定
────────────────────────────────────────*/
div.entry-body {
    margin          : 0;
    padding         : 1em 1em 0 30px;
}
div.entry-body-container {
    width           : 100%;
    overflow        : auto;
    padding-bottom  : 25px;
    margin          : 0;
    
    /* for IE */
    *overflow-x     : auto;
    *overflow-y     : hidden;
}
div.entry-more {
    margin-top      : 1em;
}

div.entry-body dd {
    padding-left    : 40px;
    margin          : 0;
}
/*────────────────────────────────────────
 ■ エントリーのフッタ部の設定
────────────────────────────────────────*/
div.entry-footer {
    padding         : 0.5em 0;
    clear           : both;
}
dl.entry-tag {
    padding         : 0.5em;
    border          : 1px solid #555;
    margin          : 0 20px 0 30px;
    
    /* for IE */
    *height         : 1%;
}
dl.entry-tag dt {
    display         : none;
}
dl.entry-thread {
    margin-left     : 30px;
}
dl.entry-thread dt {
    margin-top      : 0.5em;
    display         : block;
    font-weight     : bold;
}
dl.entry-tag dd {
    display         : inline;
    margin          : 0 0.5em;
}
dl.entry-thread dd {
    display         : inline;
    margin          : 0 0.5em;
}
dl.entry-info {
    margin-top      : 0.5em;
    text-align      : right;
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/border-x.gif");
    background-repeat   : repeat-x;
    background-position : left top;
    padding         : 0.5em 0 0 15px;
}
dl.entry-info dt {
    display         : none;
}
dl.entry-info dd {
    display         : inline ;
    padding         : 0 0.5em;
    border-right    : 1px dotted #555;
}
dl.entry-info dd.category-info {
    display         : inline ;
    padding         : 0 0.5em;
    border-right    : none;
}

/*────────────────────────────────────────
 ■ 「FC2ブックマークボタン」の設定
────────────────────────────────────────*/
.fc2_footer {
    padding         : 1em 0 0 0;
}

/*────────────────────────────────────────
 ■ 「RDF」の非表示
────────────────────────────────────────*/
.rdf{
    display         : none;
    clear           : both;
}

/*────────────────────────────────────────
 ■ コメント・トラックバック包括要素の設定
────────────────────────────────────────*/
div.comment, 
div.trackback {
    padding         : 1em 0 1.5em;
}
div.comment .comment-container, 
div.trackback .trackback-container {
    width           : 100%;
}

/*────────────────────────────────────────
 ■ コメント・トラックバック部の見出しの設定
────────────────────────────────────────*/
div.comment h3, 
div.trackback h3, 
div.edit-comment h2 {
    font-size       : 100%;
    font-weight     : bold;
    margin          : 1em 0;
    padding         : 0;
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/border-x.gif");
    background-repeat   : repeat-x;
    background-position : left bottom;    
}
div.comment h3:first-letter, 
div.trackback h3:first-letter, 
div.edit-comment h2:first-letter {
    color           : #6c0;
    font-size       : 1.5em;
}
/*────────────────────────────────────────
 ■ コメントの表示設定
        .comment-header ： 投稿者の名前、URL、トリップを含む要素
        .comment-title : コメントのタイトル部
        .comment-body : コメントの本文
        .comment-footer : 投稿日時、編集メニューへのリンクを含む要素
────────────────────────────────────────*/
div.view-comment ol {
    padding-left    : 32px;
}
div.comment-header p{
    margin          : 0;
}
div.comment-title {
    margin          : 0;
    padding-left    : 0.3em;
    border-left     : 0.2em solid #555;
    font-weight     : bold;
}
div.comment-title p{
    margin          : 0;
    padding-top     : 0.5em;
    padding-bottom  : 0.5em;
}
div.comment-body {
    margin          : 0;
    border-left     : 0.2em solid #555;
    padding-left    : 0.5em;
}
div.comment-body p{
    margin          : 0;
    width           : 100%;
    overflow        : auto;
    padding-top     : 0.1em;
    padding-bottom  : 0.3em;
}
@media screen {/* この中をMacIEは無視する */
div.comment-body p{
    overflow        : auto;

    /* for IE */
    *overflow-x     : auto;
    *overflow-y     : hidden;
    *padding-bottom : 25px;
}
}

div.comment-footer p{
    margin          : 0.5em 0 1em;
    text-align      : right;
    color           : #777;
    font-size       : 95%;
}
div.comment-footer a:link,
div.comment-footer a:visited,
div.comment-footer a:hover {
    color           : #777;
}
/*────────────────────────────────────────
 ■ コメント投稿フォームの設定
────────────────────────────────────────*/
.write-comment dt, 
.edit-comment dt {
    margin          : 0;
    padding         : 0;
}
.write-comment dd, 
.edit-comment dd {
    margin          : 0.2em 1em;
}
.form-name {
    width           : 40%;
    padding         : 1px;
    line-height     : 1;

    /* for IE6 */
    _width          : 120px;
}
.form-mail {
    width           : 85%;
    padding         : 1px;
    line-height     : 1;

    /* for IE6 */
    _width          : 300px;
}
.form-url {
    width           : 85%;
    padding         : 1px;
    line-height     : 1;

    /* for IE6 */
    _width          : 300px;
}
.form-subject {
    width           : 85%;
    padding         : 1px;
    line-height     : 1;

    /* for IE6 */
    _width          : 300px;
}
.form-pass {
    width           : 40%;
    padding         : 1px;
    line-height     : 1;

    /* for IE6 */
    _width          : 120px;
}
textarea.form-comment {
    width           : 85%;
    padding         : 1px;
    line-height     : 1;

    /* for IE6 */
    _width          : 300px;
}


/*────────────────────────────────────────
 ■ コメントの送信ボタンに関する設定
────────────────────────────────────────*/
ul.submit {
    list-style-type : none;
    padding-left    : 0;
}
ul.submit li {
    display         : inline;
}
ul.submit .form {
    margin          : 0 2em;
    padding         : 0.2em 1em;
}
ul.submit .edit-end {
    margin          : 0 2em;
    font-weight     : bold;
    padding         : 0.2em 1em;
}
ul.submit .edit-del {
    margin          : 0 0 0 5em;
    padding         : 0.2em 0.5em;
}

/*────────────────────────────────────────
 ■ トラックバック表示についての設定
────────────────────────────────────────*/
dd.trackback-url {
    margin          : 0.5em;
    text-decoration : underline;
    font-size       : 11px;
}
dd.trackback-list p.trackback-list-title {
    margin          : 0;
}
dd.trackback-list p.trackback-list-excerpt {
    margin          : 0 1em 1.5em;
}

/*────────────────────────────────────────
 ■ 前後のページへのナビゲーション
────────────────────────────────────────*/
dl.pagelink {
    margin          : 1em 0;
    text-align      : center;
}
dl.pagelink dt {
    display         : none;
}

dl.pagelink dd {
    display         : inline;
}

dl.pagelink dd.home {
    margin          : 0 0.3em;
    padding         : 0 5px;
    border-left     : 1px dotted #555;
    border-right    : 1px dotted #555;
    text-transform  : uppercase;
}

.pagelink a:link, 
.pagelink a:visited {
    color           : #555;
    text-decoration : none;
    line-height     : 2em;
    padding         : 4px 7px;
}
.pagelink a:hover {
    padding         : 3px 6px;
    border          : 1px solid #555;
    background-color    : #f5f5f5;
    color           : #444;
    text-decoration : none;
}

/*────────────────────────────────────────
 ■ サブメニュー包括要素の設定
────────────────────────────────────────*/
div#sub{
    width           : 35%;
    float           : right;

    /* for IE5 */
    text-align      : center;
}

div#sub .sub-container {
    padding         : 1em 10px 10px;

    /* for IE5 */
    text-align      : left;
}


/*────────────────────────────────────────
 ■ 各メニューを包括する要素の設定
────────────────────────────────────────*/
div#sub .menuitem{
    margin-bottom   : 1em;
    padding         : 0 0 0.5em;
    width           : 100%;
    overflow        : auto;

    /* for IE */
    *overflow-x     : auto;
    *overflow-y     : hidden;
    *padding-bottom : 25px;
}
div#sub .menu-body{
    margin          : 0.5em 0;
}

/*────────────────────────────────────────
 ■ サブメニュー内タイトル
────────────────────────────────────────*/
#sub h2 {
    margin          : 0;
    padding         : 0.3em 0 0.2em;
    background-image    : url("http://blog-imgs-26.fc2.com/r/i/m/rimse/border-x.gif");
    background-repeat   : repeat-x;
    background-position : left bottom;
    font-size       : 100%;
    font-weight     : bold;
    line-height     : 1;
}
/*────────────────────────────────────────
 ■ サブメニュー内各種要素についての設定
────────────────────────────────────────*/
#sub ul {
    padding-left    : 20px;
    list-style-type : square;
}
#sub dd {
    padding-left    : 20px;
}
#sub input, 
#sub textarea {
    margin          : 2px 0px;
    padding         : 1px;
}

/*────────────────────────────────────────
 ■ フッタ部設定
────────────────────────────────────────*/
#footer {
    padding         : 2em 0px 1em;
    text-align      : center;
    font-size       : 90%;
    clear           : both;
}
#footer,
#footer a:link,
#footer a:visited,
#footer a:hover {
    color           : #777;
}
#footer div.ad, 
#footer p.design, 
#footer p.licence {
    margin          : 0;
}

/*────────────────────────────────────────
 ■ テーブル・カレンダー関係
────────────────────────────────────────*/
table {
    font-size       : 100%;
}
table.calender {
    width           : 95%;
    margin          : 0 auto;
}
.calender td, 
.calender th {
    text-align      : center;
    border-right    : 1px solid #eee;
    border-bottom   : 1px solid #eee;
    padding         : 0px;
    line-height     : 180%;
    font-size       : 95%;
}
th {
    font-weight     : normal;
}
.calender td a:link,
.calender td a:visited {
    background-color    : #eee;
    display         : block;
}
.calender td a:hover {
    background-color    : #555 !important;
    display         : block;
}
/*────────────────────────────────────────
 ■ IEでのバグの回避設定
────────────────────────────────────────*/
br {
    letter-spacing  : 0px;
}
/*────────────────────────────────────────
 ■ テンプレートオリジナルクラス
────────────────────────────────────────*/
hr.separator {
    display         : none;
}
.entry-body img.f-left {
/*
    本文中で画像使用時、右側にテキストを回り込ませる設定。
    HTML部は、
        <img .... class="left">
    と記述してください
*/
    float       : left;
    margin      : 1em 1em 1em 0px;
}
.entry-body img.f-right {
/*
    本文中で画像使用時、左側にテキストを回り込ませる設定。
    HTML部は、
        <img .... class="right">
    と記述してください
*/
    float       : right;
    margin      : 1em 0px 1em 1em;
}
strong.strong,
strong.strong a:link,
strong.strong a:visited {
/*
    FC2の仕様上、太字を表現する目的でstrongが使われるため、
    本来の"さらに強い強調"を示すのが難しくなっています。
    このテンプレートでは、strongにクラス名strongを与えた場合、
    アクセントカラーを使用して強調するという設定にしています。
    このスタイルを使うには、

        1.強調する部分の直前に
            <strong class="strong">

        2.強調する部分の直後に
            </strong>

    という記述を追加してください。
*/
    color           : #f03;
    font-weight     : bold;
}