@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/28_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 {
        width: 100%;
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/28_dot_green.png) repeat-x;
        padding: 50px 0;
}
div#container {
        width: 990px;
        margin: 0 auto;
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/28_note.png) repeat-y;
        position: relative;
}
div#header {
        min-height: 100px;
        margin-bottom: 60px;
        position: relative;
}
div#wrap {
        padding: 0 80px 0 70px;
}
div#sidemenu {
        float: left;
        width: 200px;
        overflow: hidden;
        border-bottom: solid 1px #999999;
        margin-bottom: 20px;
}
div#main {
        float: right;
        width: 590px;
        margin-bottom: 20px;
}
div#footer {
        clear: both;
        margin: 0 80px 0 70px;
        padding: 5px 5px 40px;
        border-top: solid 1px #43ba85;
}
  

/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
div.social {
        text-align: right;
        padding: 20px 80px 0 70px;
}
div.social span a:hover {
        position: relative;
        top: 2px;
        left: 2px;        
}
p.description {
        margin: 5px 80px 5px 70px;
        color: #43ba85;
        font-size: 85%;
        letter-spacing: 0.1em;
}
#header h1 {
        margin: 0 80px 0 70px;
        font-size: 250%;
        line-height: 1em;
        font-weight: normal;
} 
p.login {
        position: absolute;
        top: 20px;
        right: 0;
}
p.archive {
        position: absolute;
        top: 104px;
        right: 0;
}


/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/  
div.content {
        margin-bottom: 40px;
        overflow: hidden;
        padding: 0 0 20px;
}
div#entry_header {
        margin-bottom: 20px;
        border-bottom: dotted 1px #aaaaaa;        
}
h2.kizi_title {
        font-size: 125%;
        padding: 10px 15px;
        line-height:1.2em;
        border-top: solid 1px #aaaaaa;
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/28_mark_pink.jpg) no-repeat left center;
}
div.date {
        font-size: 90%;
        margin: 0 5px 5px;
        font-weight: bold;
        text-align: right;
}
div.entry_body {
        font-size: 100%;
        margin: 0 5px;
        line-height: 2em;
}
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.page_navi {
        margin: 0;
        padding: 30px 10px 60px;
}
div.p_left {
        float: left;
        width: 54px;
}
div.p_right {
        float: right;
        width: 54px;
}
div.home {
        text-align: center;
}

/* IE改行有効 */
br {
        letter-spacing: 0;
}

/* エントリー (html tag) */
/* 引用 */
div.entry_body blockquote {
        width: auto;
        margin: 10px 5px;
        padding: 1em 2em;
        border: solid 1px #999999;
}
/* 整形済みテキスト */
div.entry_body pre {
        width: auto;
        margin: 10px 5px;
        padding: 1em 2em;
        border: solid 1px #999999;
        overflow: auto;
}
/* 関連記事など定義リスト */
div.entry_body dl {
        width: auto;
        margin: 10px 5px;
        padding: 1em 2em;
        border: solid 1px #999999;
        font-size: 90%;
}  
div.entry_body dt {
        font-weight: bold;
        border-bottom: dotted 1px #999999;
        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 1em 18px;
        margin-bottom: 0.8em;
        line-height: 1.2em;
}


/*--------------------------------------------------
    コメント、トラックバック
    全記事一覧、検索結果一覧
--------------------------------------------------*/  
#tb, #cm, #tl, #se {
}
p.sub_header {
        font-size: 150%;
        height: 80px;
        margin-bottom: 10px;
}
div.colum {
        border: solid 1px #43ba85;
        margin:0 0 30px;
}
h3.sub_title {
        font-size: 125%;
        padding: 15px;
        line-height:1.2em;
        font-weight: bold;
        margin: 0;
        color: #d83fa1; 
}
div.sub_body {
        margin: 0 15px;
        line-height: 1.8em;
}
ul.sub_footer {
        text-align: right;
        margin: 10px 15px;
        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;
}
p.trackback_url input {
        padding:5px;
        width: 90%;
        color: #d83fa1;
        margin-bottom: 10px;
}

/* 全記事、検索結果のリスト */
div#tl_body {
        margin: 15px 0 15px;
}
h2.tl_title {
        font-size: 125%;
        line-height:1.2em;
        padding: 5px 15px;
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/28_mark_pink.jpg) no-repeat left center;
}
div.tl_date {
        font-size: 90%;
        margin: 0 15px 5px;
        font-weight: normal;
}

/* 検索結果 */
img#search {
        vertical-align: -22px;
}
#se p.sub_header {
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/28_search2.gif) no-repeat right center;
        color: #d83fa1;
}



/*--------------------------------------------------
    プラグイン3（トップページ固定表示用）
--------------------------------------------------*/ 
#p3 {
        margin: 0 0 30px;
        text-align: left;
        overflow: hidden;
        border-top: dashed 2px #43ba85;
        border-bottom: dashed 2px #43ba85;
}
#p3 li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 1em 18px;
        line-height: 1.2em;
}
.p3_title {
        font-size: 125%;
        padding: 10px 15px;
        line-height:1.2em;
        font-weight: bold;
        margin: 0;
        color: #d83fa1;
        background: url(http://blog-imgs-43.fc2.com/u/r/a/uraraka01/28_mark_green.jpg) no-repeat left center;      
}
.p3_body {
        font-size: 90%;
        margin: 0 5px 10px;
        line-height: 1.8em;
}


/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/  
#sidemenu li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 0 1em 18px;
        line-height: 1.2em;
}
dl.sidemenu_body {
        border-top: solid 1px #999999;
}
dt.plg_title {
        font-size: 100%;
        font-weight: bold;
        margin: 0;
        padding: 10px 5px;
        line-height: 1.1em;
        text-align: center; 
}
dd.open_close {
        border-top: solid 1px #999999;
        padding: 10px 0 20px;
        font-size: 90%;
        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・固定表示共通)
--------------------------------------------------*/  
div.plg_body {
        font-size: 90%;
        line-height: 1.8em;
        margin-bottom: 20px;
}

table.calender {
        width: 95%;
        margin: 0 auto;
        font-family: Arial;
        font-weight: bold;
}
table.calender caption {
        margin-bottom: 15px;
        margin: 0px auto;
        font-size: 120%;
}
table.calender th {
        border-bottom: 1px dotted #aaaaaa;
        text-align: center;
}
table.calender td {
        border: 1px dotted #aaaaaa;
        text-align: center;
}
table.calender td a {
        display: block;
        color: #ffffff;
        background-color: #43ba85;
}
table.calender td a:hover{ 
        color: #ffffff;
        background-color: #d83fa1;
}
table.calender th#sun {
        color: #FF6600;
}
table.calender th#sat {
        color: #0066FF;
}



/*--------------------------------------------------
    フッター
--------------------------------------------------*/  
div#footer address {
        font-style: normal;
        font-size: 85%;
        letter-spacing: 0.1em;
        color: #43ba85;
}
div#footer p {
        font-size: 85%;
        letter-spacing: 0.1em;
        color: #43ba85;
}
div#footer a {
        color: #43ba85;
}
div#footer a:hover {
        color: #d83fa1;
}


/****************************************
  Template Name: 28_woodyyellow
  Last Update: 2011/12/13
  Author: うららん
  URL: http://uraraka01.blog27.fc2.com/
****************************************/
