*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #0f1205;
  border-bottom : 1px dashed #0f1205;
  padding: 0 0 1px 0;
}

a:visited {
  color: #0f1205;
  border-bottom : 1px dashed #0f1205;
}

a:hover {
  color: #9e9e9e;
  border-bottom : 1px dashed #9e9e9e;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  color: #0f1205;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: small;
  line-height:1.7;
  background: #0f1205;
}

#container {
  margin: 0 auto;
  width: 900px;
  background: #261100 url(http://s.asablo.jp/css/common2l/barium/container.gif) repeat-y center;
}

#head {
  margin: 0 0 -220px 0;
  height: 371px;
  background: url(http://s.asablo.jp/css/common2l/barium/header.gif) no-repeat center top;
}

#head h1 {
  color:#e7240e;
  padding: 30px 350px 100px 80px;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height:1.2;
  border: none;
}

#head h1 a,
#head h1 a:visited{
  border: none;
  color: #eeedea
}

#head h1 a:hover{
  border: none;
  color: #f8eb61
}

#center {
  float: right;
  width: 620px;
}

#left {
  float: left;
  width: 280px;
  height: 100%;
}

#footer {
  clear: both;
  height: 371px;
  background: url(http://s.asablo.jp/css/common2l/barium/footer.gif) no-repeat;
  position: relative;
}

#footer img{
  position: absolute;
  bottom: 0px;
  right: 50px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
  padding: 50px 80px 50px 30px;
}

.msg {
  padding:50px 0 0 0;
  text-align: left;
}

.msg-title {
  font-size: 25px;
  font-weight:bold;
  color: #f8eb61;
  visibility: hidden;
  line-height:1.2;
}

.msg-title a,
.msg-title a:hover,
.msg-title a:visited {
  border: none;
  margin: 0 -1.5em 0 0;
  visibility: visible;
}

.msg-date {
  padding: 5px 0 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  color: #0f1205;
  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 #9e9e9e;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #9e9e9e;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

/* コメント部分
---------------------------------------------------- */

.comment-caption {
  font-weight:bold;
  padding: 50px 0 0 50px;
  font-size: 25px;
}

.comment-caption a {
  border: none;
}

.comment-caption a:hover {
  color: #0f1205;
  border: none;
}


.comment-title {
  padding: 20px 0 0 50px;
  font-size: 12px;
  letter-spacing: 1px;
}

.comment-body {
  padding: 5px 70px 0 50px;
}

.comment-form {
  margin: 15px 0 0 50px;
  padding: 0;
  font-size: small;
  line-height:1.7;
  background: url(http://s.asablo.jp/css/common2l/barium/comment_form.gif) no-repeat right bottom;
}

.comment-form .comment-caption {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 25px;
  font-weight: bold;
}

.comment-form p {
  font-size: 11px;
}

.comment-form form p {
  padding: 30px 0 0 0;
}

.comment-form form p input {
  color: #0f1205;
  background: #cfcfcf;
  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: #0f1205;
  margin: 0 0 3px 0;
  background: #cfcfcf;
  width: 380px;
  display: block;
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

input{ 
width: 250px; 
}

form{ 
width: 250px; 
}


/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  font-size: 25px;
  font-weight:bold;
  padding: 50px 0 0 50px;
}

.tb-caption a {
  border: none;
}

.tb-caption a:hover {
  color: #0f1205;
  border: none;
}

.tb-title {
  padding: 20px 0 0 50px;
  font-size: 12px;
  letter-spacing: 1px;
}

.tb-url {
  margin: 15px 0 0 50px;
}

.tb-body {
  padding: 5px 70px 0 50px;
}

.tb-attention {
  margin: 15px 0 0 50px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
  font-size: 12px;
  font-weight:bold;
  padding: 30px 10px 0 10px;
  letter-spacing: 1px;
  text-align: right;
}

.navi a,
.navi a:hover,
.navi a:visited {
  border: none;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
  padding: 100px 10px 0 80px;
}

.mod-caption {
  padding: 30px 0 0 0;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
}

.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: #969696;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
}
.calendar-sat-name {
  padding: 0 3px;
  color: #737373;
  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 {
  padding:100px 0 0 0;
}

.msg-archives ul {
  list-style : none;
}

.msg-archives .msg-footer{
  background: url(http://s.asablo.jp/css/common2l/barium/msg_footer_archives.giff) no-repeat left top;
}


