html {
  scrollbar-track-color: #fff;
  scrollbar-face-color: #fff;
  scrollbar-shadow-color: #9cc;
  scrollbar-darkshadow-color: #fff;
  scrollbar-highlight-color: #9cc;
  scrollbar-3dlight-color: #fff;
  scrollbar-arrow-color: #9cc;
}

body {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka;
}

/* Link Color
--------------------------*/
a:link { color: #fff; text-decoration: none; }
a:visited { color: #fff; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; }
a:active { color: #fff; text-decoration: none; }

#blogTitleText {
  margin-left: 30px;
  font-size: 26px;
  font-family:"ＭＳ Ｐ明朝","Hiragino Mincho Pro";
  }

#blogDescription {
  padding-top: 0.5em;
  font-size: small;
  line-height: 1.3em;
}

#copyright {
  padding: 10px 0 30px;
  font-size:x-small;
  text-align: center;
}


/* --------------------------------------- レイアウト */
#contentBody {
  position: relative;
  width: 815px;
  margin: 0 auto;
  background-color: #000;
  background-image: url('images');
  background-repeat: repeat-y;
  background-position: left top;
}

#layoutHead {
  width: 815px;
  height: 220px;
  background-repeat: no-repeat;
  background-position: left top;
}

#layoutTitle {
  position: absolute;
  top:90px; left:95px;
  width: 365px;
}

#layoutBody {
  width: 678px;
  margin: 0 auto;
}

#layoutMain {
  width: 460px;
  float: left;
  margin-right: 0;
  margin-left: 21px;
}

#layoutSide {
  width: 145px;
  float: left;
  margin-left: 10px;
}

#layoutFoot {
  clear: left;
  width: 678px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px #fff solid;
}


/* --------------------------------------- エントリー */
.entryBodySet {
  clear: right;
  width: 480px;
  background-image: url('images/w1_dot.gif');
}

.entryBody {
  width: 480px;
}
.entryBody td {
  padding: 5px 10px;
  background-color: #000;
}

.entryTitle {
  font-size: medium;
  background-image: url('images/w1_ico2.gif');
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 15px;
}

.entryDate {
  float: right;
  padding-left: 2em;
  font-family: Arial, Helvetica;
  font-size: x-small;
  text-align: right;
}

.entryContents {
  padding: 15px;
  font-size:small;
  line-height: 1.3em;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  border: 0;
}

.pageup {
  float: right;
  padding: 10px 0;
}

.pageup img {
  padding: 0 !important;
  border: 0;
}

.states {
  text-align: right;
  font-size: x-small;
}


/* --------------------------------------- サイドバー */
/* Recommend
--------------------------*/
.sideBoxSet {
  margin-bottom: 10px;
  width: 145px;
  background-image: url('images/');
}

#recommendBox {
  width: 145px;
}

#recommendBox img {
  display: block;
  border: 0;
}

/* Calendar
--------------------------*/
#calendarBox {
  width: 145px;
}
#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 135px;
}
#dispCalendar td {
  background-color: #000;
}

.calendar {
  width: 100%;
  border-spacing: 2px;
  font-size: 11px;
  font-family: Arial, Helvetica;
}

.calendar td {
  width: 15px;
  height: 12px;
  color: #999;
  border: 1px #696969 solid;
}

.cell_sunday {
  color: #ff0000 !important;
  border: 1px #696969 solid !important;
}

.cell_today {
  font-weight: bold !important;
}

.calendar a {
  display: block;
  background-color: #778899;
}

.calendarNavi {
  font-size: 10px;
}

.calendarNavi img {
  border: 0;
}

/* New Entries
--------------------------*/
#newentriesBox {
  width: 145px;
}
#newentriesBox td {
  padding: 20px 10px 10px;
  background-image: url('images/w1_newentries.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #000;
}

.list {
  padding: 0 0 5px 10px;
  background-image: url('images/w1_ico.gif');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: small;
  line-height: 1em;
}

/* Categories
--------------------------*/
#categoriesBox {
  width: 145px;
}
#categoriesBox td {
  padding: 20px 10px 10px;
  background-image: url('images/w1_categories.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #000;
}

/* Recent Comments
--------------------------*/
#RCommentsBox {
  width: 145px;
}
#RCommentsBox td {
  padding: 20px 10px 10px;
  background-image: url('images/w1_comments.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
}

/* Profile
--------------------------*/
#profileBox {
  width: 145px;
}
#profileBox td {
  padding: 20px 10px 10px;
  background-image: url('images/w1_profile.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
}

/* Links
--------------------------*/
#linksBox {
  width: 145px;
}
#linksBox td {
  padding: 20px 10px 10px;
  background-image: url('images/w1_link.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #000;
}
