
*{
  margin : 0;
  padding: 0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */
a {
  color: #fffff6;
}

a:visited {
  color: #fffff6;
}

a:hover {
  color: #fff9a3;
  border-bottom : 1px solid #fff9a3;
}


/* ページ全体のレイアウト
---------------------------------------------------- */
html {
  background: #1eb8ff url(http://s.asablo.jp/css/common2r/sea/background_html.gif) repeat-x top ;
}

body {
  height: 100%;
  color: #edf9fe;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: small;
  line-height:1.7;
  background: url(http://s.asablo.jp/css/common2r/sea/background_body_bottom.gif) repeat-x bottom ;
}

#container {
  margin: 0 auto;
  width: 800px;
}

#head {
  height: 124px;
  background: #9CE0FF url(http://s.asablo.jp/css/common2r/sea/header.gif);
}

#head h1 {
  padding: 25px 220px 0 180px;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: left;
  line-height:1.3;
}

#head h1 a {
  color: #248fff;
}

#head h1 a:visited {
  color: #248fff;
}

#head h1 a:hover {
  border-bottom : 1px solid #248fff;
}

#center {
  padding:20px 0 20px 0;
  float: left;
  width: 560px;
}

#right {
  float: right;
  width: 240px;
}

#footer {
  clear: both;
  height: 241px;
  background: url(http://s.asablo.jp/css/common2r/sea/footer.gif) no-repeat bottom ;
}


#footer img{
  border: none;
  text-decoration: none;
  padding-left: 30px;
  padding-top: 207px;
}

#footer a {
  border: none;
  text-decoration: none;
}

pre {
  border : 4px dotted #248fff;
  margin : 1em 0 0 0;
  padding : 1em;
}


blockquote {
  border : 4px double #248fff;
  margin : 1em 0 0 0;
  padding : 1em;
}

/* 記事部分
---------------------------------------------------- */
.msg {
  margin: 0 auto;
  padding: 10px 30px 10px 0;
}

.msg-title {
  color: #1eb8ff;
  padding: 50px 0 0 0;
  font-size: 14px;
  letter-spacing: 1.5px;
  clear: both;
  background: url(http://s.asablo.jp/css/common2r/sea/msg_title.gif) center top no-repeat;
}

.msg-date {
  color: #edf9fe;
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: right;
  float: right;
  padding: 0 0 5px 0;
}

.msg-body {
  clear: right;
}

.msg-pict {
  border: none;
  float: right;
  padding: 0 0 5px 10px;
}

.msg-footer {
  padding: 40px 0 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  clear: right;
  height: 100px;
}

.msg-dow-sun .msg-footer {
  background: url(http://s.asablo.jp/css/common2r/sea/msg_footer_sun.gif) center bottom no-repeat ;
}

.msg-dow-mon .msg-footer {
  background: url(http://s.asablo.jp/css/common2r/sea/msg_footer_mon.gif) left bottom no-repeat ;
}

.msg-dow-tue .msg-footer {
  background: url(http://s.asablo.jp/css/common2r/sea/msg_footer_tue.gif) right bottom no-repeat ;
}

.msg-dow-wed .msg-footer {
  background: url(http://s.asablo.jp/css/common2r/sea/msg_footer_wed.gif) left bottom no-repeat ;
}

.msg-dow-thu .msg-footer {
  background: url(http://s.asablo.jp/css/common2r/sea/msg_footer_thu.gif) right bottom no-repeat ;
}

.msg-dow-fri .msg-footer {
  background: url(http://s.asablo.jp/css/common2r/sea/msg_footer_fri.gif) left bottom no-repeat ;
}

.msg-dow-sat .msg-footer {
  background: url(http://s.asablo.jp/css/common2r/sea/msg_footer_sat.gif) right bottom no-repeat ;
}

.msg-archives .msg-footer {
  background: url(http://s.asablo.jp/css/common2r/sea/msg_footer_archives.gif) right bottom no-repeat ;
}

.msg-author-info {
  display: block;
}

.msg-dow-mon .msg-author-info,
.msg-dow-wed .msg-author-info,
.msg-dow-fri .msg-author-info,
.msg-dow-sun .msg-author-info {
  text-align: left;
}

.msg-dow-mon .msg-category-list,
.msg-dow-wed .msg-category-list,
.msg-dow-fri .msg-category-list,
.msg-dow-sun .msg-category-list {
  display: block;
  text-align: left;
}

.msg-dow-mon .msg-category-info,
.msg-dow-wed .msg-category-info,
.msg-dow-fri .msg-category-info,
.msg-dow-sun .msg-category-info {
  display: block;
  text-align: left;
}

.msg-dow-mon .msg-comment-info,
.msg-dow-wed .msg-comment-info,
.msg-dow-fri .msg-comment-info,
.msg-dow-sun .msg-comment-info {
  display: block;
  float: left;
}

.msg-dow-tue .msg-author-info,
.msg-dow-thu .msg-author-info,
.msg-dow-sat .msg-author-info {
  text-align: right;
}

.msg-dow-tue .msg-category-list,
.msg-dow-thu .msg-category-list,
.msg-dow-sat .msg-category-list {
  display: block;
  text-align: right;
}

.msg-dow-tue .msg-category-info,
.msg-dow-thu .msg-category-info,
.msg-dow-sat .msg-category-info {
  display: block;
  text-align: right;
}

.msg-dow-tue .msg-comment-info,
.msg-dow-thu .msg-comment-info,
.msg-dow-sat .msg-comment-info {
  display: block;
  float: right;
}


/* コメント部分
---------------------------------------------------- */
.comment-caption {
  margin: 0;
  padding: 50px 50px 0 50px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 3px;
  background: url(http://s.asablo.jp/css/common2r/sea/msg_title.gif) center top no-repeat;
}

.comment-caption a{ 
  color: #edf9fe;
}

.comment-caption a:hover {
  border: none; 
  color: #edf9fe;
}

.comment-title {
  margin-right: 50px;
  padding: 10px 50px 0 50px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
}

.comment-body {
  margin-right: 50px;
  padding: 10px 50px 20px 50px;
  font-size: small;
  line-height:1.7;
  background: url(http://s.asablo.jp/css/common2r/sea/comment_body.gif) no-repeat right top;
}

.comment-form {
  padding: 0 0 20px 0;
  font-size: small;
  line-height:1.7;
  background: url(http://s.asablo.jp/css/common2r/sea/comment_form.gif) no-repeat right top;
}

div.comment-form p.comment-caption {
  padding: 30px 50px 0 50px;
  font-size: small;
  font-weight: bold;
}

.comment-form p {
  padding: 10px 50px 0 50px;
  font-size: 11px;
}

.comment-form form p input {
  color: #edf9fe;
  border: #edf9fe solid 1px;
  background: none;
  width: 180px;
  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 {
  padding: 2px;
  color: #edf9fe;
  border: #edf9fe solid 1px;
  background: none;
  margin: 0 0 3px 0;
  width: 410px;
  display: block;
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}


/* トラックバック部分
---------------------------------------------------- */
.tb-caption {
  padding: 50px 0 0 50px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 3px;
  background: url(http://s.asablo.jp/css/common2r/sea/msg_title.gif) center top no-repeat;
}

.tb-caption a{ 
  color: #edf9fe;
}

.tb-caption a:hover {
  border: none; 
  color: #edf9fe;
}

.tb-title {
  margin-left: 50px;
  padding: 10px 50px 0 50px;
  font-size: 12px;
  letter-spacing: 1px;
}

.tb-url {
  padding: 10px 50px 0 50px;
  font-size: small;
  line-height:1.7;
}

.tb-url a{
  text-decoration: none;
}

.tb-url a:hover{
  text-decoration: none;
}

.tb-body {
  margin-left: 50px;
  padding: 10px 50px 20px 50px;
  font-size: small;
  line-height:1.7;
  background: url(http://s.asablo.jp/css/common2r/sea/tb_body.gif) no-repeat left top;
}

.tb-attention {
  padding: 10px 50px 0 50px;
  font-size: 11px;
  line-height:1.7;
}

/* 次>>の表示
---------------------------------------------------- */
.navi {
  font-size: 12px;
  font-weight:bold;
  text-align: right;
  margin: 0;
  padding: 10px 40px 0 0;
  text-decoration: none;
}


/* カテゴリ部分－基本
---------------------------------------------------- */
.sidebar {
  padding: 20px 20px 100px 20px;
}

.mod-caption {
  padding: 40px 0 0 0;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 1.5px;
  text-align: left;
  line-height: 1.2;
  background: url(http://s.asablo.jp/css/common2r/sea/mod-caption.gif) no-repeat left top;
}

.mod-body {
  padding: 20px 0;
}

.mod-text {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.mod-body .mod-text img {
  text-decoration: none;
  border: none;
}

.mod ul {
  list-style: none;
}


/* カテゴリ部分－カレンダー
---------------------------------------------------- */

.mod-calendar {
  background: url(http://s.asablo.jp/css/common2r/sea/manbo.gif) no-repeat bottom center;
  padding: 0 0 130px 0;
}

.calendar {
  width: 200px;
  height: 200px;
  background: none;
  text-align: left;
}

.calendar-sun-name,
.calendar-wday-name,
.calendar-sat-name {
  font-weight:bold;
}

.calendar-title {
  padding: 40px 0 10px 0;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: center;
  background: url(http://s.asablo.jp/css/common2r/sea/mod-caption.gif) no-repeat left top;
}

.calendar-cell {
  width: 25px;
  height: 25px;
}

.calendar-cell a{
  font-weight:bold;
}


/* アーカイブの表示
---------------------------------------------------- */
.msg-archives ul {
  list-style : none;
}
/*追加修正170706*/
.msg-body u{
text-decoration:underline;
}
.msg-body strike,.msg-body s,.msg-body del{
text-decoration: line-through;
}

