@charset "utf-8";
/*--------------------------------------------------
    リセット
--------------------------------------------------*/
* {
        margin: 0;
        padding: 0;
}


/*--------------------------------------------------
    基本設定
--------------------------------------------------*/
html {
        height: 100%;  
}
body {
        background: url(http://blog-imgs-51.fc2.com/u/r/a/uraraka01/36_bg.jpg);
        color: #62573e;
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro W3','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        font-size: 75%;
        height: 100%;
        padding-top: 0px;
}
/* for without IE6&IE7 */
html>/**/body {
        font-size: 12px;
}
/* for IE7 */
* + html body {
        font-family: 'メイリオ',Meiryo;
}
/* for IE6&MACIE5 */  
* html body {
        font-family: 'ＭＳ Ｐゴシック';
        font-size:75%;
}  

/*--------------------------------------------------
    リンク
--------------------------------------------------*/
a {text-decoration: none;}
a:link,
a:visited {color: #2a8364;}
a:hover,
a:active {
        background: #fad1e1;      
}


/*--------------------------------------------------
    画像
--------------------------------------------------*/
img,
a img {
        border: none;
}
.emoji{
        vertical-align:middle;
        border: none;
}


/*--------------------------------------------------
    基本要素
--------------------------------------------------*/
/* リスト */
ul, ol, li, dl, dt, dd { list-style: none; }  
  
/* フォーム */
/* for without IE6&IE7 */
html>/**/body textarea,
html>/**/body input,
html>/**/body select {
        font-size: 12px;
}
/* for IE7 */
* + html textarea,
* + html input, 
* + html select {
        font-family: 'メイリオ',Meiryo;
}
/* for IE6&MACIE5 */  
* html textarea,
* html input,
* html select {
        font-family: 'ＭＳ Ｐゴシック';
        font-size:75%;
}


/*--------------------------------------------------
    レイアウト
--------------------------------------------------*/
div#page {
        width: 1020px;
        margin: 0 auto 0px;
        background: url(http://blog-imgs-51.fc2.com/u/r/a/uraraka01/36_pagebg.png) center top repeat-y;
}
div#container {
        width: 1000px;
        margin: 0 auto;
        background: url(http://blog-imgs-51.fc2.com/u/r/a/uraraka01/36_paper.jpg) no-repeat;
}
div#wrap {
        float: left; /*◎サイドバーrightへ左右入れ替え可*/
        width: 695px;
        overflow: hidden;
        padding: 30px 15px 30px 30px; /*◎左右入れ替えた場合の調整30 30 30 15*/
}
div#header {
        margin-bottom: 40px;
}
div#main {
        margin-bottom: 30px;
}
div#sidemenu {
        float: right; /*◎サイドバーleftへ左右入れ替え可*/
        width: 260px;
        overflow: hidden;
        margin-bottom: 30px;
        position: relative;
        top: -80px;
        background: url(http://blog-imgs-51.fc2.com/u/r/a/uraraka01/36_sidetop.png) no-repeat; /*◎クローバーなしは37_sidetop.pngに*/
        padding-top: 300px; /*◎クローバーなしの場合は130px*/ 
}
div#footer {
        clear: both;
        margin: 0;
        padding: 10px 30px 30px;
        border-top: solid 1px #2a8364;
}
div#floatMenu {
        position: absolute;
        top: 100px;
        right: 0px;
}
#floatMenu li:first-child {
        background: url(http://blog-imgs-51.fc2.com/u/r/a/uraraka01/36_pagetopbg.png) no-repeat;
        padding: 15px;
}
#floatMenu li+li {
        background: url(http://blog-imgs-51.fc2.com/u/r/a/uraraka01/36_homebg.png) no-repeat;
        padding: 18px 8px 22px 7px;
}
#floatMenu a {
        display: block;
}
  

/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
#header h1 {
        margin: 0 0 20px;
        font-size: 280%;
        line-height: 1em;
        font-weight: normal;
        background: url(http://blog-imgs-51.fc2.com/u/r/a/uraraka01/36_line.png) repeat-x;       
        padding: 20px 10px 0;
}
#header h1 a {
        color: #62573e;
}
p.description {
        margin: 0;
        color: #62573e;
        font-size: 110%;
        letter-spacing: 0.1em;
        background: url(http://blog-imgs-51.fc2.com/u/r/a/uraraka01/36_line2.png) left bottom repeat-x;
        padding: 0 10px 20px;
} 
p.btn {
        text-align: right;
}


/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/  
div.content {
        margin-bottom: 60px;
        overflow: hidden;
        padding: 0 0 20px;
}
div#entry_header {
        margin-bottom: 20px;
        border-bottom: dotted 1px #62573e;        
}
h2.kizi_title {
        font-size: 150%;
        padding: 10px 5px;
        line-height:1.2em;
        border-top: solid 1px #62573e;
}
div.date {
        font-size: 90%;
        margin: 0 5px 5px;
        font-weight: bold;
        text-align: right;
}
div.entry_body {
        font-size: 130%;
        margin: 0 5px;
        line-height: 1.5em;
}
div.entry_body p.entry_more {
        margin: 10px 5px;
}
div.entry_body p.theme,
div.entry_body p.tag {
        margin: 10px 5px;
        font-size: 90%;
}
div.entry_footer {
        margin: 10px 0 5px;
        padding: 0 5px 5px;
        font-size: 90%;
        font-weight: bold;
        border-bottom: solid 1px #62573e;
        text-align: right; 
}

/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
        margin: 10px 5px;
}

/* ページナビ */
div.page_navi {
        margin: 0;
        padding: 15px 10px 30px;
        overflow: hidden;
}
div.page_navi a {
        display: block;
}
div.p_left {
        float: left;
}
div.p_right {
        float: right;
}

/* IE改行有効 */
br {
        letter-spacing: 0;
}

/* エントリー (html tag) */
/* 引用 */
div.entry_body blockquote {
        width: auto;
        margin: 10px 0;
        padding: 10px 20px;
        background-color: rgba(185,225,190,0.4); /* CSS3 */
        background-color: #b9e1be\9; /* IE用 */
        filter: alpha(opacity=75); /* IE用 */
        -webkit-border-radius: 8px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 8px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */ 
}
/* 整形済みテキスト */
div.entry_body pre {
        width: auto;
        margin: 10px 0;
        padding: 10px 20px;
        background-color: rgba(185,225,190,0.4); /* CSS3 */
        background-color: #b9e1be\9; /* IE用 */
        filter: alpha(opacity=75); /* IE用 */
        -webkit-border-radius: 8px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 8px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */ 
}
/* 関連記事など定義リスト */
div.entry_body dl {
        width: auto;
        margin: 10px 5px;
        padding: 10px 20px;
        background-color: rgba(185,225,190,0.4); /* CSS3 */
        background-color: #b9e1be\9; /* IE用 */
        filter: alpha(opacity=75); /* IE用 */
        -webkit-border-radius: 8px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 8px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */ 
}  
div.entry_body dt {
        font-weight: bold;
        border-bottom: dotted 1px #62573e;
        margin-bottom: 5px;
}
div.entry_body dd {
        line-height: 1.5em;
}
div.entry_body ul,
div.entry_body ol {
        margin: 0;
}
div.entry_body li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 0.8em 1.5em;
        margin-bottom: 0.8em;
        line-height: 1.2em;
}
/* ツイートまとめ機能用 */
dl.fc2twtr {
}
dl.fc2twtr dt {
        font-size: 150%;
        font-weight: normal;
        padding-bottom: 2px;
}
dl.fc2twtr dt img {
        margin-right: 5px;
        vertical-align: -5px;
}
dl.fc2twtr p {
        margin: 5px 0 0 0;
        font-size: 110%;
}


/*--------------------------------------------------
    コメント、トラックバック
    全記事一覧、検索結果一覧
--------------------------------------------------*/  
#tb, #cm, #tl, #se {
}
p.sub_header {
        margin-bottom: 30px;
        border-bottom: solid 1px #62573e;
        padding: 0 10px 2px;
}
div.colum {
        background-color: rgba(231,178,189,0.3); /* CSS3 */
        background-color: #e7b2bd\9; /* IE用 */
        filter: alpha(opacity=75); /* IE用 */
        -webkit-border-radius: 8px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 8px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */
        padding: 20px 20px 10px;
        margin:0 10px 30px;
}
h3.sub_title {
        font-size: 125%;
        line-height:1.2em;
        font-weight: bold;
        margin: 0 0 10px 0;
        color: #62573e;
        border-top: dotted 1px #62573e; 
        border-bottom: dotted 1px #62573e;
        padding: 10px 5px;
}
div.sub_body {
        margin: 0 5px;
        line-height: 1.8em;
}
ul.sub_footer {
        text-align: right;
        margin: 10px 5px;
        font-size: 90%;
        font-weight: bold;
}
ul.sub_footer li {
        display: inline;
        list-style-type: none;
}

/* コメントフォーム */
div.form {
        margin: 40px 20px 0;
}
div.form dd {
        margin-bottom:8px;
}
div.form textarea {
        width: 90%;
        height: 180px;
}
div.form input#himitu {
        margin-right: 0.5em;
}
div.form .form_btn {
}
div.form .form_btn input {
        margin-right: 0.5em;
}

/* トラックバックURL */
p.trackback_url {
        padding: 0 10px;
        text-align: left;
        margin-bottom: 20px;
}
p.trackback_url input {
        padding:5px;
        width: 90%;
        color: #62573e;
        margin-bottom: 10px;
}

/* 全記事、検索結果のリスト */
div#tl_body {
        margin: 15px 0 15px;
}
h2.tl_title {
        font-size: 125%;
        line-height:1.2em;
        padding: 5px 15px;
}
div.tl_date {
        font-size: 90%;
        margin: 0 15px 5px;
        font-weight: normal;
}


/*--------------------------------------------------
    プラグイン3（トップページ固定表示用）
--------------------------------------------------*/ 
#p3 {
        margin: 0 0 30px;
        padding: 20px;
        overflow: hidden;
        background-color: rgba(185,225,190,0.4); /* CSS3 */
        background-color: #b9e1be\9; /* IE用 */
        filter: alpha(opacity=75); /* IE用 */
        -webkit-border-radius: 8px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 8px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */ 
}
#p3 li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 0.8em 1.5em;
        line-height: 1.2em;
}
.p3_title {
        font-size: 125%;
        padding: 10px 5px;
        line-height:1.2em;
        font-weight: bold;
        margin: 0 0 10px 0;
        color: #62573e;
        border-top: dotted 1px #62573e;
        border-bottom: dotted 1px #62573e;      
}
.p3_body {
        margin: 0 5px 0.8em;
        line-height: 1.8em;
}


/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/  
div.plugin_body {
        line-height: 1.8em;
        margin: 0 30px 15px;
}
#plg_area {
        padding: 0 30px 5px; /*◎クローバーなしの場合は15 30 5*/
        background: url(http://blog-imgs-51.fc2.com/u/r/a/uraraka01/36_sidebg.png) repeat-y;
}
#sidemenu li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 1em 1.5em;
        line-height: 1.2em;
}
dt.plg_title {
        border-top: dotted 1px #62573e;
        border-bottom: dotted 1px #62573e;
        font-size: 125%;
        font-weight: bold;
        margin: 0 0 5px 0;
        padding: 10px 5px;
        line-height: 1.1em;
        text-align: center; 
}
dd.open_close {
        padding: 10px 0 20px;
        font-size: 110%;
        line-height: 1.8em;
}
p.plg_header,
p.plg_body,
p.plg_footer {
        font-size: 90%;
        line-height: 1.8em;
}
p.plg_body input {
        margin: 2px;
}

/*--------------------------------------------------
    カレンダー(Plugin・固定表示共通)
--------------------------------------------------*/
table.calender {
        width: 95%;
        margin: 0 auto;
}
table.calender caption {
        margin-bottom: 15px;
        margin: 0px auto;
        font-size: 120%;
}
table.calender th {
        border-bottom: 1px solid #62573e;
        text-align: center;
}
table.calender td {
        text-align: center;
}
table.calender td a {
        display: block;
        color: #ffffff;
        background-color: #2a8364;
        -webkit-border-radius: 12px; /* Safari, Chrome用 */
        -moz-border-radius: 6px; /* Firefox用 */
        border-radius: 12px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */ 
}
table.calender td a:hover{ 
        color: #ffffff;
        background-color: #fad1e1;
}
table.calender th#sun {
        color: #FF6600;
}
table.calender th#sat {
        color: #0066FF;
}


/*--------------------------------------------------
    ソーシャルボタン
--------------------------------------------------*/  
div.social {
        margin: 0 30px 35px; /*◎クローバーなしの場合は0 30 0*/
        text-align: left; /*◎クローバーなしの場合はcenter*/
}
div.social span a:hover {
        position: relative;
        top: 2px;
        left: 2px;
        background: none;       
}


/*--------------------------------------------------
    フッター
--------------------------------------------------*/  
div#footer address {
        font-style: normal;
        font-size: 85%;
        letter-spacing: 0.1em;
        text-align: center;
}
div#footer p {
        font-size: 85%;
        letter-spacing: 0.1em;
        text-align: center;
}


/****************************************
  Template Name: 36_clover
  Update: 2012/5/14
  Last Update: 2012/5/15
  Author: うららん
  URL: http://uraraka01.blog27.fc2.com/
****************************************/
