*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #200000;
  border-bottom : 1px dashed #200000;
  padding: 0 0 1px 0;
}

a:visited {
  color: #200000;
  border-bottom : 1px dashed #200000;
}

a:hover {
  color: #f7c11b;
  border-bottom : 1px dashed #f7c11b;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  color: #200000;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: small;
  line-height:1.7;
  background: #fffffc;
}

#container {
  margin: 0 auto;
  width: 800px;
}

#head {
  height: 220px;
  background: url(http://s.asablo.jp/css/common2l/books_white/header.gif) no-repeat right top;
}

#head h1 {
  color:#e7240e;
  padding: 50px 380px 0 30px;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height:1.2;
  border: none;
}

#center {
  float: right;
  width: 550px;
}

#left {
  float: left;
  width: 250px;
  height: 100%;
}

#footer {
  clear: both;
  height: 280px;
  background: url(http://s.asablo.jp/css/common2l/books_white/footer.gif) left bottom no-repeat;
  position: relative;
}

#footer img{
  position: absolute;
  bottom: 0px;
  right: 30px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
  padding: 0 30px;
}

.msg {
  padding: 0 0 50px 0;
  text-align: left;
}

.msg-title {
  font-size: 25px;
  font-weight:bold;
  color: #fffffc;
  line-height:1.2;
  padding: 10px 0 0 80px;
  background: url(http://s.asablo.jp/css/common2l/books_white/msg_title.gif) left top no-repeat ;
  min-height:73px; 
  height:auto !important; 
  height:73px;
}


.msg-dow-sun .msg-title {
  background: url(http://s.asablo.jp/css/common2l/books_white/msg_title_sun.gif) left top no-repeat ;
}

.msg-dow-mon .msg-title {
  background: url(http://s.asablo.jp/css/common2l/books_white/msg_title_mon.gif) left top no-repeat ;
}

.msg-dow-tue .msg-title {
  background: url(http://s.asablo.jp/css/common2l/books_white/msg_title_tue.gif) left top no-repeat ;
}

.msg-dow-wed .msg-title {
  background: url(http://s.asablo.jp/css/common2l/books_white/msg_title_wed.gif) left top no-repeat ;
}

.msg-dow-thu .msg-title {
  background: url(http://s.asablo.jp/css/common2l/books_white/msg_title_thu.gif) left top no-repeat ;
}

.msg-dow-fri .msg-title {
  background: url(http://s.asablo.jp/css/common2l/books_white/msg_title_fri.gif) left top no-repeat ;
}

.msg-dow-sat .msg-title {
  background: url(http://s.asablo.jp/css/common2l/books_white/msg_title_sat.gif) left top no-repeat ;
}

.msg-date {
  padding: 5px 0 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  color: #a6a09a;
  visibility: visible;
}

.msg-body {
  padding: 10px 0 0 0;
}

.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 0 0 0;
  font-size: 12px;
  letter-spacing: 0.5px;
}

pre {
  border : 4px dotted #f7c11b;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #f7c11b;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
  font-size: 12px;
  font-weight:bold;
  padding: 10px 10px 20px 10px;
  letter-spacing: 1px;
  text-align: right;
}


/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
  padding: 0 30px 0 30px;
}

.mod-caption {
  padding: 30px 0 0 0;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
  color: #200000;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod ul {
  list-style: none;
}

.mod-body {
  padding: 10px 0 20px 0;
}

/* サイドバー－カレンダー
---------------------------------------------------- */
.calendar {
  font-size: 12px;
  text-align: center;
}

.calendar-title {
  padding: 10px 0px;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 2px;
}

.calendar-sun-name {
  padding: 0 3px;
  color: #e63d21;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
  color: #200000;
}
.calendar-sat-name {
  padding: 0 3px;
  color: #1b1fca;
  font-weight:bold;
  text-align: center;
}

.calendar-cell {
  text-align: center;
  width: 25px;
  height: 27px;
}

.calendar-title a{
  text-decoration: none;
  border: none;
}

.calendar-title a:hover{
  text-decoration: none;
  border: none;
}

.calendar-title a:visited{
  text-decoration: none;
  border: none;
}

.calendar-cell a{
  font-weight: bold;
}

/* アーカイブの表示
---------------------------------------------------- */

.msg-archives ul {
  list-style : none;
}


