<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
  margin :0;
  padding:0;
  border: none;
  text-decoration: none;
}


/* 基本のリンクの設定
---------------------------------------------------- */

a {
  color: #4a3611;
  padding: 0 0 1px 0;
}

a:hover {
  color: #9c907a;
}


/* ページ全体のレイアウト
---------------------------------------------------- */
html {
  background-color: #fff;
	background: url() repeat;
}

body {
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
  font-size: 12px;
  line-height:1.7;
}

#container {
	width: 933px;
	margin: 0 auto;
  background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/05/22/202051.jpg);
  background-repeat: no-repeat;
}

#head {
  height: 400px;
}

#head h1 {
	
  color:#a91212;
  font-size: 23px;
  letter-spacing: 0px;
  line-height:23;
  text-align:right;
  margin-right: 210px;
}

#head h1 a {
  color:#950f12;
  border: none;
}

#head h1 a:visited{
  border: none;
}

#head h1 a:hover{
  color:#9c907a;
}

#center {
	position: relative;
  float: right;
  width: 493px;
  margin-right: 55px;
  padding-top: 40px;
}

#left {
  float: left;
  width: 180px;
  height: 100%;
  margin-left: 115px;
}

#footer {
	position: relative;
  clear: both;
  height: 54px;
}

#footer img{
  position: absolute;
  bottom: 20px;
  left: 113px;
  border: none;
  text-decoration: none;
}

#footer a {
  border: none;
  text-decoration: none;
}


/* 記事部分
---------------------------------------------------- */
#main {
}

.msg {
  text-align: left;
  padding: 0 20px 18px;
  margin-bottom: 50px;
  background: no-repeat bottom center;
}

#main .msg a {
	color: #88611e;
}

#main .msg a:hover {
	color: #9c907a;
	border: none;
}


.msg-title {
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight:bold;
  color: #f8f5ee;
  line-height:1.2;
}

.msg-dow-mon {
	background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/20/1d1312.gif);
}

.msg-dow-tue {
	background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/20/1d1312.gif);
}

.msg-dow-wed {
	background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/20/1d1312.gif);
}

.msg-dow-thu {
	background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/20/1d1312.gif);
}

.msg-dow-fri {
	background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/20/1d1312.gif);
}

.msg-dow-sat {
	background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/20/1d1312.gif);
}

.msg-dow-sun {
	background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/20/1d1312.gif);
}

.msg-archives {
	background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/20/1d1312.gif);
}

.msg-title a {
	color: #009966;
	display: block;
	width: 460px;
}

.msg-title a,
.msg-title a:hover,
.msg-title a:visited {
  border: none;
}

.msg-date {
	display: block;
	margin-top: -13px;
	color: #636061;
	visibility: visible;
	font-weight: normal;
}

.msg-body {
  margin: 20px 0;
  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;
}

#main .msg-footer {
	width: 400px;
	margin-top: 50px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.msg-footer a {
	color: #eaec05;
}

.msg-footer a:hover {
	color: #f4a966;
}

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://illustrator-kake.asablo.jp/blog/img/2012/01/20/1d1312.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style: none;
}

/* コメント部分
---------------------------------------------------- */

h2.comment-caption {
  font-weight:bold;
  height: 25px;
  padding-left: 56px;
  padding-top: 23px;
  margin: 20px 0;
  background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/10/1cdd1f.jpg);
  background-repeat: no-repeat;
  font-size: 15px;
}

.comment-caption a {
  border: none;
}

.comment-caption a:hover {
  color: #9C907A;
  border: none;
}


.comment-title {
  padding: 0 20px 0;
  font-size: 12px;
  color: #a77052;
  font-weight: normal;
}

.comment-title a {
	border: none;
	color: #88611E;
}

.comment-title a:visited {
  border: none;
}

.comment-title a:hover {
  color: #a77052;
  border: none;
}

.comment-body {
  padding: 5px 20px 10px;
  font-size: 12px;
}

.comment-body hr {
	display: none;
}

.comment-body li {
	list-style: none;
}

.comment-form {
	margin: 30px 0 40px;
  font-size: 12px;
  line-height:1.7;
}

#main .comment-form .comment-caption {
  font-weight:bold;
  height: 25px;
  padding-left: 56px;
  padding-top: 23px;
  margin: 20px 0;
  background-image: url(http://illustrator-kake.asablo.jp/blog/img/2012/01/10/1cdd1f.jpg);
  background-repeat: no-repeat;
  font-size: 15px;
}

.comment-form p {
  font-size: 12px;
  margin: 20px 0;
	padding: 0 20px;
}

.comment-form form p {
}

.comment-form form p input {
  display: block;
  font-size: 12px;
  font-weight:normal;
  background: #e8e7e2;
  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: #e8e7e2;
  width: 450px;
  display: block;
  font-size: 12px;
  font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", Verdana, arial, sans-selif;
}

input{ 
width: 310px; 
}

form{ 
}

#main p {
}

input#asablo-comment-submit {
	border: 1px solid;
	border-color: #fff #999 #999 #fff;
	width: 50px;
	background-color: #e8e7e2;
}

/* トラックバック部分
---------------------------------------------------- */

.tb-caption {
  font-weight:bold;
  height: 25px;
  padding-left: 61px;
  padding-top: 23px;
  margin: 20px 0;
  background-image: url();
  background-repeat: no-repeat;
  font-size: 15px;
 }

.tb-caption a {
	display: block;
  border: none;
}

.tb-caption a:hover {
  color: #9C907A;
  border: none;
}

.tb-title {
  padding: 0 20px 0;
  font-size: 12px;
  color: #3399ff;
  font-weight: normal;
}

.tb-title a {
	border: none;
  color: #88611E;
}

.tb-title a:visited {
  border: none;
}

.tb-title a:hover {
  color: #a77052;
  border: none;
}

.tb-url {
  padding: 0 20px 20px;
}

.tb-body {
  padding: 5px 20px 10px;
  font-size: 12px;
}

.tb-attention {
  padding: 0 20px 20px;
  font-size: 12px;
}


/* 次&gt;&gt;の表示
---------------------------------------------------- */

.navi {
  font-size: 12px;
  font-weight:bold;
  text-align: right;
}

#navi-top {
	position: absolute;
	top: 21px;
	right: 0;
}

#main .navi a:hover {
  color: #9c907a;
  border: none
}

/* サイドバー－基本
---------------------------------------------------- */
.sidebar {
}


.sidebar a {
  color: #0393a9;
}

.sidebar a:hover {
  color: #9c907a;
}


.mod {
  margin: 0 0 30px 0;
}

/* title */

div.mod-mobile .mod-caption,
.mod-caption {
	font-size: 14px;
	font-weight: bold;
	color: #49360e;
}

div.mod-description .mod-caption {
}

div.mod-recent-articles .mod-caption {
}

div.mod-comment .mod-caption {
}

div.mod-trackback .mod-caption {
}

div.mod-mobile .mod-caption {
}

div.mod-category .mod-caption {
}

div.mod-backno .mod-caption {
}

.mod-message .mod-caption {
	text-indent: 0;
	height: auto;
	font-size: 14px;
	color: #493510;
}

.mod-message .mod-caption a {
  border: none;
}

.mod-text {
  letter-spacing: 1px;
}

.mod-description .mod-text {
	padding-left: 15px;
}

.mod-link-to-archives {
    padding-left: 15px;
}

.mod-link-to-archives a {
}

.mod-link-to-archives a:hover {
  color: #9c907a;
}

.mod ul {
  list-style: none;
}

.mod-body {
  font-size: 12px;
}

.mod-body li.mod-text {
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left 7px;
	background-image:url();
}

.mod-comment .mod-body li.mod-text,
.mod-trackback .mod-body li.mod-text,
.mod-backno .mod-body li.mod-text {
	background-image: none;
}

div.mod-mobile .mod-body {
	width: 98px;
}

/* サイドバー－カレンダー
---------------------------------------------------- */

.mod-calendar .mod-body{
  text-align: center;
  margin-left: 15px;
}

.calendar {
  font-size: 12px;
  text-align: center;
}

.calendar a {
}

.calendar a:hover {
}

.calendar a:visited {
}

.calendar-title {
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 1px;
}

.calendar-title a {
	color: #0393a9;
}

.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: #9c907a;
}

.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/common2l/reading_lady/calender_a.gif);
	background-repeat: no-repeat;
  font-weight: bold;
  color: ##3399CC;
}

/* RSS・ログインの個別の指定
---------------------------------------------------- */
.mod-rss-button {
}

.mod-login-button {
}

div.mod-rss-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2l/reading_lady/rss.jpg);
	display: block;
	width: 69px;
	height: 14px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.mod-login-button .mod-caption a {
	background-image: url(http://s.asablo.jp/css/common2l/reading_lady/login.jpg);
	display: block;
	width: 69px;
	height: 14px;
	overflow: hidden;
	background-repeat: no-repeat;
	text-indent: -9999px;
}


/* アーカイブの表示
---------------------------------------------------- */

.msg-archives {
  color: #7F5B39;
}

.msg-archives h3 {
	font-size: 15px;
}

.msg-archives ul {
  list-style : none;
}

#main .msg-archives .msg-footer {
	margin-top: 0;
}</pre></body></html>