* {
   margin-top: 0;
}

body {
      text-align: center;
      background-color: #000000;
      margin: 0px;
      padding: 0px;
      font-size: 12px;
      font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka,sans-serif ;
      background: 
      url(http://blog-imgs-29.fc2.com/m/y/h/myhurt/new_navi_bg_o2.gif);
      word-break: break-all;
}

#layout {
         width: 780px;
         margin-top:  0px;
         padding-top: 0px;
         background-color: #FFFFFF;
         border-left: solid 1px #C98989;
         border-right: solid 1px #C98989;
}

#header {
         width : 780px;
         height : 90px;
         margin-top:  0px;
         padding-top: 0px;
         text-align: left;
         background-color: #B13F42;
}


#content {
       width : 750px;
       margin: 0px 15px 0px 15px;
}

#menu {
       float : left;
       width : 160px;
       margin: 20px 15px 0px 0px;
       background-color: #FFFFFF;
       color: #d7aabb;
       text-align: left;
}

#main {
       margin: 20px 15px 0px 0px;
       float : left;
       width : 420px;
       background-color: #FFFFFF;
       text-align: left;
       color: #000;
}

#menu_2 {
       float : left;
       width : 140px;
       right: 15px;
       margin: 20px -15px 0px 0px;
       background-color: #FFFFFF;
       text-align: left;
}

#footer {
         clear : both;
         width: 780px;
         color: gray;
         border-top: solid 1px #E9CFCF;
         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: 20px;
}

.site_title a{
              color: #FFFFFF;
              font-size: 18px;
              text-decoration: none;
}

.site_title a:hover {
                     color: #FFFFFF;
                     text-decoration : underline;
}

/* 説明文 */
.site_intro {
             margin-top: 10px;
             font-size: 12px;
             font-weight: normal;
             color: #FFFFFF;
             text-align: center;
             padding: 0px 15px 0px 15px;
}

/* 見出し */
h2 {
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    color: #750000;
    text-transform: uppercase;
    border-left: 4px solid #B13F42;
    border-bottom: 1px solid #E9CFCF;
    padding: 0px 0 3px 10px;
    margin-bottom: 10px;
}

h2 a {
   text-decoration:none;
}

a {
   color:#B13F42;
   text-decoration:none;
}

a:hover {
         color:#B13F42;
         text-decoration : underline;
}

/* 画像 */
.pay img {
          padding-left: 5px;
          margin-bottom: 10px;
} 

/* リスト */
ul {
    text-align:left;
    margin: 0px 0px 10px 0px;
    padding-left: 5px;
    list-style-type: none;
    text-decoration: none;
}

li {
    text-align: left;
    font-size: 11px;
    color: #333;
    line-height: 120%;
    padding: 0px 0px 3px 15px;
    text-decoration: none;
    background: 
    url(http://blog-imgs-29.fc2.com/m/y/h/myhurt/new_navi_icon_o.gif)
    no-repeat;
}

li a {
      text-decoration: none;
      color: #333;
}

li a:hover {
          　color: #B13F42;
            text-decoration : underline;
}

/* カレンダー */

.calendar_layout {
           margin-left: 5px;
           margin-bottom: 15px;
}

.calendar {
           font-size: 10px;
           line-height: 100%;
           width: 150px;
           background: #FFFFFF;
           border: 1px solid #E9CFCF;
           color: gray;
}

.calendar a         {font-weight: bolder;}

.calendar caption {
                   font-size: 10px;
                   line-height: 150%;
                   padding-bottom: 1px;
                   background: #B13F42;
                   color: #ffffff;
}

.calendar caption a:link    {color: #ffffff;  text-decoration: none;}
.calendar caption a:active  {color: #ffffff;  text-decoration: none}
.calendar caption a:visited {color: #ffffff;  text-decoration: none}
.calendar caption a:hover   {color: #FFCC00;  text-decoration: underline;}

.calendar th {
              width: 20px;
              height: 16px;
              font-weight: bolder;
              text-align: center;
}

.calendar td {
              width: 20px;
              height: 16px;
              text-align: center;
}

.calendar td a {
                display: block;
}

.calendar td a:link {
                     background: #ffffff!important;
                     color: #B13F42;
                     text-decoration: none;
}

.calendar td a:visited {
                        background: #ffffff!important;
                        color: #B13F42;
                        text-decoration: none;
}

.calendar td a:hover {
                      background: #ffffff!important;
                      color: #B13F42;
                      text-decoration: underline;
}

/* カレンダー曜日 */
th#sun {
         color: #CC3300;
}

th#sat {
         color: #0066CC;
}


/* エントリー */

.entry_table{
             width: 420px;
             margin: 0px 0px 40px 0px;
             border-collapse: collapse
             background: #FFFFFF;
             border: 1px solid #E9CFCF;
}

.entry_navi{
            font-size: 11px;
            color: gray;
            text-align:center;
}

.benri_navi{
            font-size: 11px;
            text-align:left;
            margin: 0px 0px 10px 25px;
}

.entry_title{
             font-size: 14px;
             font-weight: bolder;
             color: #750000;
             margin: 10px 10px 10px 10px;
             padding-bottom: 10px;
             border-bottom: 1px dotted #E9CFCF;
}

.entry_title a{
               text-decoration:none;
}

.entry_text {
             font-size: 12px;
             color: #333;
             margin: 15px 10px 20px 10px;
             line-height : 150%;
}

.entry_text a{
               text-decoration: underline;
}

.entry_state {
              font-size: 12px;
              color: gray;
              text-align: right;
              margin: 20px 10px 10px 10px;
              border-top: 1px dotted #E9CFCF;
              line-height : 150%;
              padding-top : 5px;
}

.entry_state2 {
               font-size: 12px;
               color: gray;
               text-align: right;
               margin: 0px 20px 0px 0px;
}

.entry_text img {
                 padding: 0px;
                 margin-right: 10px;
                 margin-bottom: 15px;
} 

.comment_title {
                font-size: 12px;
                margin: 20px 10px 10px 10px;
                padding-bottom: 10px;
                font-weight: bolder;
                color: #750000;
}

.comment_state {
                font-size: 12px;
                color: gray;
                text-align: right;
                margin: 20px 10px 10px 10px;
                border-bottom: 1px dotted #E9CFCF;
                line-height : 150%;
                padding-bottom : 5px;
}

/* HOME テーブル */
.home_table{
            width: 420px;
            margin: 0px 0px 40px 0px;
            background: #FFFFFF;
}

/* 検索 */
#sarch {
        text-align: left;
        margin-top : 15px;
        padding: 0px 0px 10px 5px;
}

/* 絵文字 */
img.emoji {
           margin:2px 2px 4px 2px;
           vertical-align:middle; 
}


