html,body{
  margin : 0;
  padding: 0;
  border: none;
  text-decoration: none;
}
/* 
-----------------------------------------------------------------------------------------
タイトル 33px(gif)/13px
メッセージタイトル 16px
メッセージテキスト 9px
カテゴリキャプション(gif) 13px
カテゴリテキスト 12px
-----------------------------------------------------------------------------------------*/
*{
margin: 0;
padding: 0;
border: 0;
}

/* 基本のリンク
---------------------------------------------------- */
a {
  color: #f00;
}

a:visited {
  color: #f00;
}

a:hover {
  color: #f74c4f;
}


/* ページ全体のレイアウト
---------------------------------------------------- */
body {
  margin-top: 0;
  margin-left: 15px;
  margin-bottom: 0;
  height: 100%;
  background: #fff ;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: small;
  line-height:1em;
}

#container {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  width: 800px;
  height: 100%;
  background: #fff;
}

#head {
        margin-top: 0;
        margin-left: 0;
        width: 800px;
        height: 450px;
        text-indent: 0.5em;
        line-height: 20em;
         color: #f00;
         background: url(http://s.asablo.jp/css/common2r/reluctant/girl800red.gif) no-repeat;
}

#head h1 {
        margin-top: 0;
        margin-left: 0;
  padding: 110px 0px 30px 40px;
  font-size: 13px;
  color: #f00;
  letter-spacing: 1.5px;
  text-align: left;
}
#head h1 a{
  color: #f00;
  text-decoration: none;
}

#head h1 a:visited{
  color: #f00;
}

#head h1 a:hover{
  color: #B33EBA;
}

#center {
  float: left;
        margin-top: -100px;
  width: 565px;
}

#right {
  float: right;
  width: 200px;
}

#footer {
        clear: both;
        width: 780px;
        height: 90px;
        padding-top: 4px;
        background: url(http://s.asablo.jp/css/common2r/reluctant/shoes2.gif) no-repeat right bottom;
}

#footer img{
  padding-top: 50px;
  padding-left: 30px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}

pre {
  border : 4px dotted #B599DE;
  margin : 1em 0em 0em 0em;
  padding : 1em;
}


blockquote {
  border : 4px double #B599DE;
  margin : 1em 0 0 0;
  padding : 1em;
}
/* 次>>の表示
---------------------------------------------------- */
.navi {
  font-size: 9px;
  text-align: right;
  margin: 0;
  padding: 20px 20px 0px 40px;
  text-decoration: none;
  font-weight:nomal;
  border: none;
}
.navi  a {
padding-left: 10px;
}
/* 記事部分
---------------------------------------------------- */
.msg {
  margin: 0 auto;
  width: 550px;
}

.msg-title {
  margin: 0 auto;
  padding: 10px 10px 10px 10px;
  color: #fff;
  width: 500px;
  font-size: 16px;
  letter-spacing: 1.5px;
      line-height:1.4;
}
.msg-title a{
 color: #f00;
 }

.msg-title a:hover {
  color: #f74c4f;
}

.msg-date {
  color: #f00;
  font-size: 9px;
  letter-spacing: 1px;
  display:block;
  text-align: left;
  padding-top:10px; 
}

.msg-body {
  margin: 0 auto;
  font-size: 12px;
  color: #f00;
  padding: 10px 10px 0 10px;
  clear: right;
  font-weight:bold;
  letter-spacing: 0.18em;/*02 to 018*/
  line-height: 2.2em;/*2.4 to 2.2*/
  width: 500px;
}

.msg-pict {
  margin: 0 10px 10px 0;
  float: left;
}

.msg-footer {
  margin: 0;
  height: 170px;
  width: 500px;
  padding: 20px 10px 10px 20px;
  font-size: 10px;
  color: #f00;
  font-weight:bold;
  text-align: right;
  letter-spacing: 0.5px;
  background: url(http://s.asablo.jp/css/common2r/reluctant/ribbon.gif) no-repeat left bottom;
  clear: both;
  float:none;
}


/* コメント部分
---------------------------------------------------- */
.comment-caption {
  margin: 0;
  padding: 10px 40px 0 40px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 3px;
}

.comment-caption a{ 
  color: #f00;
}

.comment-caption a:hover {
  border: none; 
  color: #f00;
}

.comment-title {
  padding: 20px 40px 0 40px;
  margin: 0;
  font-size: 12px;
  color: #f00;
  letter-spacing: 1px;
}

.comment-body {
  padding: 8px 40px 0 40px;
  font-size: small;
  color: #f00;
  line-height:1.7;
}

.comment-form {
  font-size: small;
  color: #f00;
  line-height:1.4;
}

div.comment-form p.comment-caption {
  padding: 35px 40px 0px 40px;
  font-size: small;
  font-weight: bold;
}

.comment-form p {
  padding: 0px 40px 0 40px;
  font-size: 10px;
}

.comment-form form p input {
  padding-left:2px;
  width: 180px;
  background: #fff;
  color: #f00;
  display: block;
  border: solid;
  border-width: 1px;
  border-color: #f00;
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  margin: 0 0 3px 0;
  padding: 2px;
  width: 410px;
  display: block;
  color: #f00;
  border: solid;
  border-width: 1px;
  border-color: #f00;
  background: #fff;
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}


/* トラックバック部分
---------------------------------------------------- */
.tb-caption {
  padding: 40px 0 0 40px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 3px;
}

.tb-caption a{ 
  color: #f00;
}

.tb-caption a:hover {
  border: none; 
  color: #f74c4f;
}

.tb-title {
  padding: 20px 40px 0 40px;
  font-size: 11px;
  color: #f00;
  letter-spacing: 1px;
}

.tb-url {
  padding: 0px 40px 0 40px;
  font-size: 11pxl;
  color: #f00;
  line-height:1;
}

.tb-url a{
  text-decoration: none;
}

.tb-url a:hover{
  text-decoration: none;
}

.tb-body {
  padding: 0px 40px 0 40px;
  font-size: small;
    color: #f00;
  line-height:1.5;
}

.tb-attention {
  padding: 0px 40px 0 40px;
  font-size: 10px;
    color: #f00;
  line-height:1.5;
}


/* カテゴリ部分‐基本
---------------------------------------------------- */
.sidebar {
  margin-left:10px;
  padding: 20px 15px 10 10px;
}
.mod-body {
  padding: 0px 20px 20px 20px;
  text-align: left;
}

.mod-text {
  padding: 0 10px;
  font-size: 12px;
  text-align: left;
  line-height: 1.7;
    color: #f00;
  letter-spacing: 1px;
}
/* このブログについて */
.mod-description h2.mod-caption {
        width: 200px;
        height: 20px;
        background: url(http://s.asablo.jp/css/common2r/reluctant/c-about.gif) no-repeat;
        text-indent: -9999px;
}
/* カテゴリ */
.mod-category h2.mod-caption {
        width: 200px;
        height: 20px;
        background: url(http://s.asablo.jp/css/common2r/reluctant/c-categories.gif) no-repeat;
        text-indent: -9999px;
}
/* 最近のコメント */
.mod-comment h2.mod-caption {
        width: 200px;
        height: 20px;
        background: url(http://s.asablo.jp/css/common2r/reluctant/c-rcomments.gif) no-repeat;
        text-indent: -9999px;
}
/* 最近のトラックバック */
.mod-trackback h2.mod-caption {
        width: 200px;
        height: 20px;
        background: url(http://s.asablo.jp/css/common2r/reluctant/c-rtrackbacks.gif) no-repeat;
        text-indent: -9999px;
}
/* 最近の記事 */
.mod-recent-articles h2.mod-caption {
        width: 200px;
        height: 20px;
        background: url(http://s.asablo.jp/css/common2r/reluctant/c-rentries.gif) no-repeat;
        text-indent: -9999px;
}
/* バックナンバー */
.mod-backno h2.mod-caption {
        width: 200px;
        height: 20px;
        background: url(http://s.asablo.jp/css/common2r/reluctant/c-backnumber.gif) no-repeat;
        text-indent: -9999px;
}
.mod ul{
   list-style: none;
}
.mod-message .mod-caption a {
  color: #f00;
}



/* カテゴリ部分‐カレンダー
---------------------------------------------------- */
.calendar {
  padding: 0px 0px 10px 0;
  font-size: 11px;
   color: #f00;
  width: 165px;
  height: 150px;
  background: none;
  text-align: center;
}

.calendar-title {
  padding: 8px 0px;
  font-size: 13px;
 color: #f00;
  font-weight:bold;
  letter-spacing: 2px;
}

.calendar-sun-name {
  padding: 0 2px;
        height: 13px;
  background: #fff;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  background: #fff;
  padding: 0 2px;
        height: 13px;
  font-weight:bold;
  text-align: center;
}
.calendar-sat-name {
  padding: 0 2px;
        height: 13px;
  background: #fff;
  font-weight:bold;
  text-align: center;
}

.calendar-cell {
  text-align: center;
}

.calendar-cell a{
  display: block;
  padding: 0px 1px 0px 1px;
  text-decoration: none;
  font-weight:bold;
  color: #f00;
}

.calendar-cell a:visited{
  color: #f00;
}

.calendar-cell a:hover{
  color: #f74c4f;
  border: none;
}

/*メッセージ、rss、更新のお知らせ、ログイン
--------------------------------------------------------*/
.mod-caption {
  padding: 4px 0 4px 0px;
  font-size: 13px;
  color: #f00;
  text-align: left;
  letter-spacing: 2px;
  border: none;
  line-height: 1.2;
}

.mod-caption a{
  text-decoration: none;
  border-bottom : none;
  font-weight:bold;
}
 

/* アーカイブの表示
---------------------------------------------------- */
.msg-archives ul {
 padding-left: 30px;
 margin-bottom:50px;
  line-height: 1.7;
  list-style : none;
}



--------------------------------------------------------------------------------



