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: #FFFFFF;
  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: #264278; text-decoration: none; }
a:active { color: #264278; text-decoration: none; }

#blogTitleText {
  padding-right: 10px;
  padding-top: 165px;
  text-align: right;
  font-size: 15px;
  font-weight: bold;
  color: #FFFFFF;
}

#blogTitleText a:link { color: #fff; }
#blogTitleText a:visited { color: #fff; }
#blogTitleText a:active { color: #fff; }
#blogTitleText a:hover { color: #4169E1; }

#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_4.jpg');
  background-repeat: no-repeat;
  background-position: left top;
}

#layoutBody {
  width: 678px;
  margin: 0 auto;
  padding-top: 10px;
}

#layoutMain {
  width: 534px;
  padding-right: 2px;
  background-color: #fff;
}

#layoutSide {
  width: 142px;
  font-size: 11px;
  line-height: 1.5em;
}

#layoutFoot {
  width: 678px;
  margin: 1em auto;
  background-color: #fff;
  border-top: 2px #264278 solid;
}


/* --------------------------------------- エントリー */
.entryBody {
  width: 530px;
  border: 1px #191970 solid;
}

.entryTitle {
  padding-bottom: 0.5em;
  font-size: medium;
  color:   #708090;
}

.entryDate {
  padding-top: 0em;
  padding-bottom: 0em;
  font-family: Arial, Helvetica;
  font-size: small;
  text-align: right;
}

.entryContents {
  padding: 10px 10px 5px 10px;
  font-size:small;
  line-height: 1.5em;
}

.entryContents img {
  display: block;
  padding-top: 1em;
  padding-bottom: 0em;
  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-position: left top;
}


/* --------------------------------------- コメント */
.comments {
  clear: both;
  margin-top: 1em;
  padding-bottom: 2em;
  border-top: 1px #999 dashed;
}


/* --------------------------------------- サイドバー */
/* Calendar
--------------------------*/
#calendarBox {
  width: 135px;  
  padding: 15px 5px 10px;
  background-image: url('images/b3_calendar_s.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 135px;
}

.calendar {
  width: 100%;
  border-spacing: 1px;
  font-size: 10px;
  font-family: Arial, Helvetica;
}

.calendar td {
  width: 15px;
  height: 10px;
  border: 1px #999 solid;
}

.cell_sunday {
  color:    #FFB6C1
}

.cell_today {
  border: 1px    #808080 solid !important;
  font-weight: bold !important;
}

.calendar a {
  display: block;
  background-color: #fff;
}

.calendarNavi {
  font-size: 10px;
}

.calendarNavi img {
  border: 0;
}


/* New Entries
--------------------------*/
#newentriesBox {
  width: 138px;  
  padding: 15px 2px 12px;
  background-image: url('images/b3_newentries_s.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Categories
--------------------------*/
#categoriesBox {
  width: 138px;  
  padding: 15px 2px 12px;
  background-image: url('images/b3_categories_s.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Recent Comments
--------------------------*/
#RCommentsBox {
  width: 138px;  
  padding: 15px 2px 12px;
  background-image: url('images/b3_comments_s.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Profile
--------------------------*/
#profileBox {
  width: 138px;   
  padding: 15px 2px 12px;
  background-image: url('images/b3_profile_s.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Links
--------------------------*/
#linksBox {
  width: 138px;  
  padding: 15px 2px 12px;
  background-image: url('images/b3_link_s.gif');
  background-repeat: no-repeat;
  background-position: left top;
}