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: #fff;
  color: #999;
  font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka;
}

/* Link Color
--------------------------*/
a:link { color: #999; text-decoration: none; }
a:visited { color: #999; text-decoration: none; }
a:hover { color: #9cc; text-decoration: none; }
a:active { color: #9cc; text-decoration: none; }

#blogTitle {
  position: absolute;
  bottom: 70px;
  right: 25px;
}

#blogTitleText {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

#blogTitleText a:link { color: #333; }
#blogTitleText a:visited { color: #333; }
#blogTitleText a:active { color: #333; }
#blogTitleText a:hover { color: #cc9; }

#copyright {
  padding-top: 1em;
  text-align: center;
  font-size:x-small;
}


/* --------------------------------------- レイアウト */
#contentBody {
  width: 675px;
  margin: 0 auto;
  background-color: #fff;
}

#layoutHead {
  position:relative;
  width: 675px;
  height: 153px;
  background-image: url('images/s4_mainimage.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}

#layoutBody {
  width: 675px;
  margin: 0 auto;
  padding-top: 17px;
}

#layoutMain {
  width: 367px;
  padding: 0 8px;
  float: left;
}

#layoutSideL {
  width: 146px;
  float: left;
  font-size: x-small;
  line-height: 1.3em;
}

#layoutSideR {
  width: 146px;
  float: left;
  font-size: x-small;
  line-height: 1.3em;
}

#layoutFoot {
  width: 675px;
  margin: 1em auto;
  background-color: #fff;
  border-top: 2px #9cc solid;
}


/* --------------------------------------- エントリー */
.entryBody {
  width: 367px;
}

.entryBodyTop {
  height: 26px;
  background-image: url('images/s4_maintop.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

.entryBodyBtm {
  height: 39px;
  background-image: url('images/s4_mainbtm.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

.entryTitle {
  padding-left: 15px;
  padding-bottom: 2em;
  background-image: url('images/s4_ico2.gif');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: medium;
  color: #9cc;
}

.states {
  width: 100%;
  padding-top: 2em;
  font-size: x-small;
}

.entryContents {
  padding: 5px 25px;
  background-image: url('images/s4_mainsha.gif');
  background-repeat: repeat-y;
  background-position: left top;
  font-size:x-small;
  line-height: 1.3em;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  border: 0;
}

.pageup {
  padding-left: 10px;
}

.pageup img {
  padding: 0 !important;
  border: 0;
}

.CommentStates {
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: x-small;
}


/* --------------------------------------- サイドバー */
/* Recommend
--------------------------*/
.sideBoxBody0 {
  padding: 10px 0;
  background-image: url('images/s4_sidesha.gif');
  background-repeat: repeat-y;
  background-position: left top;
}

.sideBoxBody {
  padding: 10px 15px;
  background-image: url('images/s4_sidesha.gif');
  background-repeat: repeat-y;
  background-position: left top;
}

.sideBoxBtm {
  height: 8px;
  background-image: url('images/s4_sidebtm.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Calendar
--------------------------*/
#calendarBox {
  position: absolute;
  top: 125px;
  left: 20;
  width: 635px;
}

#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 635px;
}

.calendar {
  width: 500px;
  table-layout: fixed;
  font-size: 10px;
  font-family: Arial, Helvetica;
}

.calendar td {
}

.cell_sunday {
}

.cell_today {
  border-bottom: 1px #fff solid !important;
  font-weight: bold !important;
}

.calendar a {
  color: #666;
}

.calendarNavi {
  font-size: 10px;
}

.calendarNavi img {
  border: 0;
}


/* New Entries
--------------------------*/
#newentriesBox {
  width: 146px;
  height: 15px;
  background-image: url('images/s4_newentries.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

.list {
  padding: 0 0 5px 10px;
  background-image: url('images/s4_ico.gif');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: small;
  line-height: 1em;
}

/* Categories
--------------------------*/
#categoriesBox {
  width: 146px;
  height: 15px;
  background-image: url('images/s4_categories.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Recent Comments
--------------------------*/
#RCommentsBox {
  width: 146px;
  height: 15px;
  background-image: url('images/s4_comments.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Profile
--------------------------*/
#profileBox {
  width: 146px;
  height: 15px;
  background-image: url('images/s4_profile.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Links
--------------------------*/
#linksBox {
  width: 146px;
  height: 15px;
  background-image: url('images/s4_link.gif');
  background-repeat: no-repeat;
  background-position: left top;
}