/*
	reset-min.css
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{font-size:100%;}legend{color:#000;}
/*
	fonts-min.css
*/
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}
pre,code,kbd,samp,tt{font-family:monospace;font-size:108%;line-height:100%;}

/*clearfix*/
.clearfix:after {
	content: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/* Mac版IEのみに適用 \*//*/
.clearfix { overflow: hidden; }
/* */


/* ----------------------------------------------- */



*{
  margin : 0;
  padding: 0;
  border: none;
  text-decoration: none;
  word-break: break-all;
}


/* 基本のリンクの設定
---------------------------------------------------- */
a {
  color: #76603E;
}

a:visited {
  color: #76603E;
}

a:hover {
  color: #76603E;
  border-bottom : 1px solid #76603E;
}


/* ページ全体のレイアウト
---------------------------------------------------- */
body {
  height: 100%;
  color: #221815;
  background-color: #f1f1f1;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: small;
  line-height:1.7;
}

#container {
  margin: 0 auto;
  width: 800px;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/container.gif) repeat;
}

#head {
  height: 200px;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/header.gif) no-repeat;
}

#head h1 {
  padding: 50px 400px 50px 30px;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: left;
  font-weight: bold;
}

#head h1 a:visited{
  color: #76603E;
}

#head h1 a:hover{
  color: #76603E;
}

#center {
  float: left;
  width: 560px;
  padding: 0 0 60px 20px;
}

#right {
  float: right;
  width: 220px;
}

#footer {
  clear: both;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/footer.gif) no-repeat right bottom;
  height: 80px;
}

#footer img{
  border: none;
  text-decoration: none;
  margin: 26px 0 0 615px;
}

#footer a {
  border: none;
  text-decoration: none;
}

pre {
  border : 4px dotted #76603E;
  margin : 1em 0 0 0;
  padding : 1em;
}


blockquote {
  border : 4px double #76603E;
  margin : 1em 0 0 0;
  padding : 1em;
}

/* 記事部分
---------------------------------------------------- */
.msg {
  margin: 0 auto;
  width: 540px;
}

.msg-title {
  margin: 0 auto;
  padding: 30px 10px 0 10px;
  /*padding: 30px 0 0 10px;*/
  color: #f1f1f1;
  width: 500px;
  /*width: 510px;*/
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: bold;

  background-color:	#f5deb3;

  /*position: relative;*/
}

.msg-date {
  color: #999;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: right;
  float: right;
  height: 0;
}

.msg-body {
  margin: 0 auto;
  padding: 25px 10px 0 10px;
  clear: right;
  width: 500px;
}

.msg-pict {
  margin: 0 0 15px 15px;
  float: right;
  border: none;
}

.msg-pict a,
.msg-pict a:hover {
  border: none;
}

.msg-footer {
	margin: 0;
	padding: 105px 20px 18px 175px;
	font-size: 12px;
	letter-spacing: 0.5px;
	text-align: right;
	clear: right;
}

.msg-dow-mon .msg-footer {
	background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/msg_top_mon.gif) center bottom no-repeat;
	background-repeat: no-repeat;
}

.msg-dow-tue .msg-footer {
	background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/msg_top_tue.gif) center bottom no-repeat;
	background-repeat: no-repeat;
}

.msg-dow-wed .msg-footer {
	background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/msg_top_wed.gif) center bottom no-repeat;
	background-repeat: no-repeat;
}

.msg-dow-thu .msg-footer {
	background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/msg_top_mon.gif) center bottom no-repeat;
	background-repeat: no-repeat;
}

.msg-dow-fri .msg-footer {
	background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/msg_top_tue.gif) center bottom no-repeat;
	background-repeat: no-repeat;
}

.msg-dow-sat .msg-footer {
	background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/msg_top_wed.gif) center bottom no-repeat;
	background-repeat: no-repeat;
}

.msg-dow-sun .msg-footer {
	background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/msg_top_sun.gif) center bottom no-repeat;
	background-repeat: no-repeat;
}


/* コメント部分
---------------------------------------------------- */
.comment-caption {
  margin: 0;
  padding: 30px 40px 0 40px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 3px;
}

.comment-caption a{ 
  color: #221815;
}

.comment-caption a:hover {
  border: none; 
  color: #76603E;
}

.comment-title {
  padding: 5px 40px 0 40px;
  margin: 0;
  font-size: 12px;
  letter-spacing: 1px;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/comment_title.gif) no-repeat center;
  height: 38px;

}

.comment-body {
  padding: 5px 40px 20px 40px;
  font-size: small;
  line-height:1.7;
}

.comment-form {
  font-size: small;
  line-height:1.7;
}

div.comment-form p.comment-caption {
  padding: 20px 40px 0 40px;
  font-size: small;
  font-weight: bold;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/comment_caption.gif) no-repeat center;
  height: 30px;
}

.comment-form p {
  padding: 10px 40px 0 40px;
  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: 410px;
  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 0 0 40px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 3px;
}

.tb-caption a{ 
  color: #221815;
}

.tb-caption a:hover {
  border: none; 
  color: #76603E;
}

.tb-title {
  padding: 5px 40px 0 40px;
  font-size: 12px;
  letter-spacing: 1px;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/comment_title.gif) no-repeat center;
  height: 33px;
}

.tb-url {
  padding: 10px 40px 0 40px;
  font-size: 12px;
  line-height:1.7;
}

.tb-url code{
  display: block;
}

.tb-url a{
  text-decoration: none;
}

.tb-url a:hover{
  text-decoration: none;
}

.tb-body {
  padding: 10px 40px 0 40px;
  font-size: small;
  line-height:1.7;
}

.tb-attention {
  padding: 10px 40px 20px 40px;
  font-size: 11px;
  line-height:1.7;
}

/* 次>>の表示
---------------------------------------------------- */
.navi {
  font-size: 12px;
  font-weight:bold;
  text-align: right;
  margin: 0;
  padding: 10px 30px 0 0;
  text-decoration: none;
}

.navi a:visited{
  color: #76603E;
}

.navi a:hover{
  color: #76603E;
}

/* カテゴリ部分－基本
---------------------------------------------------- */
.sidebar {
  padding: 20px 15px 0 15px;
}

.mod-caption {
  padding: 10px 0 10px 40px;
  font-size: 13px;
  font-weight:bold;
  letter-spacing: 2px;
  text-align: left;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/mod_caption.gif) no-repeat left;
  line-height: 1.2;
}

div.mod-rss-button h2.mod-caption {
  padding: 10px 0 8px 15px;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/mod.gif) no-repeat;
  background-position: left center;
}

div.mod-mailpia-button h2.mod-caption {
  padding: 10px 0 8px 15px;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/mod_blog.gif) no-repeat;
  background-position: left center;
}

div.mod-login-button h2.mod-caption {
  padding: 10px 0 8px 15px;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/mod.gif) no-repeat;
  background-position: left center;
}

.mod-caption a{
  text-decoration: none;
  border-bottom : none;
  font-weight:bold;
}

.mod-body {
  padding: 5px 0 25px 0;
}

.mod-text {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.mod-body .mod-text img {
  text-decoration: none;
  border: none;
}

.mod ul {
  padding-left: 14px;
  color: #d1c1ab;
}

.mod-message .mod-caption a {
  color: #221815;
}

/* カテゴリ部分－カレンダー
---------------------------------------------------- */
.calendar {
  padding: 0px 0px 10px 0;
  font-size: 11px;
  width: 180px;
  height: 200px;
  background: none;
  text-align: center;
}

.calendar-title {
  padding: 10px 0px;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 2px;
}

.calendar-title a:visited{
  color: #76603E;
}

.calendar-title a:hover{
  color: #76603E;
}

.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-cell a{
  display: block;
  padding: 2px 1px 5px 1px;
  text-decoration: none;
  font-weight:bold;
  background: url(http://s.asablo.jp/css/common2r/harajin_cat_gray/calender_a.gif) no-repeat left top;
  color: #76603E;
}

.calendar-cell a:visited{
  color: #76603E;
}

.calendar-cell a:hover{
  color: #76603E;
  border: none;
}


/* カテゴリ部分－RSS、MAILPIA、ログイン
---------------------------------------------------- */
.mod-rss-button .mod-caption a,
.mod-mailpia-button .mod-caption a,
.mod-login-button .mod-caption a {
  color: #76603E;
}

.mod-rss-button .mod-caption a:hover,
.mod-mailpia-button .mod-caption a:hover,
.mod-login-button .mod-caption a:hover {
  color: #76603E;
  border-bottom : 1px solid #76603E;
}
 

/* アーカイブの表示
---------------------------------------------------- */
.msg-archives ul {
  list-style : none;
}
