@charset "utf-8";
/*--------------------------------------------------
    リセット
--------------------------------------------------*/
* {
        margin: 0;
        padding: 0;
}


/*--------------------------------------------------
    基本設定
--------------------------------------------------*/
html {
        overflow-y:scroll;
        height: 100%;  
}
body {
        background: url(http://blog-imgs-42-origin.fc2.com/f/m/n/fmnowhere/wood_back.png);
        color: #3e474e;
        font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',serif;
        font-size: 75%;
        text-align: left; /*--ブログタイトル、記事を左そろえにする場合はleftに--*/
        overflow:visible;
        height: 100%;
}
/* for without IE6&IE7 */
html>/**/body {
        font-size: 12px;
}
/* for IE7 */
* + html body {
        font-family: serif;
}
/* for IE6&MACIE5 */  
* html body {
        font-family: serif;
        font-size:75%;
}  


/*--------------------------------------------------
    リンク
--------------------------------------------------*/
a {text-decoration: none;}
a:link,
a:visited {color: #222222;}
a:hover,
a:active {color: #6088b9;}


/*--------------------------------------------------
    画像
--------------------------------------------------*/
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: serif;
}
/* for IE6&MACIE5 */  
* html textarea,
* html input,
* html select {
        font-family: serif;
        font-size:75%;
}


/*--------------------------------------------------
    レイアウト
--------------------------------------------------*/
div#container {
        width: 900px;
        margin: 0 auto;
background: url(http://blog-imgs-42-origin.fc2.com/f/m/n/fmnowhere/main_bg.gif) repeat-y;
}
div#header {
        height: 198px;
        background: url(http://blog-imgs-74-origin.fc2.com/f/m/n/fmnowhere/header1.gif) no-repeat; /*--トップ画像の差し替えはここ。幅960px。画像の高さに合わせてheightの値も変更してください。--*/
        margin-bottom: 30px;
        position: relative;
}
div#warp {
        clear: both;
}
div#sidemenu1 {
        float: left;
        width: 170px;
        overflow: hidden;
margin: 4px 5px 0 30px;
}
div#sidemenu2 {
        float: right;
        width: 170px;
        overflow: hidden;
margin: 4px 35px 0 5px;
}
div#main {
        float: right;
        width: 465px;
        margin-right: 10px;
        margin-bottom: 20px;
        border-left: dashed 1px #aaaaaa;
        border-right: dashed 1px #aaaaaa;
}
div#footer {
        clear: both;
        background: url(http://blog-imgs-74-origin.fc2.com/f/m/n/fmnowhere/footer1.gif) no-repeat;
        height: 70px;
}
  

/*--------------------------------------------------
    ヘッダー
--------------------------------------------------*/
div#header h1 {
        padding: 33px 95px 0;
        margin-bottom: 5px;
        font-size: 180%;
        line-height: 1em;
        font-weight: normal;
        color: #4682b4;
}
div#header h1 a{
        color: #4682b4;
}
div#header h1 a:hover {
        color: #4682b4;
}

div#header p {
        padding: 2px 0 0;
        font-size: 95%;
        line-height: 1.1em;
        color: #000000;
        display: inline;
        border-top: dotted 1px #000000;
        margin: 0 95px;
}



/*--------------------------------------------------
    メインコンテンツ
--------------------------------------------------*/  
div.content {
        margin-bottom: 40px;
        overflow: hidden;
        padding: 0 0 20px;
}
div#entry_header {
        margin-bottom: 20px;
}
h2.kizi_title {
        margin: 0 20px 5px;
        font-size: 120%;
        color: #6088b9;
        padding: 10px 5px 5px;
        line-height:1.2em;
        border-bottom: solid 1px #aaaaaa;
}
h2.kizi_title a {
        color: #6088b9;
}
div.Date {
        margin: 0 25px;
        font-weight: bold;
}
div.entry_body {
        font-size: 100%;
        margin: 0 25px;
        line-height: 2em;
}
div.entry_body p.entry_more {
        margin: 10px 5px 20px 350px;
        background: url(http://blog-imgs-46-origin.fc2.com/u/r/a/uraraka01/27_more.png) no-repeat;
        width: 90px;
        height: 24px;
        text-align: center;
        font-size: 90%;
}
div.entry_body p.entry_more a:hover {
        color: #094081;
}
div.entry_body p.theme {
        margin: 10px 5px 10px;
        font-size: 90%;
        text-align: left;
}
div.entry_body p.tag {
        margin: 10px 5px 10px;
        font-size: 90%;
        text-align: right;
}
div.entry_body img {
        border: 0;
}
div.entry_footer {
        margin: 10px 20px;
        padding: 5px 5px 0;
        font-size: 90%;
        font-weight: bold;
        border-top: solid 1px #aaaaaa; 
}

div.kugiri {
        margin: 60px 25px 0;/*--ドットのあき--*/  
        text-align: center;
}

/* 拍手＆ブックマーク、TW＆FB */
div.fc2_footer {
        margin: 10px 5px 10px;
}

/* ページナビ */
div.pagetop {
        text-align: right;
        margin: 5px 25px 40px;
        font-size: 90%;
}
div.page_navi {
        margin: 0;
        padding: 40px 25px 60px;
}
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 5px;
        padding: 1em 2em;
        border: solid 1px #6088b9;
        text-align: left;
}
/* 整形済みテキスト */
div.entry_body pre {
        width: auto;
        margin: 10px 5px;
        padding: 1em 2em;
        border: solid 1px #6088b9;
        overflow: auto;
        text-align: left;
}
/* 関連記事など定義リスト */
div.entry_body dl {
        width: auto;
        margin: 10px 5px;
        padding: 1em 2em;
        border: solid 1px #6088b9;
        font-size: 90%;
        text-align: left;
}  
div.entry_body dt {
        font-weight: bold;
        border-bottom: dotted 1px #6088b9;
        margin-bottom: 8px;
}
div.entry_body dd {
        margin-bottom: 10px;
        line-height: 1.5em;
}
div.entry_body ul,
div.entry_body ol {
        margin: 0;
        text-align: left;
}
div.entry_body li {
        list-style: disc outside;
        margin-left: 10px;
        margin-bottom: 0.8em;
        line-height: 1.2em;
}


/*--------------------------------------------------
    コメント、トラックバック
    全記事一覧、検索結果一覧
--------------------------------------------------*/  
#tb, #cm, #tl, #sa {
        margin: 0 25px;
        background: url(http://blog-imgs-46-origin.fc2.com/u/r/a/uraraka01/27_colum_bg.gif);
        text-align: left;
}
p.sub_header {
        font-size: 150%;
        background: url(http://blog-imgs-74-origin.fc2.com/f/m/n/fmnowhere/colum_head.gif) no-repeat;
        height: 20px;
        padding: 15px;
        margin-bottom: 20px;
        color: #094081;
        letter-spacing: 0.2em;
        font-weight: bold;  
}
.colum {
        border: solid 1px #ededed;
        margin:15px 20px;
}
h3.sub_title {
        margin: 15px;
        color: #6088b9;
        font-size: 105%;
        border-bottom: dotted 1px #ededed;
        padding-bottom: 5px;
        font-weight: bold;  
}
div.sub_body {
        margin: 10px 15px;
        line-height: 1.8em;
}
ul.sub_footer {
        text-align: right;
        margin: 15px 20px;
        font-size: 85%;
        font-weight: bold;
}
ul.sub_footer li {
        display: inline;
        list-style-type: none;
}
div.form {
        margin: 40px 20px;
}
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;
}
p.trackback_url {
        padding: 0 20px;
        text-align: left;
}
p.trackback_url input {
        padding:3px;
        border:none;
        width: 90%;
        background-color: #6088b9;
        color: #ffffff;
        margin-bottom: 10px;
}
div#tl_body {
        margin-bottom: 20px;
}
h2.tl_title {
        margin: 0 25px 2px;
        font-size: 100%;
        color: #6088b9;
        line-height:1.2em;
}
h2.tl_title a {
        color: #6088b9;
}
div#tl_body div.Date {
        margin: 0 25px;
        font-weight: normal;
        font-size: 90%;
}


/*--------------------------------------------------
    プラグイン3（トップページ固定表示用）
--------------------------------------------------*/ 
div#p3 {
        margin: 0 25px 30px;
        background: url(http://blog-imgs-46-origin.fc2.com/u/r/a/uraraka01/27_colum_bg.gif);
        text-align: left;
        overflow: hidden;
}
div.p3_body {
        font-size: 90%;
        margin: 0 25px 30px;
        line-height: 1.8em;
}


/*--------------------------------------------------
    サイドバー(Plugin)
--------------------------------------------------*/  
#sidemenu1 li,
#sidemenu2 li {
        list-style-type: disc;
        list-style-position: outside;
        margin: 0 10px 1em 10px;
        line-height: 1.2em;
}
dl#sidemenu_body {
        margin-bottom: 15px;
}
dt.plg_title {
        font-size: 100%;
        font-weight: bold;
     background-color: #b0c4de;
        margin: 0 0 15px;
        padding: 6px 10px 6px;
        line-height: 1.1em;
        border: solid 1px #999999;
}
dd.plg_header,
dd.plg_body,
dd.plg_footer {
        font-size: 90%;
        line-height: 1.8em;
        margin: 0 10px;
}
dd.plg_body input {
        margin: 2px;
}



/*--------------------------------------------------
    カレンダー(Plugin)
--------------------------------------------------*/  
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: #6088b9;
}
table.calender td a:hover{ 
        color: #094081;
}
table.calender th#sun {
        color: #FF6600;
}
table.calender th#sat {
        color: #0066FF;
}



/*--------------------------------------------------
    フッター
--------------------------------------------------*/  
div#footer address {
        font-style: normal;
        margin-bottom: 5px;
        padding: 20px 50px 0;
        font-size: 85%;
        color: #000000;
        font-weight: bold;
}
div#footer p {
        margin: 0;
        padding: 0 50px;
        font-size: 85%;
        color: #b0c4de;
        font-weight: bold;
}
div#footer a {
        color: #b0c4de;
}
div#footer a:hover {
        color: #b0c4de;
}


/****************************************
  Template Name: 27_summersky
  Last Update: 2011/08/24
  Author: うららん
  URL: http://uraraka01.blog27.fc2.com/
****************************************/