*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #ffffff;
  border-bottom : 1px dashed #ffffff;
  padding: 0 0 1px 0;
}

a:visited {
  color: #666666;
  border-bottom : 1px dashed #666666;
}

a:hover {
  color: #fff4ea;
  border-bottom : 1px dashed #fff4ea;
}

span a {
  color: #666666;
  border-bottom : 0px dashed #666666;
  padding: 0 0 0 0;
}

span a:hover {
  color: #666666;
  border-bottom : 0px dashed #666666;
  padding: 0 0 0 0;
}

span a:visited {
  color: #666666;
  border-bottom : 0px dashed #666666;
  padding: 0 0 0 0;
}

/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  background-image:url('http://www.ne.jp/asahi/skybox/totoya/de/e0c8b2.gif');
  color:#666666;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 11px;
  line-height:1.7;
}

#container {
  margin: 0 auto;
  width: 800px
}



#head2 {
  width: 100%;
  min-height: 30px; 
  height:auto !important; 
  height: 45px;
}

#head2 h1 {
  color:#ffffff;
  text-align:leftt;
  padding: 0;
  font-size: 11px;
  line-height:15px;
  border-bottom: 15px solid #ffffff;
}

#head2 h1 a,
#head2 h1 a:visited{
  border: none;
}



#head {
  width: 100%;
  min-height: 30px; 
  height:auto !important; 
  height: 45px;
}

#head h1 {
  color:#ffffff;
  text-align:right;
  padding: 26px 30px 10px 24px;
  font-size: 11px;
  line-height:15px;
  border-bottom: 0px solid #ffffff;
}

#head h1 a,
#head h1 a:visited{
  border: none;
}

#head h1 a:hover{
  color:#777777;
}

#center {
  float: right;
  min-width: 600px;
}

#left {
  float: left;
  width: 200px;
  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: 15px 0px 0px 0px;
}

.msg {
  margin: 0 0 30px 0;
  text-align: left;
}

.msg-title {
  padding: 10px 0 10px 15px;
  font-size: 13px;
  font-weight:bold;
  color: #ffffff;
  line-height:1.2;
}

.msg-dow-sun .msg-title{
  border-top: solid 15px #ffffff
}

.msg-dow-sun a:hover{
  color: #f13d09;
  border-bottom : 1px dashed #f13d09;
}

.msg-dow-mon .msg-title{
  border-top: solid 15px #ffffff
}

.msg-dow-mon a:hover{
  color: #f38b05;
  border-bottom : 1px dashed #f38b05;
}

.msg-dow-tue .msg-title{
  border-top: solid 15px #ffffff
}

.msg-dow-tue a:hover{
  color: #f4d319;
  border-bottom : 1px dashed #f4d319;
}

.msg-dow-wed .msg-title{
  border-top: solid 15px #ffffff
}

.msg-dow-wed a:hover{
  color: #66c00b;
  border-bottom : 1px dashed #66c00b;
}

.msg-dow-thu .msg-title{
  border-top: solid 15px #ffffff
}

.msg-dow-thu a:hover{
  color: #0094ee;
  border-bottom : 1px dashed #0094ee;
}

.msg-dow-fri .msg-title{
  border-top: solid 15px #ffffff
}

.msg-dow-fri a:hover{
  color: #683dca;
  border-bottom : 1px dashed #683dca;
}

.msg-dow-sat .msg-title{
  border-top: solid 15px #ffffff
}

.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: 10px 0 0 30px;
  font-size: 13px;
  display: block;
  color: #666666;
  visibility: visible;
}

.msg-body {
  padding: 10px 30px 15px 30px;
  font-size: 11px;
  line-height: 16px;
}

.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: 10px 30px 10px 30px;
  font-size: 11px;
  letter-spacing: 0.5px;
}

pre {
  border : 4px dotted #cfcecb;
  margin : 0 0 10px 10px;
  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;
  text-align: right;
  margin: 15px 15px 15px 0;
}

.navi a,
.navi a:visited,
.navi a:hover {
  border: none;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
  margin: 10px 0 0 0; 
}

.mod {
  margin: 0 30px 30px 0;
}

.mod-caption {
  padding: 10px 8px 10px 8px;
  font-size: 13px;
  font-weight:bold;
  text-align: left;
  color: #666666;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 0px;
}

.mod ul {
  list-style: none;
}

.mod-body {
  font-size: 11px;
  padding: 0px 0px 30px 10px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  padding: 0;
  text-align: center;
}

.calendar {
  margin: 10px 15px 10px 15px;
  font-size: 11px;
  text-align: center;
}

.calendar a:hover {
  font-weight: bold;
}

.calendar-title {
  padding: 15px 0 10px 0;
  font-size: 13px;
  font-weight:medium;
 color:#666666;
}

.calendar-sun-name {
  padding: 0 3px;
  color: #FA8072;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
  color: #666666;
}
.calendar-sat-name {
  padding: 0 3px;
  color: #AFEEEE;
  font-weight:bold;
  text-align: center;
}

.calendar-cell {
  text-align: center;
  width: 24px;
  height: 18px;
}

.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;
}


