*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #2c2a29;
  border-bottom : 1px dashed #2c2a29;
  padding: 0 0 1px 0;
}

a:visited {
  color: #2c2a29;
  border-bottom : 1px dashed #2c2a29;
}

a:hover {
  color: #888888;
  border-bottom : 1px dashed #888888;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  color: #2c2a29;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 11px;
  line-height:1.7;
  background: #f4e0e5;
}

#container {
  margin: 0 auto;
  width: 860px;
}

#head {
  margin: 30px;
  width: 800px;
  min-height: 90px; 
  height:auto !important; 
  height: 90px;
  border: solid 2px #2c2a29;
}

#head h1 {
  color:#e7240e;
  padding: 30px 50px 30px 30px;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height:1.2;
  border-top: solid 10px #666666;
}

#head h1 a,
#head h1 a:visited{
  border: none;
}

#head h1 a:hover{
  color:#777777;
}

#center {
  float: left;
  width: 600px;
}

#right {
  float: right;
  width: 260px;
  height: 100%;
}

#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;
}


/* 記事部分
---------------------------------------------------- */
#main {
  margin: 0 30px;
}

.msg {
  margin: 0 0 30px 0;
  text-align: left;
  border: solid 2px #2c2a29;
}

.msg-title {
  padding: 20px 30px 0 30px;
  font-size: 13px;
  font-weight:bold;
  color: #fffffc;
  line-height:1.2;
}

.msg-dow-sun .msg-title{
  border-top: solid 10px #f13d09;
}

.msg-dow-sun a:hover{
  color: #f13d09;
  border-bottom : 1px dashed #f13d09;
}

.msg-dow-mon .msg-title{
  border-top: solid 10px #f38b05;
}

.msg-dow-mon a:hover{
  color: #f38b05;
  border-bottom : 1px dashed #f38b05;
}

.msg-dow-tue .msg-title{
  border-top: solid 10px #f4d319;
}

.msg-dow-tue a:hover{
  color: #f4d319;
  border-bottom : 1px dashed #f4d319;
}

.msg-dow-wed .msg-title{
  border-top: solid 10px #66c00b;
}

.msg-dow-wed a:hover{
  color: #66c00b;
  border-bottom : 1px dashed #66c00b;
}

.msg-dow-thu .msg-title{
  border-top: solid 10px #0094ee;
}

.msg-dow-thu a:hover{
  color: #0094ee;
  border-bottom : 1px dashed #0094ee;
}

.msg-dow-fri .msg-title{
  border-top: solid 10px #683dca;
}

.msg-dow-fri a:hover{
  color: #683dca;
  border-bottom : 1px dashed #683dca;
}

.msg-dow-sat .msg-title{
  border-top: solid 10px #a820b1;
}

.msg-dow-sat a:hover{
  color: #a820b1;
  border-bottom : 1px dashed #a820b1;
}

.msg-archives .msg-title{
  border-top: solid 10px #a1a1a1;
}

.msg-archives a:hover{
  color: #999999;
  border-bottom : 1px dashed #999999;
}

.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 #cfcecb;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #cfcecb;
  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: #2c2a29;
  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: #2c2a29;
  display: block;
  font-size: 11px;
  font-weight:normal;
  background: #eae9e4;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  color: #2c2a29;
  margin: 0 0 3px 0;
  background: #eae9e4;
  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: #2c2a29;
  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;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
  margin: 0 26px 0 0; 
}

.mod {
  margin: 0 0 30px 0;
  border: solid 2px #2c2a29;
}

.mod-caption {
  padding: 20px 30px 0 30px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
  color: #2c2a29;
  border-top: solid 10px #888888;
}

.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 #888888;
  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: #f13d09;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
  color: #2c2a29;
}
.calendar-sat-name {
  padding: 0 3px;
  color: #0094ee;
  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;
}


