*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}



a:link{color:green;
text-decoration: underline;
}
a:visited{color:#8000ff}
a:active{color:orange}
a:hover{color:crimson}


hr {width:80%;
  color:#004000;
  }


/* 基本のリンクの設定
---------------------------------------------------- */


a {
  color: #f5f3e0;
}

a:visited {
}

a:hover {
  text-decoration: underline;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  color: #605C4C;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: small;
  line-height:1.8;
  background: #d1cab4;
}

#container {
  margin: 0 auto;
  width: 800px;
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/container.gif) top right repeat-y ;
}

#head {
  min-height: 190px; 
  height:auto !important; 
  height: 190px;
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/header.gif) top left no-repeat ;
}

#head h1 {
  color:#e7240e;
  padding: 85px 45px 0 45px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height:1.2;
  border: none;
}

#center {
  float: right;
  width: 560px;
}

#left {
  float: left;
  width: 240px;
  height: 100%;
}

#footer {
  clear: both;
  height: 132px;
  position: relative;
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/footer.gif) top left no-repeat ;
}

#footer img{
  position: absolute;
  bottom: 43px;
  right: 41px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main a{
  color: #534b46;

}

.msg {
  text-align: left;
  font-size: medium;
}

.msg-title {
  padding: 20px 38px 0 22px;
  font-size: large;
  font-weight:bold;
  color: #F5F3E0;
  line-height:1.6;
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/msg_title.gif) top left no-repeat ;
  min-height:50px; 
  height:auto !important; 
  height:50px;
}

.msg-date {
  padding: 5px 0 0 0;
  font-size: 12px;
  letter-spacing: 1px;
  display: block;
  color: #a39988;
}

.msg-body {
  font-size: medium;
  padding: 5px 38px 0 22px;
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/msg_body.gif) bottom left repeat-y ;
}

.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 38px 20px 22px;
  font-size: 12px;
  letter-spacing: 0.5px;
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/msg_footer.gif) bottom left no-repeat ; 
  min-height:30px;
  height:auto !important; 
  height:30px;
}

hr {width:80%;
  color:#004000;
  }

pre {
  background : #ded2be;
  margin : 10px 6px 0 0;
  padding : 20px;
  text-align: left;
}

blockquote {
	margin: 1em;
			padding:0.8em 0.6em 0.6em 0.6em;

	background-color: #e1f7fb;
	color: #0000a0;
			border: 1px solid #808000;


	
	background-image: url("https://nikko.us/blockquote.gif");
		background-repeat: no-repeat;
}


.msg-body h2 {
	border-bottom: solid 2px #cad5f2;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	font-size:1.2em;
}

.msg-body h3 {
	border-bottom: solid 1px #3195C3;
	
text-shadow:
2px 8px 6px rgba(0,0,0,0.2),
0px -5px 35px rgba(255,255,255,0.3);

}
.msg-body h4 {
	border-bottom: dashed 1px #3195C3;
}


.cap{
font-size:1em;
font-family:sans-serif;
color:#004080;
margin-left:12px;
margin-right:12px;
background-color:#f0f0f0;
padding-bottom:5px;
padding-left:15px;
padding-right:15px;
word-wrap : break-word;
overflow-wrap : break-word;
text-align:left;

}

h6 {
    font-size: 1.1em;
    font-weight-bolder;
    font-family:sans-serif;
	text-align:left;
	
	
text-shadow:3px 3px 2px #8080ff;
text-decoration: underline dotted green; 
}


/* コメント部分
---------------------------------------------------- */

.comment-caption {
  font-weight:bold;
  padding: 50px 0 0 22px;
  font-size: 12px;
  letter-spacing: 2px;
}

.comment-caption a {
  text-decoration: none;
}

.comment-caption a:hover {
  color: #200000;
  border: none;
}


.comment-title {
  padding: 20px 0 0 22px;
  font-size: 12px;
  letter-spacing: 1px;
}

.comment-body {
  padding: 5px 60px 0 22px;
}

.comment-form {
  margin: 15px 20px 0 22px;
  padding: 0;
  font-size: small;
  line-height:1.7;
}

.comment-form .comment-caption {
  margin: 30px 0 10px 0;
  padding: 0;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
}

.comment-form p {
  font-size: 11px;
  padding: 0 40px 0 0;
}

.comment-form form p {
  padding: 30px 40px 0 0;
}

.comment-form form p input {
  color: #605C4C;
  background: #bdb2a2;
  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: #605C4C;
  margin: 0 0 3px 0;
  background: #bdb2a2;
  width: 450px;
  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: 12px;
  letter-spacing: 2px;
  font-weight:bold;
  padding: 50px 0 0 22px;
}

.tb-caption a {
  text-decoration: none;
}

.tb-caption a:hover {
  color: #200000;
  border: none;
}

.tb-title {
  padding: 20px 0 0 22px;
  font-size: 12px;
  letter-spacing: 1px;
}

.tb-url {
  margin: 15px 0 0 22px;
  font-size: 10px;
}

.tb-body {
  padding: 5px 60px 0 22px;
}

.tb-attention {
  margin: 15px 60px 0 22px;
  font-size: 11px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
  font-size: 12px;
  font-weight:bold;
  letter-spacing: 1px;
  text-align: right;
}

#navi-top {
  padding: 10px 33px 20px 10px;
}

#navi-bottom {
  padding: 10px 33px 0 10px;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
  padding: 0 0 80px 0;
}

.mod-caption {
  padding: 20px 35px 10px 40px;
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/mod_caption.gif) top right no-repeat ;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  line-height: 1.5;
  color: #400040;
}

.mod-body {
  padding: 0 40px 30px 40px;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 0.5px;
  color: #000040;
}

.mod ul {
  list-style: none;
}

.mod {
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/mod_bottom.gif) bottom right no-repeat ;
  min-height:74px;
  height:auto !important; 
  height:74px;
  color: #dfd9c7;
}

.mod-login-button {
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/mod_bottom_login.gif) bottom right no-repeat ;
  min-height:85px;
  height:auto !important; 
  height:85px;
}

.mod-mailpia-button .mod-caption{
  letter-spacing: 1.5px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body {
  padding: 5px 30px 25px 30px;
  background: url(http://s.asablo.jp/css/common2l/fuyu-cha/mod_caption.gif) top right no-repeat ;
}

.calendar {
  width: 180px;
  font-size: 11px;
  text-align: center;
}

.calendar-title {
  padding: 10px 0;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 2px;
}

.calendar-sun-name {
  color: #763227;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  color: #534b46;
  font-weight:bold;
  text-align: center;
}
.calendar-sat-name {
  color: #383f58;
  font-weight:bold;
  text-align: center;
}

.calendar-cell {
  text-align: center;
  width: 20px;
  height: 20px;
}

.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;
}

