*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #82624f;
  padding: 0 0 1px 0;
}

a:visited {
  color: #8b8b8b;
}

a:hover {
  color: #a98e7f;
}


/* ページ全体のレイアウト
---------------------------------------------------- */

body {
  height: 100%;
  color: #58595b;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 11px;
  line-height:1.7;
  background: #fff;
 }

#container {
  margin: 0 auto;
  padding: 20px 51px;
  width: 820px;
  background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/back.jpg);
  background-repeat: repeat-y;
}

#head {
	padding: 30px 10px;
}

#head h1 {
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height:1.2;
  font-weight: bold;
}


#center {
  float: right;
	width: 635px;
}

#left {
  float: left;
  width: 160px;
  height: 100%;
  margin-top: 50px;
}

#footer {
  clear: both;
  height: 50px;
  position: relative;
}

#footer img{
  position: absolute;
  bottom: 0px;
  left: 0px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
  margin: 0 0 0 4px;
}

.msg {
  margin: 0 0 10px 0;
  padding-top: 120px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: top left;
}

.msg-title {
  padding: 0 75px 0;
	background: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_back.png) repeat-y transparent;
  font-size: 26px;
  font-weight:bold;
  color: #fff;
  line-height:1.2;
}

div.msg-archives {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_caption1.png);
}


div.msg-archives .msg-footer {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_bottom1.png);
}

.msg-title a {
  border: none;
  color: #58595B;
}

.msg-title a:hover {
  border: none;
  color: #a98e7f;
}

.msg-date {
  font-size: 11px;
  display: block;
  color: #a98e7f;
}

.msg-body {
  padding: 25px 75px;
	background: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_back.png) repeat-y transparent;
  font-size: 18px;
}

.msg-pict {
  margin: 0 0 15px 0;
	background: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_back.png) repeat-y transparent;
  border: none;
}

.msg-pict a,
.msg-pict a:visited,
.msg-pict a:hover {
  border: none;
}

.msg-footer {
	height: 140px;
  padding: 0 75px;
  background-repeat: no-repeat;
  font-size: 11px;
  letter-spacing: 0.5px;
  text-align: right;
}

/*曜日*/

.msg-dow-sun {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_caption2.png);
}

.msg-dow-sun .msg-footer {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_bottom2.png);
}

.msg-dow-mon {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_caption1.png);
}

.msg-dow-mon .msg-footer {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_bottom1.png);
}

.msg-dow-tue {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_caption2.png);
}

.msg-dow-tue .msg-footer {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_bottom2.png);
}

.msg-dow-wed {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_caption3.png);
}

.msg-dow-wed .msg-footer {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_bottom3.png);
}

.msg-dow-thu {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_caption1.png);
}

.msg-dow-thu .msg-footer {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_bottom1.png);
}

.msg-dow-fri {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_caption2.png);
}

.msg-dow-fri .msg-footer {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_bottom2.png);
}

.msg-dow-sat {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_caption3.png);
}

.msg-dow-sat .msg-footer {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_bottom3.png);
}

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/common2l/notepaper_monotone/list.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}


/* コメント部分
---------------------------------------------------- */
.comment-caption {
	margin-left: 60px;
}

.comment-caption a {
	display: block;
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_title.png);
	background-repeat: no-repeat;
	width: 142px;
	height: 42px;
	text-indent: -9999px;
	overflow: hidden;
}

.comment-caption a:hover {
}


.comment-title {
  padding: 0 70px 0 88px;
  font-size: 11px;
  height: 24px;
  margin-top: 20px;
}

.comment-body {
  padding: 5px 70px 0 88px;
  font-size: 11px;
}

.comment-form {
  margin: 15px 70px 0 90px;
  padding: 0;
  font-size: 11px;
  line-height:1.7;
}

.comment-form .comment-caption {
  margin: 30px 0 10px 0;
  padding: 0;
  background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment3.png);
  background-repeat: no-repeat;
  height: 36px;
  width: 138px;
  text-indent: -9999px;
}

.comment-form p {
  font-size: 11px;
}

.comment-form form p {
  padding: 30px 0 0 0;
  font-weight:bold;
}

.comment-form form p input {
  display: block;
  font-size: 11px;
  font-weight:normal;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  border: 1px solid #bdbdbd;
}

.comment-form form br{
  display: none;
}

.comment-form textarea {
  margin: 0 0 8px 0;
  width: 450px;
  display: block;
  font-size: 11px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  border: 1px solid #bdbdbd;
}


/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
	margin-left: 60px;
	margin-top: 10px;
}

.tb-caption a {
	display: block;
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/trackback_title.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 142px;
	height: 42px;
}

.tb-caption a:hover {
}

.tb-title {
  padding: 0 70px 0 82px;
  font-size: 11px;
  background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment_title.jpg);
  background-repeat: no-repeat;
  height: 24px;
  margin-top: 20px;
}

.tb-url {
	margin: 10px 0 0 80px;
  font-size: 10px;
}

.tb-body {
  padding: 5px 90px 0 82px;
  font-size: 11px;
}

.tb-attention {
  margin: 15px 70px 0 80px;
  font-size: 11px;
}

/* 次>>の表示
---------------------------------------------------- */

.navi {
  font-size: 11px;
  font-weight:bold;
  text-align: right;
  margin: 0 40px;
}

#navi-bottom {
	margin-top: 20px;
}

.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: 27px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div.mod-description .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/discription.png);
}

div.mod-recent-articles .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/recent.png);
}

div.mod-comment .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/comment.png);
}

div.mod-trackback .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/trackbacks.png);
}

div.mod-mobile .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/mobile.png);
}

div.mod-category .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/category.png);
}

div.mod-backno .mod-caption {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/backno.png);
}

.mod-message .mod-caption {
	text-indent: 0;
	height: auto;
	font-size: 13px;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod-text a {
}

.mod-text a:hover {
}

.mod-link-to-archives a{
  color: #82624f;
}

.mod-link-to-archives a:hover{
  color: #a98e7f;
}

.mod ul {
  list-style: none;
}

.mod-body {
  font-size: 11px;
}

div.mod-recent-articles .mod-body li {
	padding-left: 10px;
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/list.png);
	background-repeat: no-repeat;
	background-position: left 7px;
}

div.mod-mobile p.mod-text {
	width: 98px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  text-align: center;
  background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/calendar.png);
  background-repeat: no-repeat;
  padding-top: 26px;
}

.calendar {
  font-size: 12px;
  text-align: center;
}

.calendar a:hover {
  font-weight: bold;
  color: #a98e7f;
}

.calendar-title {
  padding: 10px 0 10px 0;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 1px;
}

.calendar-sun-name {
  padding: 0 3px;
  color: #e13e10;
  font-weight:bold;
  text-align: center;
}
.calendar-wday-name {
  padding: 0 3px;
  font-weight:bold;
  text-align: center;
  color: #58595b;
}
.calendar-sat-name {
  padding: 0 3px;
  color: #61a320;
  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: #a98e7f;
}

.calendar-title a:visited{
  text-decoration: none;
  border: none;
}

.calendar-cell a{
  font-weight: bold;
  text-decoration: underline;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
}

.mod-login-button {
}


div.mod-rss-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/rss.png);
	height: 35px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	width: 109px;
}

.mod-login-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2l/notepaper_monotone/login.png);
	height: 38px;
	width: 113px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* アーカイブの表示
---------------------------------------------------- */

.msg-archives ul {
  list-style : none;
}


