21:27 2025/09/01*{
  margin : 0;
  padding: 0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */
a {
  color: #4A8B36;
}

a:visited {
  color: #155929;
}

a:hover {
  color: #B33EBA;
  border-bottom : 1px solid #B33EBA;
}


/* ページ全体のレイアウト
---------------------------------------------------- */
body {
  height: 100%;
  color: #2D2D2D;
  background-image:url(http://s.asablo.jp/css/common2l/hougan_green/bg1.gif);
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 16px;
  line-height:1.7;
}

#container {
  margin: 0 auto;
  width: 1040px;
  background: #F7F6E4;
}

#head {
  height: 280px;
  margin-left: 100px;
  background: url(http://inunekotorisakana.asablo.jp/blog/img/2008/08/30/7465a.jpg) no-repeat;
}

#head h1 {
  padding: 30px 200px 50px 20px;
  font-size: 28px;
  letter-spacing: 0.5px;
  text-align: left;
}

#head h1 a:visited{
  color: #2a1485;
}

#head h1 a:hover{
  color: #B33EBA;
}

#center {
  float: left;
  width: 520px;
  padding: 0 0 40px 0;
}

#right {
  float: right;
  width: 260px;
  height: 100%;
}

#left {
  float: left;
  width: 260px;
  height: 100%;
}

#footer {
  clear: both;
  background: url(http://s.asablo.jp/css/common2l/hougan_green/footerl.gif) no-repeat left bottom;
}

#footer img{
  border: none;
  text-decoration: none;
  margin-left: 10px;
  margin-bottom: 12px;
}

#footer a {
  border: none;
  text-decoration: none;
}

pre {
  border : 4px dotted #B599DE;
  margin : 1em 0 0 0;
  padding : 1em;
}


blockquote {
  border : 4px double #B599DE;
  margin : 1em 0 0 0;
  padding : 1em;
}

/* 記事部分
---------------------------------------------------- */
.msg {
  margin: 0 auto;
}

.msg-title {
  font-size: 16px;
  font-weight:bold;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 3px;
  line-height: 1.2em;
  text-indent: 4px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  height: 44px;
  min-height: 20px;
  color: #BDDFB8;
  padding-bottom: 0px;
  background-image: url(http://s.asablo.jp/css/common2l/hougan_green/msg_top.gif);
  background-repeat: no-repeat;
}

.msg-date {
  color: #999;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: right;
  float: right;
  height: 0;
}

.msg-body {
  font-size: 16px;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom:0px;
	line-height: 1.7em;
	background-image:url(http://s.asablo.jp/css/common2l/hougan_green/msg_bg1.gif);
	background-repeat:repeat-y;
  width: 480px;
}

.msg-pict {
  margin: 0 0 15px 15px;
}

.msg-footer {
  margin: 0;
  padding: 20px 20px 25px 20px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: right;
}


/* コメント部分
---------------------------------------------------- */
.comment-caption {
  margin: 0;
  padding: 30px 20px 0 20px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 3px;
}

.comment-caption a{ 
  color: #221815;
}

.comment-caption a:hover {
  border: none; 
  color: #221815;
}

.comment-title {
  padding: 10px 20px 0 20px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
}

.comment-body {
  padding: 10px 20px 0 20px;
  font-size: small;
  line-height:1.7;
}

.comment-form {
  font-size: small;
  line-height:2.0;
  background: url(http://s.asablo.jp/css/common3/cosmos-beige/comment_form.gif) no-repeat right bottom;
}

div.comment-form p.comment-caption {
  padding: 30px 20px 0 20px;
  font-size: small;
  font-weight: bold;
}

.comment-form p {
  padding: 10px 20px 0 20px;
  font-size: 11px;
}

.comment-form form p input {
  width: 180px;
  background: #e5e0d3;
  display: block;
  border: none;
  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 {
  margin: 0 0 3px 0;
  padding: 2px;
  width: 440px;
  display: block;
  color: #2f2725;
  border: none;
  background: #e5e0d3;
  font-size: small;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}


/* トラックバック部分
---------------------------------------------------- */
.tb-caption {
  padding: 30px 20px 0 20px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 3px;
}

.tb-caption a{ 
  color: #221815;
}

.tb-caption a:hover {
  border: none; 
  color: #221815;
}

.tb-title {
  padding: 10px 20px 0 20px;
  font-size: 12px;
  letter-spacing: 1px;
}

.tb-url {
  padding: 10px 20px 0 20px;
  font-size: small;
  line-height:1.7;
}

.tb-url a{
  text-decoration: none;
}

.tb-url a:hover{
  text-decoration: none;
}

.tb-body {
  padding: 10px 20px 0 20px;
  font-size: small;
  line-height:1.7;
}

.tb-attention {
  padding: 10px 20px 0 20px;
  font-size: 11px;
  line-height:1.7;
}

/* 次>>の表示
---------------------------------------------------- */
.navi {
  font-size: 12px;
  font-weight:bold;
  text-align: right;
  margin: 0;
  padding: 10px 5px 0 0;
  text-decoration: none;
}


/* カテゴリ部分－基本
---------------------------------------------------- */
.sidebar {
  padding: 20px 10px 0 10px;
}

.mod-caption {
  padding: 0px 0 10px 20px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  background: url(http://s.asablo.jp/css/common3/fresh-green/fresh_01_point_tool_title.jpg) no-repeat; 
  line-height: 1.2;
}

.mod-caption a{
  color: #635a78;
  text-decoration: none;
  border-bottom : none;
  font-weight:bold;
}

.mod-body {
  padding: 5px 0 25px 0;
}

.mod-text {
  padding: 0 5px;
  font-size: 12px;
  letter-spacing: 1px;
}

.mod-body .mod-text img {
  text-decoration: none;
  border: none;
}

.mod ul {
  list-style: none;
}

.mod-message .mod-caption a {
  color: #221815;
}

/* カテゴリ部分－カレンダー
---------------------------------------------------- */
.calendar {
	font-size: 14px;
        margin-left: 20px;
	width: 180px;
	height: 180px;
	text-align: center;
	color:#646A63;
	background-image: url(http://s.asablo.jp/css/common2l/hougan_green/calendar.gif);
	background-repeat: repeat-y;
}
.calendar-title {
	text-align: center;
	font-size:13px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.calendar .calendar-title a {
	color: #6B8264;
	font-weight: bold;
	text-decoration:none;
}

.calendar .calendar-title a:hover{
	color: #155929;
	font-weight: bold;
    text-decoration:none;
}

.calendar-sun-name {
	color: #FF0000;
}
.calendar-wday-name {
	color: #292B2F;
}
.calendar-sat-name {
	color: #0066FF;
}
.calendar-row {

}
.calendar-cell {
	text-align: center;
	vertical-align: middle;
	padding-top: 0px;
	padding-bottom: 0px;
}
.calendar a {
	font-weight: bold;
	text-decoration: underline;
	color:#477D3C;
}
.calendar a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #0C1B2E;
}


/* カテゴリ部分－RSS、MAILPIA、ログイン
---------------------------------------------------- */
.mod-rss-button .mod-caption a,
.mod-mailpia-button .mod-caption a,
.mod-login-button .mod-caption a {
  color: #2a1485;
}

.mod-rss-button .mod-caption a:hover,
.mod-mailpia-button .mod-caption a:hover,
.mod-login-button .mod-caption a:hover {
  color: #B33EBA;
  border-bottom : 1px solid #B33EBA;
}
 

/* アーカイブの表示
---------------------------------------------------- */
.msg-archives ul {
  list-style : none;
}
