html {
  scrollbar-track-color: #ccc;
  scrollbar-face-color: #ccc;
  scrollbar-shadow-color: #264278;
  scrollbar-darkshadow-color: #ccc;
  scrollbar-highlight-color: #264278;
  scrollbar-3dlight-color: #ccc;
  scrollbar-arrow-color: #264278;
}

body {
  margin: 0;
  background-color: #ccc;
  color: #333;
  font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka;
}

/* Link Color
--------------------------*/
a:link { color: #0000ff; text-decoration: none; }
a:visited { color: #6633ff; text-decoration: none; }
a:hover { color: #ff0000; text-decoration: none; }
a:active { color: #ff0000; text-decoration: none; }

#blogTitleText {
  padding-right: 135px;
  padding-top: 85px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  color: #1E0878;
}

#blogTitleText a:link { color: #1E0878; }
#blogTitleText a:visited { color: #6633ff; }
#blogTitleText a:active { color: #ff0000; }
#blogTitleText a:hover { color: #ff0000; }

#copyright {
  padding-top: 1em;
  text-align: center;
  font-size:x-small;
}


/* --------------------------------------- レイアウト */
#contentBody {
  width: 678px;
  margin: 0 auto;
  background-color: #fff;
}

#layoutHead {
  position:relative;
  width: 678px;
  height: 191px;
  background-image: url('images/b3_mainimage.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}

#layoutBody {
  width: 678px;
  margin: 0 auto;
  padding-top: 2px;
}

#layoutMain {
  width: 534px;
  padding-right: 2px;
  background-color: #fff;
}

#layoutSide {
  width: 142px;
  font-size: small;
  line-height: 1.3em;
}

#layoutFoot {
  width: 678px;
  margin: 1em auto;
  background-color: #fff;
  border-top: 2px #264278 solid;
}


/* --------------------------------------- エントリー */
.entryBody {
  width: 530px;
  border: 2px #9B8A79 solid;
}

.entryTitle {
  padding-bottom: 1em;
  font-weight: bold;
  font-size: medium;
  color: #FF9900;
}

.entryDate {
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-family: Arial, Helvetica;
  font-size: small;
  text-align: right;
}

.entryContents {
  padding: 15px 25px 25px 65px;
  font-size:small;
  line-height: 1.3em;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  border: 0;
}

.entryState {
  font-size: x-small;
}

.pageup {
  padding-left: 10px;
}

.pageup img {
  padding: 0 !important;
  border: 0;
}

.entryFoot {
  clear: right;
  width: 534px;
  height: 10px;
  background-image: url('images/b3_entbtm.gif');
  background-repeat: repeat-x;
  background-position: left top;
}


/* --------------------------------------- コメント */
.comments {
  clear: both;
  margin-top: 1em;
  padding-bottom: 2em;
  border-top: 1px #999 dashed;
}


/* --------------------------------------- サイドバー */
/* Calendar
--------------------------*/
#calendarBox {
  position: absolute;
  top: 170px;
  left: 0;
  width: 678px;
}

#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 678px;
}

.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: #fff;
}

.calendarNavi {
  font-size: 10px;
}

.calendarNavi img {
  border: 0;
}


/* New Entries
--------------------------*/
#newentriesBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b3_newentries.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Categories
--------------------------*/
#categoriesBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b3_categories.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Recent Comments
--------------------------*/
#RCommentsBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b3_comments.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Profile
--------------------------*/
#profileBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b3_profile.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Links
--------------------------*/
#linksBox {
  width: 118px;  
  padding: 39px 12px 12px;
  background-image: url('images/b3_link.gif');
  background-repeat: no-repeat;
  background-position: left top;
}