*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #ee8099;
  padding: 0 0 1px 0;
}

a:hover {
  color: #F4B19D;
}


/* ページ全体のレイアウト
---------------------------------------------------- */
html {
	background: #fff url(http://s.asablo.jp/css/common2r/macaron_check/back.jpg) repeat;
	background-position: center top;
}

body {
  color: #3D3D3D;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 12px;
  line-height:1.7;
}

#container {
  position: relative;
  margin: 0 auto;
  width: 1012px;
  min-height: 1400px;
  height: auto !important;
  height: 1400px;
  background: transparent url(http://s.asablo.jp/css/common2r/macaron_check/bg_repeat.png) repeat-y top center;
}

#head {
	width: 818px;
	height: 180px;
	margin: 0 auto 10px;
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/header.png);
	background-repeat: no-repeat;
	background-position: top center;
}

#head h1 {
	padding: 45px 50px 0;
	font-size: 14px;
  letter-spacing: 0.5px;
  line-height:1.2;
  font-weight: bold;
  text-align: center;
}

#head h1 a {
	color: #110000;
}

#head h1 a:hover{
   color: #F4B19D;
}

#center {
  float: left;
  width: 434px;
  margin-left: 180px;
  }

#right {
  float: right;
  width: 160px;
  height: 100%;
  margin-right: 175px;
}

#footer {
  clear: both;
  width: 818px;
  height: 180px;
  margin: 0 auto;
}

#footer img{
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
  margin-left: 580px;
}


/* 記事部分
---------------------------------------------------- */
#main {
}

#main p{
 margin-top: 10px;
}

.msg {
  margin: 0 0 60px;
  text-align: left;
  background: url(http://s.asablo.jp/css/common2r/macaron_check/msg_footer.jpg) no-repeat bottom center;
}

.msg a {
  color: #800000;
}

.msg a:hover {
  color: #F4B19D;
}

.msg-title {
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight:bold;
  color: #fffdee;
  line-height:1.2;
}

.msg-dow-mon .msg-title {
}

.msg-dow-tue .msg-title {
}

.msg-dow-wed .msg-title {
}

.msg-dow-thu .msg-title {
}

.msg-dow-fri .msg-title {
}

.msg-dow-sat .msg-title {
}

.msg-dow-sun .msg-title {
}

.msg-archives .msg-title{
}

.msg-archives .msg-title{
}

.msg-archives a:hover{
  color: #110000;
  border-bottom : 1px dashed #8b8b8b;
}

.msg-title a {
  border: none;
  color: #1100000;
	display: block;
	width: 430px;
}

.msg-title a:hover {
  border: none;
  color: #F4B19D;
}

.msg-date {
	display: block;
	margin-top: -10px;
	font-size: 12px;
	color: #110000;
	visibility: visible;
}

.msg-body {
	margin: 15px 0 25px;
  font-size: 12px;
}

.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-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-align: right;
}

pre {
  border : 4px dotted #645d59;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

blockquote {
  border : 4px double #645d59;
  margin : 0 0 10px 0;
  padding : 20px;
  text-align: left;
}

.msg-content ul li {
	list-style: none;
	padding-left: 10px;
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/list.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
}

/* コメント部分
---------------------------------------------------- */

.comment-caption {
	font-size: 14px;
}

.comment-caption a {
	display: block;
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/comm-title.jpg);
	background-repeat: no-repeat;
  text-indent: -9999px;
	height: 15px;
  overflow: hidden;
}

.comment-caption a:hover {
}


.comment-title {
  font-size: 12px;
  margin-top: 20px;
  color: #110000;
}

.comment-body {
  padding: 5px 0 0;
  font-size: 12px;
}

.comment-form {
  margin: 30px 0 10px;
  padding: 0;
  font-size: 12px;
  line-height:1.7;
}

.comment-form .comment-caption {
  margin: 30px 0 10px 0;
  padding: 0;
  font-weight: bold;
  background-image: url(http://s.asablo.jp/css/common2r/macaron_check/comm-please.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 21px;
  text-indent: -9999px;
}

.comment-form p {
  font-size: 12px;
}

.comment-form form p {
  font-weight:bold;
}

.comment-form form p input {
  display: block;
  font-size: 12px;
  font-weight:normal;
  background: #efded7;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  border: 1px solid #bdbdbd;
  color: #4c4c4c;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  background: #efded7;
  width: 100%;
  display: block;
  font-size: 12px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  border: 1px solid #bdbdbd;
  color: #4c4c4c;
}

input{ 
  width: 100%; 
  height: 17px;
}

form{ 
}

#asablo-comment-submit {
	width: 50px;
	background-color: #cccccc;
	border-color: #BDBDBD #999 #999 #bdbdbd;
    color: #000;
}

/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  margin: 30px 0 0;
}

.tb-caption a {
  background-image: url(http://s.asablo.jp/css/common2r/macaron_check/track-title.jpg);
  background-repeat: no-repeat;
  text-indent: -9999px;
	height: 15px;
	display: block;
	overflow: hidden;
}

.tb-caption a:hover {
}

.tb-title {
  font-size: 12px;
  margin-top: 20px;
  color: #110000;
}

.tb-title a {
  color: #110000;
}

.tb-title a:hover {
  color: #F4B19D;
}

.tb-url {
  margin: 15px 0 0;
  font-size: 10px;
}

.tb-body {
  padding: 5px 0 0;
  font-size: 12px;
}

.tb-attention {
  margin: 15px 0 0;
  font-size: 12px;
}


/* 次>>の表示
---------------------------------------------------- */

.navi {
  font-size: 12px;
  font-weight:bold;
  text-align: right;
}

#navi-top {
}

#navi-bottom {
}

.navi a {
	color: #110000;
}

.navi a:hover {
	color: #F4B19D;
}

.navi a,
.navi a:visited,
.navi a:hover {
  border: none;
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
}

.mod {
  margin: 0 0 30px 0;
}

/* title */

div.mod-mobile .mod-caption,
.mod-caption {
	height: 16px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div.mod-description .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/discription.jpg);
}

div.mod-recent-articles .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/recent.jpg);
}

div.mod-comment .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/comment.jpg);
}

div.mod-trackback .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/trackback.jpg);
}

div.mod-mobile .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/mobile.jpg);
}

div.mod-category .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/category.jpg);
}

div.mod-backno .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/backno.jpg);
}

.mod-message .mod-caption {
	text-indent: 0;
	height: auto;
	font-size: 13px;
	color: #7c5626;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod-text a {
  color: #110000;
}

.mod-text a:hover {
  color: #f4b19d;
}

.mod-link-to-archives a {
  color: #110000;
}

.mod-link-to-archives a:hover {
  color: #f4b19d;
}

.mod ul {
  list-style: none;
}

.mod-body {
  font-size: 12px;
}

div.mod-recent-articles .mod-body li {
	padding-left: 10px;
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/list.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
}

div.mod-mobile .mod-body {
	width: 98px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  text-align: center;
}

.calendar {
  font-size: 12px;
  text-align: center;
}

.calendar a {
  color: #110000;
}

.calendar a:hover {
  color: #F4B19D;
}

.calendar-title {
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 1px;
}

.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;
}

.calendar-title a:hover{
  text-decoration: none;
  border: none;
  color: #F4B19D;
}

.calendar-title a:visited{
  text-decoration: none;
  border: none;
}

.calendar-cell a{
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/calender_a.gif);
	background-repeat: no-repeat;
  font-weight: bold;
  color: ##110000;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
}

.mod-login-button {
}

div.mod-rss-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/rss.jpg);
	display: block;
	width: 47px;
	height: 18px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.mod-login-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2r/macaron_check/login.jpg);
	display: block;
	width: 65px;
	height: 18px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* アーカイブの表示
---------------------------------------------------- */

.msg-archives {
  color: #7C5626;
}

.msg-archives h3 {
	font-size: 14px;
}

.msg-archives a:hover {
  text-decoration: none;
  border: none;
  color: #F4B19D;
}

.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;
}

