@charset "UTF-8";
/*--------------------------------------------------
    リセット
--------------------------------------------------*/
* {
        margin: 0;
        padding: 0;
}

/*--------------------------------------------------
    基本設定
--------------------------------------------------*/
html {
        overflow-y:scroll;
        height: 100%;  
}
body {
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/34_bg.jpg);
        color: #333;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        font-size: 75%;
        overflow:visible;
        height: 100%;
}
/* 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: #f60;}
a:hover,
a:active {text-decoration: underline;}

/*--------------------------------------------------
    画像
--------------------------------------------------*/
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%;
}

/*--------------------------------------------------
    レイアウト
--------------------------------------------------*/
#page {
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/34_img.jpg) no-repeat fixed;
        width: 100%;
}
#to_top {
        position: absolute;
        bottom: 40px;
        right: 50px;
}
#container {
        width: 960px;
        margin: 0 auto;
}
#header {
        position: relative;
        height: 200px;
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/34_headbg.png) no-repeat;
}
#wrap {
        width: 720px;
        float: right;
        overflow: hidden;
}
#main {
}
#sidemenu {
        width: 200px;
        float: left;
        overflow: hidden;
        border-bottom: dotted 1px #666;
}
#footer {
        clear: both;
        padding: 0 20px 0 240px;
        height: 100px;
}

/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
#header h1 {
        padding: 55px 0 10px;
        margin: 0 40px 15px 100px;
        font-size: 25px;
        letter-spacing: 0.2em;
        line-height: 1em;
        font-weight: normal;
}
#header h1 span {
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/34_titlebg.png) no-repeat right bottom;
        padding: 10px 60px 10px 0;
} 
p.description {
        margin: 0 100px;
        font-size: 100%;
        line-height: 1.1em;
        color: #604f32;
}

/*ヘッダーメニュー*/  
div.btn {
        position: absolute;
        top: 5px;
        right: 10px;      
}
div.btn span a:hover {
        position: relative;
        top: 2px;
        left: 2px;        
}
#facebook {
        margin-left: 5px;
}

/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/  
div.content {
        margin-bottom: 30px;
        padding: 0 0 20px;
        filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ccffffff,EndColorStr=#ccffffff); /* IE用 */
        background-color: rgba(255,255,255,0.8); /* CSS3 */
        /*background-color: #fff\9;  IE用 */
        /*filter: alpha(opacity=80);  IE用 */
        -webkit-border-radius: 4px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 4px; /* CSS3 */
        border: solid 2px #eee;
        height: 100%; /* for IE6&MACIE5 */ 
}
div#entry_header {
        margin-bottom: 20px;
        padding: 20px 15px 10px;
        color: #a3c3e0;        
}
div#entry_header a {
        color: #a3c3e0;
}
h2.kizi_title {
        margin-bottom: 5px;
        font-size: 220%;
        line-height:1.2em;
}
div.date {
        font-size: 100%;
        font-weight: bold;
}
div.entry_body {
        font-size: 130%;
        line-height: 1.8em;
        margin: 0 15px;
}
div.entry_body p.entry_more,
div.entry_body p.theme,
div.entry_body p.tag {
        margin: 10px 5px;
        font-size: 90%;
}
div.entry_body img {
        border: 0;
}
div.entry_footer {
        margin: 10px 0 5px;
        padding: 5px 15px;
        font-size: 90%;
        font-weight: bold;
        text-align: right;  
}

/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
        margin: 10px 5px;
}

/* タグ */
p.tag a {
        background-color: rgba(0,0,0,0.1); /* CSS3 */
        background-color: #ccc\9; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 4px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 4px; /* CSS3 */
        padding: 2px;
        height: 100%; /* for IE6&MACIE5 */ 
}
p.tag {
        line-height: 2em;     
}

/* ページナビ */
div.page_navi {
        padding: 10px 15px 40px;
}
div.p_left {
        float: left;
}
div.p_right {
        float: right;
}
div.home {
        text-align: center;
}

/* IE改行有効 */
br {
        letter-spacing: 0;
}

/* エントリー (html tag) */
/* 引用 */
div.entry_body blockquote {
        margin: 10px 5px;
        padding: 1em 2em;
        background-color: rgba(0,0,0,0.05); /* CSS3 */
        background-color: #ccc\9; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 5px; /* Safari, Chrome用 */
        -moz-border-radius: 5px; /* Firefox用 */
        border-radius: 5px; /* CSS3 */
        height: 100%; /* for IE6&MACIE5 */ 
}
/* 整形済みテキスト */
div.entry_body pre {
        margin: 10px 5px;
        padding: 1em 2em;
        background-color: rgba(0,0,0,0.05); /* CSS3 */
        background-color: #ccc\9; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 5px; /* Safari, Chrome用 */
        -moz-border-radius: 5px; /* Firefox用 */
        border-radius: 5px; /* CSS3 */
        overflow: auto;
        height: 100%; /* for IE6&MACIE5 */ 
}
/* 関連記事など定義リスト */
div.entry_body dl {
        margin: 10px 5px;
        padding: 1em 2em;
        background-color: rgba(0,0,0,0.05); /* CSS3 */
        background-color: #ccc\9; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 5px; /* Safari, Chrome用 */
        -moz-border-radius: 5px; /* Firefox用 */
        border-radius: 5px; /* CSS3 */
        font-size: 90%;
        height: 100%; /* for IE6&MACIE5 */ 
}  
div.entry_body dt {
        font-weight: bold;
        border-bottom: dotted 1px #999;
        margin-bottom: 10px;
}
div.entry_body dd {
        line-height: 1.5em;
        margin-bottom: 0.8em;
}
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 18px;
        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 {
        margin-bottom: 30px;
        padding: 0 0 20px;
}
p.sub_header {
        margin-bottom: 20px;
        color: #fff;
        font-size: 200%;
        font-weight: bold;
        letter-spacing: 0.1em; 
}
#tl p.sub_header,
#se p.sub_header {
        margin: 20px 15px;
        padding-bottom: 1px;
        color: #604f32;
        line-height: 1;
        border-bottom: dotted 1px #604f32; 
}
div.colum {
        margin:0 0 30px;
        padding: 15px;
        border: dotted 1px #999;
        -webkit-border-radius: 4px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 4px; /* CSS3 */
}
h3.sub_title {
        font-size: 125%;
        line-height:1.2em;
        font-weight: bold;
        margin-bottom: 10px;
        border-bottom: dotted 1px #999;
        padding: 0 0 5px;  
}
div.sub_body {
        margin: 0 5px;
        line-height: 1.8em;
}
ul.sub_footer {
        margin: 10px 10px 0;
        font-size: 90%;
        font-weight: bold;
        text-align: right;
        line-height: 1;
}
ul.sub_footer li {
        display: inline;
        list-style-type: none;
}

/* コメントフォーム */
div.form {
        margin: 20px 20px 0;
}
div.form dd {
        margin-bottom:8px;
}
div.form textarea {
        height: 180px;
        width: 80%
}
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;
}
p.trackback_url input {
        padding:5px;
        color: #604f32;
        margin-bottom: 10px;
        width: 80%;
}

/* 全記事、検索結果のリスト */
div#tl_body {
        margin: 10px 5px;
}
h2.tl_title {
        font-size: 120%;
        line-height:1em;
        margin: 0 15px 2px;
}
div.tl_date {
        font-size: 90%;
        margin: 0 15px 15px;
        font-weight: normal;
}

/*--------------------------------------------------
    プラグイン3（トップページ固定表示用）
--------------------------------------------------*/ 
#p3 {
        margin: 0 0 30px;
        padding: 15px;
        text-align: left;
        overflow: hidden;
        -webkit-border-radius: 4px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 4px; /* CSS3 */
        border: solid 2px #eee;
        height: 100%; /* for IE6&MACIE5 */ 
}
#p3 li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 0.5em 18px;
        line-height: 1.2em;
}
#p3_title {
        font-size: 150%;
        color: #604f32; 
        line-height:1.2em;
        font-weight: bold;
        padding: 3px 2px 0;
        margin-bottom: 10px;
        border-left: solid 8px #efefef;    
}
.p3_body {
        line-height: 1.5em;
        margin: 0 5px;
}

/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/  
#sidemenu li {
        list-style-type: disc;
        margin: 0 0 1em 1.5em;
        line-height: 1.2em;
        padding: 2px 0;    
}
dl.sidemenu_body {
        border-top: dotted 1px #666;
}
dt.plg_title {
        font-size: 100%;
        line-height: 1.1em;
        text-align: right; 
        margin: 0;
        padding: 10px 5px;
}
dd.open_close {
        border-top: dotted 1px #666;
        padding: 10px 0 20px;
        font-size: 90%;
        line-height: 1.8em;
}
p.plg_header,
p.plg_body,
p.plg_footer {

}
p.plg_body input {
        margin: 2px;
}

/* タグ */
.plugin-tag a {
        background-color: rgba(0,0,0,0.1); /* CSS3 */
        background-color: #ccc\9; /* IE用 */
        filter: alpha(opacity=70); /* IE用 */
        -webkit-border-radius: 4px; /* Safari, Chrome用 */
        -moz-border-radius: 4px; /* Firefox用 */
        border-radius: 4px; /* CSS3 */
        padding: 2px;
        height: 100%; /* for IE6&MACIE5 */ 
}
.plugin-tag {
        line-height: 2em;     
}

/* 子カテゴリ用 */
#sidemenu ul.sub_menu {
        margin: 8px 0 8px 12px;
}
#sidemenu li.sub_list,
#sidemenu li.sub_list_end {
        background: none;
        list-style-type: disc;
        padding-left: 0;
        margin-bottom: 0.6em;
}

/*--------------------------------------------------
    カレンダー(Plugin・固定表示共通)
--------------------------------------------------*/  
div.plugin_body {
        font-size: 90%;
        line-height: 1.8em;
        margin-bottom: 20px;
}

table.calender {
        width: 95%;
        margin: 0 auto;
}
table.calender caption {
        font-size: 120%;
        margin: 0px auto;
}
table.calender th {
        border-bottom: 1px dotted #666;
        text-align: center;
}
table.calender td {
        border: 1px dotted #666;
        text-align: center;
}
table.calender td a {
        display: block;
        color: #fff;
        background-color: #604f32;
}
table.calender td a:hover{ 
        color: #333;
        background-color: #fff;
        text-decoration: none;
}
table.calender th#sun {
        color: #f60;
}
table.calender th#sat {
        color: #06f;
}

/*--------------------------------------------------
    フッター
--------------------------------------------------*/  
div#footer address {
        padding-top: 40px;
        font-style: normal;
        font-size: 90%;
        color: #604f32;
}
div#footer p {
        font-size: 90%;
        color: #604f32;
}
div#footer a {
        color: #604f32;
}

/****************************************
  Template Name: 34_birdsky
  Last Update: 2012/11/21
  Author: うららん
  URL: http://uraraka01.blog27.fc2.com/
****************************************/
