/* 
タイトル画像は著作権で保護されています。改変・再配布等は禁止しています。ご自身でお作りになった画像に代替されることは構いません。

文字色、背景色、画像などの設定をカスタマイズされる方は、このスタイルシートの最後の方をご覧ください

メニューの画像は横幅150px以下、
記事内の画像は横幅450px以下にしてください。
それ以上にするとレイアウトが崩れる場合があります。

メニューと記事の位置を逆に変えたい場合は
#main の float属性を leftに
#menu の float属性を rightに書き換えてください

利用規約は　http://myhurt666.blog22.fc2.com/
*/

* {
    margin-top: 0;
}

h1,h2,h3,h4,p {margin: 0px; padding: 0px;}

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif ;
    word-break: break-all;
}

#layout {
    width: 770px;
    padding-top: 0px;
    position: relative;
    margin:0 auto;
}

#header {
    width : 770px;
    height : 130px;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
}

#content {
    width : 706px;
    margin: 0px 32px 0px 32px;
}

/*
  メニューと記事の位置を逆に変えたい場合は
  main の float属性を leftに
  menu の float属性を rightに書き換えてください
*/
#main {
    margin: 23px 0px 0px 0px;
    float : right;
    width : 500px;
    text-align: left;
}

#menu {
    margin: 23px 0px 0px 0px;
    float: left;
    width: 170px;
    text-align: left;
    overflow:hidden;
}

#footer {
    clear: both;
    width: 770px;
    text-align: center;
    padding: 10px 0px 10px 0px;
    line-height:180%;
}

/* ブログタイトル */
.site_title {
    font-weight: bolder;
    text-align: left;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 20px;
}
.site_title a{
    text-decoration: none;
}
.site_title a:hover {
    text-decoration: underline;
}

/* サイト説明文 */
.site_intro {
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    margin-top: 60px;
    padding: 0px 10px 10px 20px;
}

/* メニュー、便利ナビ見出し */
#menu 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 20px 10px 20px;
}
.entry_table h2 a{
    text-decoration: none;
}
.entry_table h2 a:hover {
    text-decoration: underline;
}

/* コメント見出し */
.comment_header {
    font-size: 14px;
    font-weight: bolder;
    margin: 10px 20px 15px 20px;
    padding-bottom: 10px;
}
.comment_header a:hover {
    text-decoration: none;
}

/* コメント タイトル */
.comment_title {
    font-size: 12px;
    font-weight: bolder;
    margin: 0px 20px 15px 20px;
}
.comment_title a:hover {
    text-decoration: none;
}

/* リンク */
a {
    text-decoration:none;
}
a:hover {
    text-decoration: underline;
}

/* プロフィール画像 */
.pay img, .plugin-myimage {
    margin-bottom: 10px;
} 



/* リスト */
#menu ul {
    font-size: 12px;
    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 li,
#benri_navi_area li {
    text-align: left;
    line-height: 130%;
    padding: 1px 0px 3px 20px;
    text-decoration: none;
    list-style-type: none;
}

#menu a,
#benri_navi_area a {
    text-decoration: none;
}
#menu a:hover,
#benri_navi_area a:hover {
    text-decoration: underline;
}

/* メニューボディ プラグイン有効 */
.plugin_area {
    margin: 10px 10px 10px 10px;
}
.plugin_content {
    margin: 10px 0px 0px 0px;
}

/* メニューボディ プラグイン無効 */
.menu_content {
    margin: 10px 10px 10px 10px;
}

/* 便利ナビ next and prev */
.benri_navi_state {
    font-size: 12px;
    text-align:left;
    margin: 0px 20px 10px 15px;
    padding: 0px;
    line-height: 150%;
}

/* 記事テーブル */
.entry_table {
    width: 500px;
    margin-bottom: 30px;
    overflow:hidden;
}

/* 記事下　next and prev */
.entry_navi {
    text-align: center;
    margin: 0px;
    padding: 10px 20px 10px 20px;
}

/* 記事本文 */
.entry_text {
    line-height: 1.5;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0px 20px 0px 20px;
}

/* 記事画像 */
.entry_text img {
    padding: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
} 

/* 記事内 ナビ */
.entry_state {
    text-align: right;
    line-height: 140%;
    padding-top: 5px;
    margin: 0px 20px 15px 20px;
}

/* コメントフォーム テーブル */
.comment_table {
    width: 500px;
    margin-bottom: 30px;
}

/* コメント ナビ */
.comment_state {
    text-align: right;
    line-height: 150%;
    padding: 15px 0px 5px 0px;
    margin: 0px 20px 10px 20px;
}

.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 20px 10px 20px;
}

/* HOME テーブル */
.home_table {
    width: 500px;
    margin: 0px 0px 25px 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 #C4C7D5;
    color: #333;
}
.calender a {font-weight: bolder;}
.calender caption {
    font-size: 11px;
    width: 150px;
    height:14px;
    background: #336699;
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 1px;
}

.calender caption a:link    {color: #ffffff;  text-decoration: none;}
.calender caption a:active  {color: #ffffff;  text-decoration: none}
.calender caption a:visited {color: #ffffff;  text-decoration: none}
.calender caption a:hover   {color: #FF9900;  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: #336699;
    text-decoration: none;
}

.calender td a:visited {
    background: #ffffff!important;
    color: #336699;
    text-decoration: none;
}

.calender td a:hover {
    background: #ffffff!important;
    color: #FF9900;
    text-decoration: underline;
}

/* カレンダー曜日 */
th#sun {
    color: #CC3300;
}

th#sat {
    color: #0066CC;
}

/*
色の設定をカスタマイズされたい方は、以下の部分を変更なさってください。
*/

/* 背景色の設定 */

/* ヘッダ背景色 */
#header {
    border-bottom: 1px solid #C4C7D5;
}

/* フッタ背景色 */
#footer {
    border-top: 1px solid #C4C7D5;

}

/* ボディ背景色 */
#layout {
    background-color: #FFF;
    border-left: solid 1px #333366;
    border-right: solid 1px #333366;
}

/* 記事部分 & メニュー 背景色 */
#main , #menu {
    background-color: #FFF;
}

/* 記事欄 背景色 */
.entry_table,
.comment_table {
    background-color: #FFF;
    border: 3px double #C4C7D5;
}

/* 文字色の設定 */

/* タイトル 文字色 */
.site_title a {color: #FFF;}
.site_title a:hover {color: #FFF;}

/* サイト説明文 */
.site_intro {color: #FFF;}

/* メニュー、便利ナビ見出し 文字色 */
h2 {
    color: #336699;
}

#menu h2, #benri_navi_area h2 {
    border-top: 1px solid #C4C7D5;
    border-right: 4px solid #6699CC;
    border-bottom: 1px solid #C4C7D5;
    border-left: 4px solid #6699CC;
}

/* 記事タイトル 文字色 */
.entry_table h2 a {
    color: #336699;
}
.entry_table h2 a:hover {
    color: #336699;
}

/* コメント＆トラックバック見出し 文字色 */
.comment_header {
    color: #336699;
    border-bottom: 1px dotted #C4C7D5;
}
.comment_header a, .comment_header a:hover {
    color: #336699;
}

/* コメント＆トラックバックタイトル 文字色 */
.comment_title, .comment_title a, .comment_title a:hover{
    color: #336699;
}
.comment_state {
    border-bottom: 1px dotted #C4C7D5;
}

/* リンク 文字色 */
a {color: #336699;}
a:hover {color: #336699;}

/* リスト 文字色 */
li {color: #333;}
li a {color: #333;}
li a:hover {color: #336699;}

/* 記事内 ナビ 文字色 */
.entry_state {
    color: #333;
    border-top: 1px dotted #C4C7D5;
}

.entry_state a,
.comment_state a,
.benri_navi_state a {
    color: #336699;
}

/* HOME ナビ 文字色 */
.entry_navi {color: #333;}

/* 記事 文字色 */
.entry_text {color: #333;}

/* トラックバックURL */
.trackback_text {
    border-bottom: 1px dotted #C4C7D5;
}

/* その他 文字色 */
#menu, #main, #footer {
    color: #333;
}
#footer a {color: #336699;}


/* 画像の設定 */

/* 背景画像 */
/* タイトル画像の改変・著作権表示の削除は禁止しております。ご自身で作成された画像に変更されるのは自由です。 */

body {
    background: url(http://blog-imgs-29-origin.fc2.com/m/y/h/myhurt/new_navi_bg_g.gif);
}

#header {
    background: 
url(http://blog-imgs-29-origin.fc2.com/m/y/h/myhurt/sky_b1.jpg);
}

/* リストアイコン */
#menu li,
#benri_navi_ul li {
    background: 
url(http://blog-imgs-29-origin.fc2.com/m/y/h/myhurt/new_navi_2_icon_b_sky.gif)
    no-repeat;
}

