/* 文字色、背景色、画像などの設定をカスタマイズされる方は、このスタイルシートの最後の方をご覧ください

左メニューの画像は横幅150px、右メニューの画像は横幅130pxが最適です
記事の画像は横幅380px以下にしてください
それ以上にするとレイアウトが崩れる場合があります。

利用規約は　http://myhurt666.blog22.fc2.com/
*/

* {
    margin-top: 0;
}

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif ;
    word-break: break-all;
}


#layout {
    width:970px;
    padding-top: 0px;
    position: relative;
    margin:0 auto;
}


#header {
    width : 970px;
    height : 90px;
　　background-image: url(http://blog-imgs-10.fc2.com/u/z/u/uzura88/apple1.gif);
    background-repeat:no-repeat;
　　margin-top:  0px;
    padding-top: 0px;
    text-align: left;
}


#content {
    width : 970px;
    margin: 0px 0px 0px 0px;
}

#menu {
    float : left;
    width : 210px;
    margin: 20px 15px 0px 7px;
    text-align: left;
    overflow:hidden;
    font-size: 12px;
}

#main {
    margin: 20px 15px 0px 0px;
    float : left;
    width : 500px;
    text-align: left;
}

#menu_2 {
    float : left;
    width : 210px;
    right: 15px;
    margin: 20px -10px 0px 0px;
    text-align: left;
    font-size: 12px;
}

#footer {
    clear : both;
    width: 970px;
    color: gray;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

/* タイトル */
.site_title {
    font-weight: bolder;
    text-align: center;
    padding-top: 22px;
}
.site_title a{
    font-size: 18px;
    text-decoration: none;
}
.site_title a:hover {
    text-decoration : underline;
}

/* 説明文 */
.site_intro {
    margin-top: 10px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    padding: 0px 15px 0px 15px;
}

/* メニュー、便利ナビ見出し */
.menu_area h2, #benri_navi_area h2 {
    font-weight: bold;
    padding: 2px 0px 3px 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

/* 記事タイトル */
.entry_table h2 {
    font-size: 14px;
    font-weight: bolder;
    margin: 10px 10px 10px 10px;
}
.entry_table h2 a{
    text-decoration: none;
}
.entry_table h2 a:hover {
    text-decoration: underline;
}

h4, h5, h6 {
    font-size: 12px;
}

/* コメント見出し */
.comment_header {
    font-size: 14px;
    font-weight: bolder;
    margin: 10px 10px 15px 10px;
    padding-bottom: 10px;
}
.comment_header a:hover {
    text-decoration: none;
}

/* コメント タイトル */
.comment_title {
    font-size: 12px;
    font-weight: bolder;
    margin: 0px 10px 15px 10px;
}
.comment_title a:hover {
    text-decoration: none;
}

/* リンク */
a {
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}

/* プロフィール画像 */
.pay img, .plugin-myimage {
    margin-bottom: 10px;
} 

/* リスト */
.menu_area ul {
    text-align:left;
    margin: 0px 0px 10px 0px;
    padding-left: 0px;
    list-style-type: none;
    text-decoration: none;
}

/* 便利ナビ リスト */
#benri_navi_ul {
    font-size: 12px;
    text-align:left;
    margin: 0px 0px 10px 15px;
    padding-left: 0px;
    list-style-type: none;
    text-decoration: none;
}

.menu_area li,
#benri_navi_area li {
    text-align: left;
    line-height: 130%;
    padding: 1px 0px 3px 20px;
    text-decoration: none;
    list-style-type: none;
}

.menu_area a,
#benri_navi_area a {
    text-decoration: none;
}
.menu_area a:hover,
#benri_navi_area a:hover {
    text-decoration: underline;
}

/* プラグイン */
.plugin_area {
              margin : 10px 5px 10px 5px;
}
.plugin_content {
                 margin : 10px 0px 0px 0px;
}
.menu_content {
               margin : 10px 5px 0px 5px;
}

/* エントリー */
.entry_table{
    width: 500px;
    margin-bottom: 30px;
    overflow:hidden;
}

/* 記事下　next and prev */
.entry_navi {
    font-size: 11px;
    text-align: center;
    margin: 0px;
    padding: 10px 20px 10px 20px;
}

/* 便利ナビ next and prev */
.benri_navi_state {
    font-size: 12px;
    text-align:left;
    margin: 0px 20px 10px 15px;
    padding: 0px;
    line-height: 150%;
}

/* 記事本文 */
.entry_text {
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0px 10px 0px 10px;
}

/* 記事画像 */
.entry_text img {
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
} 
.entry_text a {
               text-decoration: none;
}
.entry_text a:hover {
               text-decoration: underline;
}

/* 記事内 ナビ */
.entry_state {
    font-size: 12px;
    text-align: right;
    line-height: 140%;
    padding-top: 5px;
    margin: 0px 10px 15px 10px;
}

.entry_text img {
                 padding: 0px;
                 margin-right: 10px;
                 margin-bottom: 10px;
} 

/* コメントフォーム テーブル */
.comment_table {
    width: 500px;
    margin-bottom: 30px;
}

/* コメント ナビ */
.comment_state {
    font-size: 12px;
    text-align: right;
    line-height: 150%;
    padding: 15px 0px 5px 0px;
    margin: 0px 10px 10px 10px;
}

.entry_state li,
.comment_state li,
.entry_navi li,
.benri_navi_state li {
    display: inline;
}

/* 引用文 */
blockquote {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 10px;
    margin: 10px 30px 10px 30px;
    overflow: auto;
}

/* コード等 */
pre {
    border: 1px solid #CCC;
    background: #FFF;
    padding: 10px;
    overflow: auto;
    margin: 10px 0px 10px 0px;
    width: 430px;
}

/* テーブル */
.entry_table table,
.entry_table td,
.entry_table th {
    border-collapse: collapse;
    border: 1px solid #CCC;
    padding: 3px;
    margin: 0px 0px 10px 0px;
    font-size:12px;
}

/* テーブルキャプション */
.entry_table caption {
    border-collapse: collapse;
    padding: 3px;
    margin: 10px 0px 0px 0px;
    font-size:12px;
}

/* トラックバックURL */
.trackback_text {
    line-height : 130%;
    padding-bottom : 15px;
    margin: 0px 10px 10px 10px;
}

/* HOME テーブル */
.home_table{
    width: 420px;
    margin: 0px 0px 40px 0px;
}

/* 絵文字 */
img.emoji {
    margin:2px 2px 4px 2px;
    vertical-align:middle; 
}

/* カレンダー */

.calendar_layout {
    margin-left: 10px;
    margin-bottom: 15px;
}
.calender {
    font-size: 11px;
    width: 150px;
    background: #FFFFFF;
    border: 1px solid #E9CFCF;
    color: #666;
}
.calender a {font-weight: bolder;}
.calender caption {
    font-size: 11px;
    width: 150px;
    height:14px;
    background: #B13F42;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 1px;
}
.calender caption a:link  {color: #FFF; text-decoration: none;}
.calender caption a:active  {color: #FFF; text-decoration: none}
.calender caption a:visited {color: #FFF; text-decoration: none}
.calender caption a:hover   {color: #CCC; text-decoration: underline;}
.calender th {
    width: 20px;
    height: 16px;
    font-weight: bolder;
    text-align: center;
}

.calender td {
    width: 20px;
    height: 16px;
    text-align: center;
}
.calender td a {
    display: block;
}

.calender td a:link {
    background: #ffffff!important;
    color: #B13F42;
    text-decoration: none;
}

.calender td a:visited {
    background: #ffffff!important;
    color: #333;
    text-decoration: none;
}

.calender td a:hover {
    background: #ffffff!important;
    color: #B13F42;
    text-decoration: underline;
}

/* カレンダー曜日 */
th#sun {
    color: #CC3300;
}

th#sat {
    color: #0066CC;
}

/*
色の設定をカスタマイズされたい方は、以下の部分を変更なさってください。
*/

/* 背景色の設定 */

/* ヘッダ背景色 */
#header {
    background-color:#B13F42;
    border-bottom: 1px solid #E9CFCF;
}

/* フッタ背景色 */
#footer {
    background-color: #FFF;
    border-top: 1px solid #E9CFCF;
}

/* ボディ背景色 */
#layout {
    background-color: #FFF;
    border-left: solid 1px #750000;
    border-right: solid 1px #750000;
}

/* 記事部分 & メニュー 背景色 */
#main , .menu_area {
    background-color: #FFF;
}

/* 記事欄 背景色 */
.entry_table,
.comment_table {
    background-color: #FFF;
    border: 2px solid #E9CFCF;
}

/* 文字色の設定 */

/* タイトル 文字色 */
.site_title a {color: #FFF;}
.site_title a:hover {color: #FFF;}

/* サイト説明文 */
.site_intro {color: #FFF;}

/* メニュー、便利ナビ見出し 文字色 */
h2 {
    color: #750000;
}

.menu_area h2, #benri_navi_area h2 {
    border-left: 4px solid #B13F42;
    border-bottom: 1px solid #E9CFCF;
}

/* 記事タイトル 文字色 */
.entry_table h2 a {
    color: #750000;
}
.entry_table h2 a:hover {
    color: #750000;
}

/* コメント＆トラックバック見出し 文字色 */
.comment_header {
    color: #750000;
    border-bottom: 1px dotted #E9CFCF;
}
.comment_header a, .comment_header a:hover {
    color: #750000;
}

/* コメント＆トラックバックタイトル 文字色 */
.comment_title, .comment_title a, .comment_title a:hover{
    color: #B13F42;
}
.comment_state {
    border-bottom: 1px dotted #E9CFCF;
}

/* リンク 文字色 */
a {color: #B13F42;}
a:hover {color: #B13F42;}

/* リスト 文字色 */
li {color: #333;}
li a {color: #333;}
li a:hover {color: #B13F42;}

/* 記事内 ナビ 文字色 */
.entry_state {
    color: #333;
    border-top: 1px dotted #E9CFCF;
}

.entry_state a,
.comment_state a,
.benri_navi_state a {
    color: #B13F42;
}

/* HOME ナビ 文字色 */
.entry_navi {color: #333;}

/* 記事 文字色 */
.entry_text {color: #333;}

/* トラックバックURL */
.trackback_text {
    border-bottom: 1px dotted #E9CFCF;
}

/* その他 文字色 */
.menu_area , #main, #footer {
    color: #333;
}
#footer a {color: #B13F42;}

/* 画像の設定 */

/* 背景画像 */
body {background-attachment: fixed;
      background-image: url(http://blog-imgs-14.fc2.com/u/m/a/umaiumai/ninjinspa211.jpg);
}

/* リストアイコン */
.menu_area li,
#benri_navi_ul li {
    background: 
    url(http://blog-imgs-29.fc2.com/m/y/h/myhurt/new_navi_2_icon_o.gif)
    no-repeat;
}

