/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(/blogmt/mt-static/themes-base/blog.css);
@import url(/blogmt/mt-static/themes/unstyled/screen.css);
@import url(http://arika.stbbs.net/arika.css);
/* end StyleCatcher imports */
body{padding: 1em;}
address{
  display: block;
  color: white;
}
div#container-inner{ width: 100%;}
div#header-inner{ padding: 0px;}
.layout-wt #alpha{width: 75%}
.layout-wt #beta{
  width: 25%;
  min-width: 200px;
}

q:before{content: '「';}
q:after{content: '」';}

.entry-asset{
  color: black;
  background-color: white;
  background-image: url(http://arika.stbbs.net/diary/note.gif);
  background-repeat: no-repeat;
  background-position: center;

  border: inset medium;
  border-color: white;
}
.asset-meta{
  background-color: silver;
  color: Black;
  height: 1em;
}
h3.entry-title{
  text-align: center;
  border-width: medium medium medium medium;
  border-style: double;
  clear: both;
}

h4,h5,h6{
  text-align: center;
  border-style: double;
  border-width: thin thin thin thin;
  border-color: silver;
  clear: both;
}
blockquote{
  color: gray;
  padding: 2em;
}

.archive-content ul, .widget-content ul
{
  margin-left: 1em;
  list-style-type: disc;
}


