/* 初期化
---------------------------------------------------- */
*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #86ae7a;
  padding: 0 0 1px 0;
}

a:hover {
  color: #8E928E;
}


/* ページ全体のレイアウト
---------------------------------------------------- */
html {
  background-color: #f2faf5;
}

body {
  height: 100%;
  color: #4a4a4a;
  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: 806px;
  min-height: 700px;
  height: auto !important;
  height: 700px;
  padding: 0 130px 0 137px;
  background: url(http://s.asablo.jp/css/common2l/haruhana_blue/bg-repeat.jpg) repeat-y;
}

#head {
}

#head h1 {
	padding: 55px 65px 50px; 
  color:#f68282;
  font-size: 20px;
  letter-spacing: 0.5px;
  line-height:1.2;
}

#head h1 a {
  color:#74b693;
  border: none;
}

#head h1 a:visited{
  border: none;
}

#head h1 a:hover{
  color:#8E928E;
}

#center {
  float: right;
  width: 589px;
}

#left {
  float: left;
  width: 180px;
  height: 100%;
  margin-left: 10px;
}

#footer {
  clear: both;
  height: 60px;
  position: relative;
  background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/footer.jpg);
  background-repeat: no-repeat;
  background-position:left bottom;
}

#footer img{
  position: absolute;
  top: 10px;
  left: 0px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
}

#main .msg a {
}

#main .msg a:hover {
}

.msg {
  text-align: left;
  margin-bottom: 40px;
  padding-bottom: 26px;
  background: url(http://s.asablo.jp/css/common2l/haruhana_blue/msg-footer.png) no-repeat bottom center;
}

#main .msg a {
	border: none;
}

.msg-title {
  min-height: 28px;
  height: auto !important;
  height: 28px;
  background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/msg-header.png);
  background-position: bottom left;
  position: relative;
  padding: 0 140px 26px 30px;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight:bold;
  color: #fcf2f1;
  line-height: 15px;
}


.msg-archives .msg-title {
  min-height: 20px;
  height: auto !important;
  height: 20px;
}

#main .msg-title a {
}

.msg-title a,
.msg-title a:hover,
.msg-title a:visited {
}

.msg-date {
	position: absolute;
	top: 0px;
	right: 30px;
	width: 110px;
	visibility: visible;
	text-align: right;
	color: #8e928e;
}

.msg-body {
	padding: 0px 28px 10px;
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/msg-body.png);
	background-repeat: repeat-y;
  font-size: 12px;
}

/*
.msg-dow-mon .msg-body {
}

.msg-dow-tue .msg-body {
}

.msg-dow-wed .msg-body {
}

.msg-dow-thu .msg-body {
}

.msg-dow-fri .msg-body {
}

.msg-dow-sat .msg-body {
}

.msg-dow-sun .msg-body {
}
*/
.msg-archives .msg-body {
	padding-top: 10px;
}

.msg-pict {
  margin: 0 0 15px 0;
  border: none;
}

.msg-pict a,
.msg-pict a:visited,
.msg-pict a:hover {
  border: none;
}

#main .msg-footer {
	padding: 0 28px;
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/msg-body.png);
	background-repeat: repeat-y;
  text-align: right;
  font-size: 12px;
  letter-spacing: 0.5px;
}

#main .msg-archives .msg-footer {
	height: 1px;
}

#main .msg-footer a {
}

.msg-footer a:hover {
}

pre {
  border : 4px dotted #333;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #333;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

.msg-body li {
	padding-left: 13px;
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/list.png);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style: none;
}

/* コメント部分
---------------------------------------------------- */

h2.comment-caption {
  font-weight:bold;
  height: 16px;
  margin: 20px 35px;
  background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/comm-title.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.comment-caption a {
	display: block;
  border: none;
  overflow: hidden;
}

.comment-caption a:hover {
  border: none;
}


.comment-title {
  padding: 0 40px 0 55px;
  font-size: 12px;
  font-weight: normal;
}

.comment-title a {
	border: none;
}

.comment-title a:visited {
  border: none;
}

.comment-title a:hover {
  border: none;
}

.comment-body {
  padding: 5px 40px 10px 55px;
  font-size: 12px;
}

.comment-body hr {
	display: none;
}

.comment-body li {
	list-style: none;
}

.comment-form {
	margin: 30px 40px 40px 35px;
  font-size: 12px;
  line-height:1.7;
}

#main .comment-form .comment-caption {
  background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/comm-please.png);
  background-repeat: no-repeat;
  height: 16px;
  margin: 20px 0;
  text-indent: -9999px;
}

.comment-form p {
  font-size: 12px;
  margin: 5px 20px;
}

.comment-form form p {
}

.comment-form form p input {
  display: block;
  font-size: 12px;
  font-weight:normal;
  background: #fff;
  border: 1px solid #999;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  border: 1px solid #999;
  background: #fff;
  width: 400px;
  padding: 5px;
  display: block;
  font-size: 12px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

input{ 
width: 310px;
padding: 3px;
}

form{ 
}

#main p {
}

input#asablo-comment-submit {
	border: 2px solid;
	border-color: #999 #333 #666 #999;
	width: 50px;
	background-color:#ccc;
}

/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  height: 16px;
  background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/track-title.png);
  background-repeat: no-repeat;
	text-indent: -9999px;
	margin: 20px 35px;
 }

.tb-caption a {
	display: block;
  border: none;
}

.tb-caption a:hover {
  border: none;
}

.tb-title {
  padding: 0 40px 0 55px;
  font-size: 12px;
  font-weight: normal;
}

.tb-title a {
	border: none;
}

.tb-title a:visited {
  border: none;
}

.tb-title a:hover {
  border: none;
}

.tb-url {
  padding: 0 40px 10px 55px;
}

.tb-body {
  padding: 5px 40px 10px 55px;
  font-size: 12px;
}

.tb-attention {
  padding: 0 40px 20px 55px;
  font-size: 12px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
	position: relative;
	height: 50px;
}

	.navi a {
		position: absolute;
		top: 0;
		display: block;
		width: 77px;
		height: 45px;
		border: none;
		background-repeat: no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}

	.navi .navi-prev {
		left: 0px;
		background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/prev.png);
	}

	.navi .navi-next {
		right: 0px;
		background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/next.png);
	}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
}


.sidebar a {
}

.sidebar a:hover {
}


.mod {
  margin: 0 0 30px 0;
}

/* title */

div.mod-mobile .mod-caption,
.mod-caption {
	height: 17px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div.mod-description .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/about.png);
}

div.mod-recent-articles .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/recent.png);
}

div.mod-comment .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/comment.png);
}

div.mod-trackback .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/trackback.png);
}

div.mod-mobile .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/mobile.png);
}

div.mod-category .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/category.png);
}

div.mod-backno .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/backno.png);
}

.mod-message .mod-caption {
	text-indent: 0;
	height: auto;
	font-size: 14px;
	color: #74B693;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod-description .mod-text {
	padding-left: 3px;
}

.mod-link-to-archives {
    padding-left: 10px;
}

.mod-link-to-archives a {
}

.mod-link-to-archives a:hover {
}

.mod ul {
  list-style: none;
}

.mod-body {
  font-size: 12px;
}

.mod-body li.mod-text {
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: left 7px;
}

.mod-backno .mod-body li.mod-text {
	background-image: none;
}

div.mod-mobile .mod-body {
	width: 98px;
}

div.mod-recent-articles li.mod-text {
	background: url(http://s.asablo.jp/css/common2l/haruhana_blue/list.png) no-repeat transparent 0 7px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  text-align: center;
  margin-left: 3px;
}

.calendar {
  font-size: 12px;
  text-align: center;
}

.calendar a {
}

.calendar a:hover {
  color: #8E928E;
}

.calendar-title {
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 1px;
}

.calendar-title a {
}

.calendar-sun-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
}
.calendar-sat-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
}

.calendar-cell {
  text-align: center;
  width: 25px;
  height: 27px;
}

.calendar-title a{
  text-decoration: none;
  border: none;
  color: #74b693;
}

.calendar-title a:hover{
  text-decoration: none;
  border: none;
  color: #8E928E;
}

.calendar-cell a{
  font-weight: bold;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
}

.mod-login-button {
}

div.mod-rss-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/rss.png);
	display: block;
	width: 77px;
	height: 45px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.mod-login-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2l/haruhana_blue/login.png);
	display: block;
	width: 77px;
	height: 45px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* アーカイブの表示
---------------------------------------------------- */

.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;
}

