html {
  scrollbar-track-color: #d1dbd1;
  scrollbar-face-color: #d1dbd1;
  scrollbar-shadow-color: #999;
  scrollbar-darkshadow-color: #d1dbd1;
  scrollbar-highlight-color: #999;
  scrollbar-3dlight-color: #d1dbd1;
  scrollbar-arrow-color: #999;
}

body {
  margin: 0;
  background-image: url('images/test_bg.gif');
  background-color:   #FFFFFF;
  color: #999;
  font-family: Arial, Helvetica, "ＭＳ Ｐゴシック", Osaka;
}

/*------------------------------------------- Link Color */

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #036; text-decoration: none; }
a:active { color: #036; text-decoration: none; }

#blogTitleText {
  padding: 50px 35px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}

#blogTitleText a:link { color: #036; }
#blogTitleText a:visited { color: #000000; }
#blogTitleText a:active { color: #036; }
#blogTitleText a:hover { color: #ccc; }


#blogDescription {
  padding: 20px 50px;
  font-size: small;
  line-height: 1.3em;
}

#copyright {
  padding-top: 5px;
  padding-bottom: 30px;
  text-align: center;
  font-size:x-small;
}

.bgborder {
  width: 610px;
  height: 4px;
  padding: 20px 35px;
  background-image: url('images/bandg.gif');
  background-repeat: repeat-x;
}


/* --------------------------------------- 全体レイアウト */
#contentBody {
  width: 680px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

#layoutHead {
  width: 680px;
  height: 90px;
  background-image: url('images/test_mainimage.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #FFFFFF;
}

#layoutBody {
  width: 620px;
  margin: 0 auto;
  background-image: url('images/side2.gif');
  background-repeat: repeat-y;
  background-position: left top;
}

#layoutMain {
  width: 455px;
  padding-right: 20px;
  background-color: #FFFFFF;
}

#layoutSide {
  width: 145px;
  background-image: url('images/side.gif');
  background-repeat: repeat-y;
  background-position: left top;
}

#layoutFoot {
  width: 620px;
  margin: 0 auto;
  padding-top: 30px;
  background-image: url('images/foot.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #FFFFFF;
}


/* --------------------------------------- エントリー */
.entryBody {
  clear: right;
  width: 510px;
  border: 1px #036 solid;
}

.entryTitle {
  width: 490px;
  padding: 5px 10px;
  background-color: #036;
  font-size: 15px;
  color: #FFFFFF;
  border-bottom: 1px #036 solid;
}

.entryDate {
  width: 500px;
  padding: 5px;
  background-color: #696;
  color: #FFF;
  font-family: Arial, Helvetica;
  font-size: small;
  text-align: right;  border-bottom: 1px #036 solid;
}

.entryContents {
  padding: 15px;
  font-size: 12px;
  color: #000000;
  background-color: #EEE8AA;
  line-height: 1.3em;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  border: 0;
}

.entryState {
  padding-top: 1.5em;
  text-align: right;
  font-size: x-small;
}

.pageup {
  float: right;
  padding: 10px 0;
}

.pageup img {
  border: 0;
}

/* --------------------------------------- コメント欄 */
.commentBody {
  clear: right;
  width: 510px;
  border: 1px #036 solid;
}

.commentTitle {
  padding: 5px 10px;
  background-color: #036;
  font-size: small;
  color: #ccc;
  border-bottom: 1px #036 solid;
}

.commentContents {
  padding: 15px;
  font-size: small;
  line-height: 1.3em;
}

.commentState {
  padding-top: 1.5em;
  text-align: right;
  font-size: x-small;
}

.comments {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #999 dashed;
}

/* --------------------------------------- トラックバック欄 */
.trackbackBody {
  clear: right;
  width: 510px;
  border: 1px #036 solid;
}

.trackbackTitle {
  padding: 5px 10px;
  background-color: #036;
  font-size: small;
  color: #ccc;
  border-bottom: 1px #036 solid;
}

.trackbackContents {
  padding: 15px;
  font-size: small;
  line-height: 1.3em;
}

.trackbackState {
  padding-top: 1.5em;
  text-align: right;
  font-size: x-small;
}

.trackbacks {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #999 dashed;
}


/* --------------------------------------- カレンダー */

#calendarBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/calendar.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 135px;
}

.calendar {
  width: 100%;
  border-spacing: 2px;
  font-size: 11px;
  font-family: Arial, Helvetica;
}

.calendar td {
  width: 15px;
  height: 12px;
  border: 1px #999 solid;
}

.cell_sunday {
  color: #DB7093;
}

.cell_today {
  border: 1px #036 solid !important;
  font-weight: bold !important;
}

.calendar a {
  display: block;
  color: #000000;
}

.calendarNavi {
  font-size: 15px;
}

.calendarNavi img {
  border: 0;
}

/* --------------------------------------- 最新記事 */

#newentriesBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/newentries.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

.list {
  padding: 0 0 5px 6px;
  background-image: url('images/ico.gif');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 12px;
  line-height: 1em;
}

/* --------------------------------------- カテゴリー */

#categoriesBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/categories.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* --------------------------------------- プロフィール */

#profileBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/profile.gif');
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 12px;
}

/* --------------------------------------- リンク集 */

#linksBox {
  width: 135px;  
  padding: 25px 5px 15px;
  background-image: url('images/link.gif');
  background-repeat: no-repeat;
  background-position: left top;
}