*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #f18d00;
}

a:visited {
  color: #f18d00;
}

a:hover {
  color: #e8340c;
}

/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  color: #333333;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 12px;
  line-height:1.7;
  background: #ffe982;
}

#container {
  margin: 0 auto;
  width: 828px;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ebf6.gif) left top repeat-y;
}

#head {
  width:828px;
  height:229px;
  margin:0 0 10px 0;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec1b.gif) left top no-repeat;
}

#head h1,
#head h1 a{
  display:block;
  width:828px;
  height:229px;
  border: none;
  text-indent:-9999px;
  overflow:hidden;
}

#center {
  float: left;
  width: 580px;
  padding:0 0 0 21px;
}

#right {
  position:relative;
  float: right;
  width: 189px;
  height: 100%;
  padding:0 27px 22px 0;
}

#footer {
  clear: both;
  height: 50px;
}

#footer a {
  display:none;
}


/* 記事部分
---------------------------------------------------- */
#main {
  margin:0;
  padding:0;
}

.msg {
  position:relative;
  margin: 0 0 30px 0;
  text-align: left;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec0b.gif) 0 78px repeat-y;
}.msg.msg-dow-mon {
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec0b.gif) 0 76px repeat-y;
}.msg.msg-dow-tue {
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec0b.gif) 0 72px repeat-y;
}.msg.msg-dow-wed {
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec0b.gif) 0 71px repeat-y;
}.msg.msg-dow-thu {
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec0b.gif) 0 74px repeat-y;
}.msg.msg-dow-fri {
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec0b.gif) 0 77px repeat-y;
}.msg.msg-dow-sat {
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec0b.gif) 0 76px repeat-y;
}

.msg-title {
  margin:0;
  padding:51px 40px 0 90px;
  width:450px;
  min-height:27px;
  _height:27px;
  font-size: 133%;
  font-weight:bold;
  color: #FBF4E4;
  line-height:1.2;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ebfb.gif) left top no-repeat;
}.msg.msg-dow-mon .msg-title {
  padding:49px 40px 0 90px;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec07.gif) left top no-repeat;
}.msg.msg-dow-tue .msg-title {
  padding:45px 40px 0 90px;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec09.gif) left top no-repeat;
}.msg.msg-dow-wed .msg-title {
  padding:44px 40px 0 90px;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec05.gif) left top no-repeat;
}.msg.msg-dow-thu .msg-title {
  padding:47px 40px 0 90px;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ebf8.gif) left top no-repeat;
}.msg.msg-dow-fri .msg-title {
  padding:50px 40px 0 90px;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec01.gif) left top no-repeat;
}.msg.msg-dow-sat .msg-title {
  padding:49px 40px 0 90px;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ec03.gif) left top no-repeat;
}

.msg-date {
  position:absolute;
  bottom:27px;
  left:50px;
  width:160px;
  display: block;
  font-size: 84%;
  color: #646464;
  overflow:auto;
}

.msg-body {
  padding:15px 40px 30px 50px;
}

.msg-pict {
  margin: 0 0 15px 0;
  border: none;
}

.msg-pict a,
.msg-pict a:visited,
.msg-pict a:hover {
  border: none;
}

.msg-footer {
  width:325px;
  padding:0 35px 25px 220px;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align:right;
}

pre {
  border : 4px dotted #645d59;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}


blockquote {
  border : 4px double #645d59;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

/* コメント部分
---------------------------------------------------- */

.comment-caption {
  font-weight:bold;
  margin:30px 20px 0;
  padding:0 10px;
  font-size: 13px;
  border-bottom:1px dotted #f18d00;
}

.comment-caption a {
  border: none;
}

.comment-caption a:hover {
  color: #fffffc;
  border: none;
}


.comment-title {
  padding: 20px 0 0 32px;
  font-size: 11px;
}

.comment-body {
  padding: 5px 70px 0 32px;
  font-size: 11px;
}

.comment-form {
  margin:0 20px;
  padding:0 10px;
  font-size: 11px;
  line-height:1.7;
}

.comment-form .comment-caption {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  border-bottom:1px dotted #333333;
}

.comment-form p {
  font-size: 11px;
}

.comment-form form p {
  padding: 10px 0 0 0;
  font-weight:bold;
}

.comment-form form p input {
  color: #333333;
  display: block;
  font-weight:normal;
  background: #faf7e8;
  padding:5px;
  border:1px solid #e7e1cf;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}.comment-form form p input[type="submit"]{
  width:130px;
  height:30px;
  padding:0;
  margin:10px 0 0 0;
  background: #9b8245;
  border:none;
  color:#ffffff;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  color: #333333;
  margin: 0 0 3px 0;
  padding:5px;
  background: #faf7e8;
  width: 380px;
  display: block;
  border:1px solid #e7e1cf;
  font-size: 12px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

input{ 
width: 250px; 
}

form{ 
width: 250px; 
}


/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  font-weight:bold;
  margin:30px 20px 0;
  padding:0 10px;
  font-size: 13px;
  border-bottom:1px dotted #f18d00;
}

.tb-caption a {
  border: none;
}

.tb-caption a:hover {
  color: #fffffc;
  border: none;
}

.tb-title {
  padding: 20px 0 0 32px;
  font-size: 11px;
}

.tb-url {
  margin: 15px 0 0 32px;
}

.tb-body {
  padding: 5px 70px 0 32px;
  font-size: 11px;
}

.tb-attention {
  margin: 15px 0 0 32px;
  font-size: 11px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
  font-size: 11px;
  font-weight:bold;
  text-align: right;
  margin: 0 10px 10px 0;
}
#navi-bottom{
  margin-top:10px;
}


.navi a,
.navi a:visited,
.navi a:hover {
  border: none;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
  margin: 0; 
}

.mod {
  margin: 0 0 25px 0;
}

.mod-caption {
  margin:0 0 12px 0;
  padding: 12px 0 0 37px;
  min-height:33px;
  _height:33px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
  color: #231815;
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ebe4.gif) left top no-repeat;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod ul {
  padding:0 10px;
  list-style: none;
}

.mod-body {
  font-size: 11px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  padding: 0;
  margin:0;
  text-align: center;
}

.calendar {
  margin: 0;
  font-size: 11px;
  text-align: center;
}

.calendar a:hover {
  font-weight: bold;
}

.calendar-title {
  padding: 0 0 10px 0;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 1px;
}

.calendar-sun-name,
.calendar-wday-name,
.calendar-sat-name {
  padding: 0 3px;
  color: #fdd000;
  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;
}

/* サイドバー－オフィシャルサイト
---------------------------------------------------- */

.oSite{
  text-align:center;
}
.oSite a{
  display:block;
}

/* サイドバー－リンク
---------------------------------------------------- */

dl.lAsahi{
  width:150px;
  margin:0 auto;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod.mod-rss-button,
.mod.mod-rss-button .mod-caption,
.mod.mod-rss-button .mod-caption a,
.mod.mod-login-button,
.mod.mod-login-button .mod-caption,
.mod.mod-login-button .mod-caption a {
  display:block;
  margin:0;
  padding:0;
  width:85px;
  height:22px;
  text-indent:-9999px;
  overflow:hidden;
}
.mod.mod-rss-button{
  position:absolute;
  bottom:0;
  left:6px;
}
.mod.mod-login-button{
  position:absolute;
  bottom:0;
  right:32px;
}
.mod.mod-rss-button .mod-caption{
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ebe8.gif) left top no-repeat;
}
.mod.mod-login-button .mod-caption{
  background:url(http://sencla2011.asablo.jp/blog/img/2011/07/15/18ebe7.gif) left top no-repeat;
}

/* アーカイブの表示
---------------------------------------------------- */

.msg-archives ul {
  list-style : none;
  margin:0 0 10px 0;
}.msg-archives li {
  padding:0 0 0 5px;
}


