*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #fffffc;
  border-bottom : 1px dashed #fffffc;
  padding: 0 0 1px 0;
}

a:visited {
  color: #fffffc;
  border-bottom : 1px dashed #fffffc;
}

a:hover {
  color: #999999;
  border-bottom : 1px dashed #999999;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  color: #fffffc;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 11px;
  line-height:1.7;
  background: #2c2a29;
}

#container {
  margin: 0 auto;
  width: 860px;
}


/* #head {
/*   margin: 30px;
/*   width: 800px;
/*   min-height: 90px; 
/*   height:auto !important; 
/*   height: 90px;
/*   border: solid 2px #fffffc;
/* }

#head {
  margin: 3px;
  width: 95%;
  min-height: 10px; 
  height:auto !important; 
  height: 90px;
  border: solid 2px #fffffc;
}

/* #head h1 {
/*   color:#e7240e;
/*   padding: 30px 50px 30px 30px;
/*   font-size: 13px;
/*   letter-spacing: 0.5px;
/*   line-height:1.2;
/*   border-top: solid 10px #888888;
/* }

#head h1 {
  color:#e7240e;
  padding: 3px 5px 3px 3px;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height:1.2;
  border-top: solid 10px #888888;
}

#head h1 a,
#head h1 a:visited{
  border: none;
}

#head h1 a:hover{
  color:#bababa;
}

/* #center {
/*   margin: 0 30px;
/*   width: 804px;
/* }

#center {
  margin: 0 30px;
  width: 90%;
}

/* #bottom {
/*   margin: 30px 0 0 30px;
/*   width: 834px;
/* }

#bottom {
  margin: 30px 0 0 30px;
  width: 90%;
}

#footer {
  clear: both;
  height: 50px;
  position: relative;
}

#footer img{
  position: absolute;
  bottom: 0px;
  right: 50px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */

.msg {
  margin: 0 0 30px 0;
  text-align: left;
  border: solid 2px #fffffc;
}

.msg-title {
  padding: 20px 30px 0 30px;
  font-size: 13px;
  font-weight:bold;
  color: #2c2a29;
  line-height:1.2;
}

.msg-dow-sun .msg-title{
  border-top: solid 10px #e13e10;
}

.msg-dow-sun a:hover{
  color: #f74817;
  border-bottom : 1px dashed #f74817;
}

.msg-dow-mon .msg-title{
  border-top: solid 10px #f18b00;
}

.msg-dow-mon a:hover{
  color: #f69a1c;
  border-bottom : 1px dashed #f69a1c;
}

.msg-dow-tue .msg-title{
  border-top: solid 10px #f9cd17;
}

.msg-dow-tue a:hover{
  color: #fedc3b;
  border-bottom : 1px dashed #fedc3b;
}

.msg-dow-wed .msg-title{
  border-top: solid 10px #61a320;
}

.msg-dow-wed a:hover{
  color: #74be2c;
  border-bottom : 1px dashed #74be2c;
}

.msg-dow-thu .msg-title{
  border-top: solid 10px #2583c6;
}

.msg-dow-thu a:hover{
  color: #46b0fb;
  border-bottom : 1px dashed #46b0fb;
}

.msg-dow-fri .msg-title{
  border-top: solid 10px #4e4994;
}

.msg-dow-fri a:hover{
  color: #766df5;
  border-bottom : 1px dashed #766df5;
}

.msg-dow-sat .msg-title{
  border-top: solid 10px #7a4090;
}

.msg-dow-sat a:hover{
  color: #ad48d4;
  border-bottom : 1px dashed #ad48d4;
}
.msg-archives .msg-title{
  border-top: solid 10px #a1a1a1;
}

.msg-archives a:hover{
  color: #c9c9c9;
  border-bottom : 1px dashed #c9c9c9;
}

.msg-title a,
.msg-title a:hover,
.msg-title a:visited {
  border: none;
}

.msg-date {
  padding: 5px 0 0 0;
  font-size: 11px;
  display: block;
  color: #a6a09a;
  visibility: visible;
}

.msg-body {
  padding: 10px 30px 0 30px;
  font-size: 11px;
}

.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 30px 30px 30px;
  font-size: 11px;
  letter-spacing: 0.5px;
}

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;
  padding: 50px 0 0 32px;
  font-size: 13px;
}

.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: 15px 0 0 32px;
  padding: 0;
  font-size: 11px;
  line-height:1.7;
}

.comment-form .comment-caption {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
}

.comment-form p {
  font-size: 11px;
}

.comment-form form p {
  padding: 30px 0 0 0;
  font-weight:bold;
}

.comment-form form p input {
  color: #fffffc;
  display: block;
  font-size: 11px;
  font-weight:normal;
  background: #645d59;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  color: #fffffc;
  margin: 0 0 3px 0;
  background: #645d59;
  width: 380px;
  display: block;
  font-size: 11px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

input{ 
width: 250px; 
}

form{ 
width: 250px; 
}


/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  font-size: 13px;
  font-weight:bold;
  padding: 50px 0 0 32px;
}

.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 0 10px 0;
}

.navi a,
.navi a:visited,
.navi a:hover {
  border: none;
}

/* サイドバー－基本
---------------------------------------------------- */
.mod {
  margin: 0 30px 30px 0;
  border: solid 2px #fffffc;
  float:left;
  width: 244px;
}

.mod-caption {
  padding: 20px 30px 0 30px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
  color: #fffffc;
  border-top: solid 10px #666666;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod ul {
  list-style: none;
}

.mod-body {
  font-size: 11px;
  padding: 0 30px 30px 30px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  padding: 0;
  border-top: solid 10px #666666;
  text-align: center;
}

.calendar {
  margin: 0 30px 20px 30px;
  font-size: 11px;
  text-align: center;
}

.calendar a:hover {
  font-weight: bold;
}

.calendar-title {
  padding: 15px 0 10px 0;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 1px;
}

.calendar-sun-name {
  padding: 0 3px;
  color: #e13e10;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
  color: #fffffc;
}
.calendar-sat-name {
  padding: 0 3px;
  color: #61a320;
  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;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
  padding: 0 0 30px 0
}


.mod-login-button {
  padding: 0 0 30px 0
}

/* アーカイブの表示
---------------------------------------------------- */

.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;
}

