@charset "euc-jp";

/* --------------------------------------
　リセット
--------------------------------------- */

* {margin:0px;padding:0px;}

h1,h2,h3,h4,h5,h6 {font-size:100%;}
a {overflow:hidden;text-decoration:underline;}
img {border:none;vertical-align:top;}
hr {display:none;clear:both;}
br.clear {clear:both;}
ol { list-style: decimal inside; zoom: 1; }
ul { list-style: disc inside; }
ul, ol, li { zoom: normal; }
iframe { margin: 10px 0; }
input { letter-spacing: inherit; }

/* --------------------------------------
　共通部分
--------------------------------------- */
/* ページ全体のテキスト色 */
html {color:#333;}

/* ページ全体 */
body {
    width:100%;
    background-color:#fff;
    background-image:url(http://imaging.jugem.jp/template/oshare-techo/img/bg_light.jpg);
    background-attachment:scroll;
    background-repeat:repeat;
    text-align:center;
    word-wrap: break-word;
    font-size:14px;
    font-family:Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif,"Osaka‐等幅";
    line-height:1.8em;
    color: #333;
    padding-bottom: 48px;
}


/* ページ全体のリンク色 */
a {color:#333;text-decoration:underline;}
a:link {color:#333;text-decoration:underline;}
a:visited {color:#333;text-decoration:underline;}
a:hover {color:#55a6c8;text-decoration:none;}
a:active {color:#55a6c8;text-decoration:none;}

/* ブログ名の色 */
h1 a,h1 a:link,h1 a:visited {color:#333;text-decoration:none;}
h1 a:hover,h1 a:active {color:#333;text-decoration:none;}

/* サイドメニューのリンク色 */
#side a {color:#333;text-decoration:underline;}
#side a:link {color:#333;text-decoration:underline;}
#side a:visited {color:#333;text-decoration:underline;}
#side a:hover {color:#55a6c8;text-decoration:none;}
#side a:active {color:#55a6c8;text-decoration:none;}

/* カレンダーのリンク色 */
.cell a,.call a:link,.call a:visited {color:#333;text-decoration:underline;font-weight:bolder;}
.cell a:hover,.call a:active {color:#55a6c8;text-decoration:none;}

/* -------------------------------------
 *  ページレイアウト
 --------------------------------------- */

/*ページ全体の幅、レイアウトを中央揃え*/
#wrapper {
    position: relative;
    margin:48px auto 0;
    padding:0;
    width:980px;
    text-align:left;
    }

/*ブログ名と説明文、トップ画像*/
#header {
    clear:left;
    margin:0 auto;
    padding:0;
    min-height:188px;
    width:980px;
    background-image:url(http://imaging.jugem.jp/template/oshare-techo/img/header_bg.png);
    background-attachment:scroll;
    background-position:bottom center;
    background-repeat:no-repeat;
    }

/*コンテンツ枠（記事の枠＋サイドメニューの枠）*/
#content {
    position: relative;
    position: relative;
    margin:0 auto;
    padding:0 40px 100px;
    background: url(http://imaging.jugem.jp/template/oshare-techo/img/bg_pap.gif) repeat;
    zoom: 1;
    }

/*　右側の幅（サイドメニューの枠）　*/
#side {
    position: relative;
    float:left;
    margin: 25px 0 0 0;
    width:220px;
    }
#side li {list-style-type:none;}

/*　左側の幅（記事の枠）*/
#main {
    position: relative;
    float:left;
    margin-right: 54px;
    padding:40px 20px 0 0;
    width:600px;
    }

/*　フッター */
#footer {
    clear:left;
    width:100%;
    }
#footer a:hover {
    color: #fff;
    }

/* --------------------------------------
　メイン
--------------------------------------- */

/* ブログ名 */
h1 {
    padding: 80px 0 10px 50px;
    width: 820px;
    letter-spacing: 0.15em;
    font-size: 200%;
    line-height:1.2em;
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
      }

/* ブログの説明文 */
div#description {margin: 0;padding: 0 0 0 50px; width: 820px;}

.entry {margin:0px 0 0px 0;}

/* 次の記事・前の記事 */
#entryNavi {margin:0 0 15px 0;}


#pager{padding:10px 0 20px;width:100%;text-align:center;}
#pager span{margin:0 3px;}

#pager span.current{
    padding:4px 6px;
    background-color:#dedede;
    color:#333;
    font-weight:bold;
    }
#pager span a{
    padding:4px 7px;
    color:#565656;
    text-decoration:none;
    }
#pager span a:hover {
    background-color:#fcd8d6;
    color:#333;
    text-decoration:none;
    }
#pager span a:active {
    background-color:#fcd8d6;
    color:#333;
    text-decoration:none;
    }

/* ソーシャル */
.social {
    margin-top: 40px;
    width: 600px;
    height: 25px;
    }
ul.social li {
    float: left;
    margin-bottom: 20px;
    padding-left: 5px;
    }
.social .love { margin-top: 3px; }
.social .mixi { margin-top: 1px; }

/* LOVEボタン */
.entryLove {margin:5px 0;}

/* 記事のタイトル */
ul.entry_title {
    border-left: 2px #a9d9e1 solid;
    padding: 0 0 0 8px;
    margin: 0px 0 30px 0;
    width: 600px;
    }
.entry_title {
    display: table-cell;
    width: 600px;
    height: 30px;
    vertical-align: middle;
    }
.entry_title li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    }
.entry_title .box {
    display: inline;
    line-height: 1em;
    }
.entry_title h2 {
    width: 560px;
    font-size: 130%;
    display: inline-block;

    }
.entry_title .date {
}

/* IE 6 */
    * html div.entry_title div {
    display: inline;
    zoom: 1;
    }

/* IE 7 */
    *:first-child+html div.entry_title div {
    display: inline;
    zoom: 1;
    }

/**//* /
    * html div.entry_title div {
        display: inline-block; *//* }
/**/

h2 a:link {
    text-decoration: none;
    }

/* 記事本文 */
.entryBody { margin:20px 0 0 10px; }

/* 記事の続き */
.entryMore { margin:10px 0 10px 10px; }

/* 記事の情報 */
ul.entryState {
    min-height: 18px;
    border-left: 2px #fcd8d6 solid;
    padding-left: 8px;
}
ul.entryState li {
    display: inline;
    margin-right: 5px;
  }

/* 関連する記事枠 */
#relatedEntry {
    margin:20px 0 50px;
    }
 #relateTitle {
        margin:0 0 5px 0;
        font-size:14px;
    }
#relatedEntry li {
    margin: 0 0 5px 10px;
    }
#relatedEntry ul {
    list-style: none;
    }

/* コメント枠 */
#comment {
    margin:20px 0 50px;
    }
#commentTitle {
        margin:0 0 20px 0;
        font-size:14px;
    }
#commentSendTitle {
        margin:20px 0 5px 0;
        font-size:14px;
    }

.comment_box {
        margin-left: 5px;
        padding-left: 10px;
        border-left: dotted 1px #7B7B7B;
    }
.commentBody {
        margin:5px 0;
    }
ul.commentState {
    margin:0 0 15px 0;
    }
ul.commentState li {
        display: inline;
        color: #7B7B7B;
        font-size:  10px;
    }
ul.commentState li.comment_name {
        font-size: 12px;
    }

.commentSendForm {
    margin:50px 0 5px 12px;
    }
.commentSendForm .input {
    margin-bottom: 10px;width:250px;
    }
.commentSendForm textarea {
    margin: 0 0 10px 0;width: 360px; height: 200px;
    }
.commentSendForm .form_wrap input,label {
    display: inline-block;
/*    float: left;*/
    margin-bottom: 10px;
    *display: inline;
    *zoom: 1;
}
.commentSendForm .form_wrap label {
    width:  60px;
    vertical-align: middle;
}
.commentSendForm .floatoff {
    display: inline-block;
    margin-top: 3px;
    height:30px;
    line-height: 30px;
    *display: inline;
    *zoom: 1;
}
#comment label{
    padding-right: 10px;
    text-align: center;
}

/* input */
.sideContents input, textarea {
    margin:  5px 10px 0 0;
    padding: 5px;
    border: none;
    border-radius: 3px;
    background: #BBDFE5;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.02) inset;
}
.commentSendForm input, textarea {
    margin:  5px 10px 0 0;
    padding: 5px;
    border: none;
    border-radius: 3px;
    background: #BBDFE5;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.02) inset;
}
.checkbox {
    background: none;
}
.btn {
    background: #dedede;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.02);
}
input#name {
    width: 120px;
}
input#email, input#url {
    width: 210px;
}

/* トラックバック枠 */
#trackback {
    margin:20px 0 50px;
}
#trackbackURL {
        margin:0 0 5px 5px;
}
#trackbackTitle {
        margin:20px 0 20px 0;
        font-size:14px;
}

/* #trackback input {width:350px;}*/
.trackbackName {
    margin: 5px 0 5px 5px;
}
.trackbackBody {
    margin: 5px 0 5px 5px;
}
ul.trackbackState {
    margin: 0 0 15px 0;
    list-style: none;
}
ul.trackbackState li {
        display: inline;
        padding-left: 5px;
        border-left: 1px solid #999999;
}

/* プロフィールのページ */
#profile{
    margin:0;
}
#profileTitle {
        font-weight:bolder;font-size:14px;
}
#profileName {
    margin:15px 0 0 0;
}
#profileBody {
    margin:5px 0;
}

/* このページの先頭へ */
.pageTop {
    position: absolute;
    right: 40px;
    bottom: 0px;
    margin:10px 0 0 0;
    width: 89px;
    height: 90px;
    background: url(http://imaging.jugem.jp/template/oshare-techo/img/footer_top.png) 0 0 no-repeat;
}
.pageTop a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

/* --------------------------------------
　記事の装飾
--------------------------------------- */

/* 引用 */
#main blockquote {
    margin:10px;
    padding:10px;
    border:1px dotted #cccccc;
}

/* 画像 */
#main .pict {
    margin: 10px 0;
    max-width: 100%;
    height: auto;
    border:none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.08);
}

/* リスト */
div.entryBody li,div.entryMore li {
    margin:0 0 0 15px;}



/* --------------------------------------
　サイドメニュー
--------------------------------------- */

/* サイドメニューのタイトル */
h3 {
    margin:30px 0 10px 0;
    font-weight:bolder;
    font-size:14px;
}

/* サイドメニューの内容 */
.sideContents {
    margin:0 0 20px 10px;}
.sideContents li {
    margin: 5px 0 0 10px;
    list-style: outside;
}
.sideContents_cal {
    margin: 0 0 20px 0;
}

/* カレンダーの１マス幅 */
.cell {
    width:27px;
}

/* ----------------------------------------
 Footer
---------------------------------------- */

#footer {
    margin:20px 0 0 0;
    text-align:center;
    }

#copyright {
    padding:0 0 10px 0;
    text-align:center;
    font-size:12px;
    }

/*ボーダー*/
p.border {
    margin: 40px 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #fefefe;
    background-color: #ddd7c6;
    }

/*ソーシャル*/
iframe {
    margin: 0;
}

/*JUGEMテーマ*/f
.jugem_theme {
    margin: 10px 0 10px 10px;
    border-left: 2px #fcd8d6 solid;
    padding-left: 5px;
    min-height: 18px;
}

/*JUGEMニュース*/
.jgm_entry_news_area {
    margin: 10px 0 10px 10px;
    border-left: 2px #fcd8d6 solid;
    padding-left: 5px;
    min-height: 18px;
}