@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/30_bg.jpg);
        color: #3d3d3d;
        font-family: 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro W3','ヒラギノ角ゴ 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: #3d3d3d;}
a:hover,
a:active {color: #d83fa1;}


/*--------------------------------------------------
    画像
--------------------------------------------------*/
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 {
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/30_bottom_bg.png) repeat-x left bottom;
        width: 100%;
}
img.topimg {
        z-index: 1000;
        position: absolute;
        top: 0;
        left: 0;
}
div#container {
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/30_chou1.png) no-repeat left 330px;
}
div#wrap {
        width: 55%;
        margin: 0 30px 20px 180px;
        float: left;
        overflow: hidden;
}
* html div#wrap { /* for IE6&MACIE5 */ 
	margin-left: 90px;
	margin-right: 15px;
}
div#header {
        min-height: 130px;
        position: relative;
}
div#main {
        background: #fff;
	-webkit-box-shadow: 0px 1px 4px 0px #aaa, inset 0px 0px 2px 5px #e7fce9;
        -webkit-border-radius: 10px; /* Safari, Chrome用 */
	-moz-box-shadow: 0px 1px 4px 0px #aaa, inset 0px 0px 2px 5px #e7fce9;
        -moz-border-radius: 10px; /* Firefox用 */
	box-shadow: 0px 1px 4px 0px #aaa, inset 0px 0px 2px 5px #e7fce9;
        border-radius: 10px; /* CSS3 */
        margin: 5px;
        padding: 30px;
}
div#sidemenu {
        width: 200px;
        overflow: hidden;
        border-bottom: solid 1px #999999;
        margin-bottom: 100px;
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/30_chou2.png) no-repeat;
        padding-top: 160px;
}
div#footer {
        clear: both;
        margin: 0 0 0 180px;
        padding: 0 35px 20px;
}
  

/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
#header h1 {
        padding: 50px 35px 10px;
        font-size: 220%;
        line-height: 1em;
        font-weight: normal;
} 
p.description {
        margin: 0 35px;
        font-size: 85%;
        line-height: 1.1em;
        letter-spacing: 0.1em;
        color: #317120;
}
p.login {
        position: absolute;
        top: 5px;
        right: 0;
}
p.login a:hover {
        position: relative;
        top: 2px;
        left: 2px;        
}
p.archive {
        position: absolute;
        top: 5px;
        right: 65px;
}
p.archive a:hover {
        position: relative;
        top: 2px;
        left: 2px;        
}


/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/  
div.content {
        margin-bottom: 30px;
        padding: 0 0 20px;
        height: 100%; /* for IE6&MACIE5 */ 
}
div#entry_header {
        margin-bottom: 20px;
        border-bottom: dotted 1px #aaaaaa;        
}
h2.kizi_title {
        border-top: solid 1px #aaaaaa;
        padding: 10px 10px 10px 32px;
        font-size: 125%;
        line-height:1.2em;
}
#for_png {
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/30_mark.png) no-repeat left center;
}
div.date {
        font-size: 90%;
        font-weight: bold;
        text-align: right;
        margin: 0 5px 5px;
}
div.entry_body {
        font-size: 100%;
        line-height: 1.8em;
        margin: 0 5px;
}
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: 0 5px 5px;
        font-size: 90%;
        font-weight: bold;
        border-bottom: solid 1px #aaaaaa;
        text-align: right; 
}

/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
        margin: 10px 5px;
}

/* ページナビ */
div.pagetop {
        text-align: right;
        margin: 5px 10px;
}
div.pagetop a:hover {
        position: relative;
        top: 2px;
        left: 2px;  
}
div.page_navi {
        padding: 10px 10px 40px;
}
div.page_navi a:hover {
        position: relative;
        top: 2px;
        left: 2px;  
}
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: #eee;
        -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: #eee;
        -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: #eee;
        -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;
}
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 1em 18px;
        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: 20px;
}
div.colum {
        margin:0 0 30px;
        padding: 20px;
        background: #e7fce9;
        -webkit-border-radius: 10px; /* Safari, Chrome用 */
        -moz-border-radius: 10px; /* Firefox用 */
        border-radius: 10px; /* CSS3 */
}
h3.sub_title {
        font-size: 125%;
        color: #d83fa1;
        line-height:1.2em;
        font-weight: bold;
        margin-bottom: 10px;
        border-bottom: dotted 1px #d83fa1;
        padding: 5px 0;  
}
div.sub_body {
        margin: 0 10px;
        line-height: 1.8em;
}
ul.sub_footer {
        margin: 10px 10px 0;
        font-size: 90%;
        font-weight: bold;
        text-align: right;
}
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: #d83fa1;
        margin-bottom: 10px;
        width: 80%;
}

/* 全記事、検索結果のリスト */
div#tl_body {
        margin: 10px 0;
}
h2.tl_title {
        font-size: 120%;
        line-height:1em;
        padding: 8px 32px;
}
div.tl_date {
        font-size: 90%;
        margin: 0 35px 5px;
        font-weight: normal;
}

/* 検索結果 */
#se p.sub_header {
        font-size: 150%;
}
img#search {
        vertical-align: -15px;
        margin-right: 10px;
}



/*--------------------------------------------------
    プラグイン3（トップページ固定表示用）
--------------------------------------------------*/ 
#p3 {
        margin: 0 0 30px;
        padding: 20px;
        text-align: left;
        overflow: hidden;
        background: #e7fce9;
        -webkit-border-radius: 10px; /* Safari, Chrome用 */
        -moz-border-radius: 10px; /* Firefox用 */
        border-radius: 10px; /* CSS3 */
        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: 125%;
        color: #317120; 
        line-height:1.2em;
        font-weight: bold;
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/30_p3_mark.png) no-repeat left center;
        padding: 10px 35px;    
}
.p3_body {
        font-size: 90%;
        line-height: 1.5em;
        margin: 0 5px;
}


/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/  
#sidemenu li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0.5em 0 0.8em 18px;
        line-height: 1.2em;
}
dl.sidemenu_body {
        border-top: solid 1px #999999;
}
dt.plg_title {
        font-size: 100%;
        font-weight: bold;
        line-height: 1.1em;
        text-align: center; 
        margin: 0;
        padding: 10px 5px;
}
dd.open_close {
        border-top: solid 1px #999999;
        padding: 10px 0 20px;
        font-size: 90%;
        line-height: 1.6em;
}
p.plg_header,
p.plg_body,
p.plg_footer {

}
p.plg_body input {
        margin: 2px;
}


/*--------------------------------------------------
    カレンダー(Plugin・固定表示共通)
--------------------------------------------------*/  
div.plugin_body {
        font-size: 90%;
        line-height: 1.8em;
        margin-bottom: 20px;
}

table.calender {
        width: 95%;
        font-weight: bold;
        margin: 0 auto;
}
table.calender caption {
        font-size: 120%;
        margin: 0px auto;
}
table.calender th {
        border-bottom: 1px dotted #aaa;
        text-align: center;
}
table.calender td {
        border: 1px dotted #aaa;
        text-align: center;
}
table.calender td a {
        display: block;
        color: #fff;
        background-color: #317120;
}
table.calender td a:hover{ 
        color: #fff;
        background-color: #d83fa1;
}
table.calender th#sun {
        color: #f60;
}
table.calender th#sat {
        color: #06f;
}


/*--------------------------------------------------
    SNSボタン
--------------------------------------------------*/  
div.social {
        margin-bottom: 10px;
        text-align: center;        
}
div.social span a:hover {
        position: relative;
        top: 2px;
        left: 2px;        
}


/*--------------------------------------------------
    フッター
--------------------------------------------------*/  
div#footer address {
        font-style: normal;
        font-size: 85%;
        color: #317120;
        letter-spacing: 0.1em;
        font-weight: bold;
}
div#footer p {
        font-size: 85%;
        color: #317120;
        letter-spacing: 0.1em;
        font-weight: bold;
}
div#footer a {
        color: #317120;
}
div#footer a:hover{ 
        color: #d83fa1;
}


/****************************************
  Template Name: 30_botanical
  Update: 2011/10/18
  Last Update: 2011/12/13
  Author: うららん
  URL: http://uraraka01.blog27.fc2.com/
****************************************/
