*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #000033;
}

a:visited {
}

a:hover {
  text-decoration: underline;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  color: #120000;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", arial, sans-selif;
  font-size: small;
  line-height:1.7;
  background: #d1cab4;
}

#container {
  margin: 0 auto;
  width: 800px;
  background: url(http://s.asablo.jp/css/common2r/fuyu-cha/container.gif) top right repeat-y ;
}

#head {
  min-height: 190px; 
  height:auto !important; 
  height: 190px;
  background: url(http://origami.asablo.jp/blog/img/2008/10/08/7ace1.jpg) top left no-repeat ;
}

#head h1 {
  color:#160000;
  padding: 80px 10px 0 200px;
  font-size: 28px;
  letter-spacing: 1px;
  line-height:1.2;
  border: none;
}

#center {
  float: left;
  width: 560px;
}

#right {
  float: right;
  width: 240px;
  height: 100%;
}

#footer {
  clear: both;
  height: 132px;
  position: relative;
  background: url(http://s.asablo.jp/css/common2r/fuyu-cha/footer.gif) top left no-repeat ;
}

#footer img{
  position: absolute;
  bottom: 43px;
  right: 41px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main a{
  color: #000088;

}

.msg {
  text-align: left;
}

.msg-title {
  padding: 20px 15px 0 45px;
  font-size: 14px;
  font-weight:bold;
  color: #F5F3E0;
  line-height:1.2;
  background: url(http://s.asablo.jp/css/common2r/fuyu-cha/msg_title.gif) top left no-repeat ;
  min-height:50px; 
  height:auto !important; 
  height:50px;
}

.msg-date {
  padding: 5px 0 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  color: #a39988;
}

.msg-body {
  padding: 5px 15px 0 45px;
  background: url(http://s.asablo.jp/css/common2r/fuyu-cha/msg_body.gif) bottom left repeat-y ;
}

.msg-pict {
  margin: 0 0 15px 0;
  border: none;
}

.msg-pict a,
.msg-pict a:visited,
.msg-pict a:hover {
  border: none;
}

.msg-footer {
  padding: 15px 15px 20px 45px;
  font-size: 12px;
  letter-spacing: 0.5px;
  background: url(http://s.asablo.jp/css/common2r/fuyu-cha/msg_footer.gif) bottom left no-repeat ; 
  min-height:30px;
  height:auto !important; 
  height:30px;
}

pre {
  background : #ded2be;
  margin : 10px 6px 0 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #F5F3E0;
  background : #d4c9b7;
  margin : 10px 6px 0 0;
  padding : 20px;
  text-align: left;
}

/* コメント部分
---------------------------------------------------- */

.comment-caption {
  font-weight:bold;
  padding: 50px 0 0 45px;
  font-size: 12px;
  letter-spacing: 2px;
}

.comment-caption a {
  text-decoration: none;
}

.comment-caption a:hover {
  color: #200000;
  border: none;
}


.comment-title {
  padding: 20px 0 0 45px;
  font-size: 12px;
  letter-spacing: 1px;
}

.comment-body {
  padding: 5px 40px 0 45px;
}

.comment-form {
  margin: 15px 0 0 45px;
  padding: 0;
  font-size: small;
  line-height:1.7;
}

.comment-form .comment-caption {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}

.comment-form p {
  font-size: 11px;
  padding: 0 40px 0 0;
}

.comment-form form p input {
  color: #605C4C;
  background: #bdb2a2;
  display: block;
  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 {
  color: #605C4C;
  margin: 0 0 3px 0;
  background: #bdb2a2;
  width: 450px;
  display: block;
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

.comment-form input{ 
  width: 250px; 
}

.comment-form { 
  width: 250px; 
}


/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight:bold;
  padding: 50px 0 0 45px;
}

.tb-caption a {
  text-decoration: none;
}

.tb-caption a:hover {
  color: #200000;
  border: none;
}

.tb-title {
  padding: 20px 0 0 45px;
  font-size: 12px;
  letter-spacing: 1px;
}

.tb-url {
  margin: 15px 0 0 45px;
  font-size: 10px;
}

.tb-body {
  padding: 5px 40px 0 45px;
}

.tb-attention {
  margin: 15px 40px 0 45px;
  font-size: 11px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
  font-size: 12px;
  font-weight:bold;
  letter-spacing: 1px;
  text-align: right;
}

#navi-top {
  padding: 10px 10px 20px 10px;
}

#navi-bottom {
  padding: 10px 10px 0 10px;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
  padding: 0 0 80px 0;
}

.mod-caption {
  padding: 20px 35px 10px 40px;
  background: url(http://s.asablo.jp/css/common2r/fuyu-cha/mod_caption.gif) top right no-repeat ;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
  color: #160000;
}

.mod-body {
  padding: 0 40px 30px 40px;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 0.5px;
}

.mod ul {
  list-style: none;
}

.mod {
  background: url(http://s.asablo.jp/css/common2r/fuyu-cha/mod_bottom.gif) bottom right no-repeat ;
  min-height:74px;
  height:auto !important; 
  height:74px;
  color: #160000;
}

.mod-login-button {
  background: url(http://s.asablo.jp/css/common2r/fuyu-cha/mod_bottom_login.gif) bottom right no-repeat ;
  min-height:85px;
  height:auto !important; 
  height:85px;
}

.mod-mailpia-button .mod-caption{
  letter-spacing: 1.5px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body {
  padding: 5px 30px 25px 30px;
  background: url(http://s.asablo.jp/css/common2r/fuyu-cha/mod_caption.gif) top right no-repeat ;
}

.calendar {
  width: 180px;
  font-size: 11px;
  text-align: center;
}

.calendar-title {
  padding: 10px 0;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 2px;
}

.calendar-sun-name {
  color: #763227;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  color: #534b46;
  font-weight:bold;
  text-align: center;
}
.calendar-sat-name {
  color: #383f58;
  font-weight:bold;
  text-align: center;
}

.calendar-cell {
  text-align: center;
  width: 20px;
  height: 20px;
}

.calendar-cell a{
  font-weight: bold;
}

/* アーカイブの表示
---------------------------------------------------- */

.msg-archives ul {
  list-style : none;
}

