html {
  scrollbar-track-color: #CFCBB8;
  scrollbar-face-color: #CFCBB8;
  scrollbar-shadow-color: #B07B0B;
  scrollbar-darkshadow-color: #CFCBB8;
  scrollbar-highlight-color: #B07B0B;
  scrollbar-3dlight-color: #CFCBB8;
  scrollbar-arrow-color: #B07B0B;
}

body {
  margin: 0;
  background: #CFCBB8 url('images/jul1_bg.gif') top center repeat-y;
  color: #300000;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-size: small;
}

/* Link Color
--------------------------*/
a { color: #666; text-decoration: none; }
a:hover,a:active { color: #B07B0B; }
a img { border: 0 }

/* Layout
--------------------------*/
#contents {
  width: 658px;
  margin: 0 auto;
  padding: 10px 0 30px;
  background-color: #fff;
}

#main {
  width: 486px;
  padding-right: 10px;
}

#head {
  position: relative;
  width: 658px;
  height: 106px;
  margin: 0 auto;
  background: url('images/jul1_head.jpg') no-repeat top left;
}

#blogTitle {
  position: absolute; top: 50px; left: 350px;
  font-size: 14px;
  font-weight: bold;
}
#blogTitle a { color: #B07B0B; text-decoration: none; }

#side {
  width: 159px;
}


/* --------------------------------------- サイドバー */

/* Calendar
--------------------------*/
#calendarBox {
  width: 156px;
  padding: 10px 0;
  margin-bottom: 10px;
  border: 3px solid #300000;
  background: url('images/jul1_calendar.gif') no-repeat top left;
}
#calendarBox form {
  display: none;
}

.calendar {
  margin-left: auto;
  margin-right: auto;
  border-collapse: separate;
  border-spacing: 2px;
}
.calendar td {
  width: 15px;
  height: 12px;
  background-color: #fff;
  font-size: 10px;
  text-align: center;
}
.calendar td.cell_sunday {
  color: #c66;
}
.calendar td.cell_today {
  text-decoration: underline;
}
.calendar a {
  display: block;
  background-color: #E5E3D9;
}
#calendarNavi {
  padding: 3px;
  text-align: center;
  border-top: 1px solid #300000;
}

/* Profile
--------------------------*/
#profileBox {
  width: 136px;
  padding: 10px;
  margin-bottom: 10px;
  border: 3px solid #300000;
  background: url('images/jul1_profile.gif') no-repeat top left;
}

/* NewEntries
--------------------------*/
#newEntriesBox {
  width: 136px;
  padding: 10px;
  margin-bottom: 10px;
  border: 3px solid #300000;
  background: url('images/jul1_newentries.gif') no-repeat top left;
}

/* Comments
--------------------------*/
#commentsBox {
  width: 136px;
  padding: 10px;
  margin-bottom: 10px;
  border: 3px solid #300000;
  background: url('images/jul1_comments.gif') no-repeat top left;
}

/* Categories
--------------------------*/
#categoriesBox {
  width: 136px;
  padding: 10px;
  margin-bottom: 10px;
  border: 3px solid #300000;
  background: url('images/jul1_categories.gif') no-repeat top left;
}

/* Links
--------------------------*/
#linksBox {
  width: 136px;
  padding: 10px;
  margin-bottom: 10px;
  border: 3px solid #300000;
  background: url('images/jul1_links.gif') no-repeat top left;
}
#rss { margin: 10px 0; border: 0; }


/* --------------------------------------- エントリー */
.entrySet {
  width: 480px;
  margin-bottom: 10px;
  border: 3px solid #300000;
  background: url('images/jul1_datebg.jpg') no-repeat top left;
}
.entrySet img {
  display: block;
  margin: 5px 0;
}

.entryDate {
  width: 80px;
  height: 100px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.3em;
  vertical-align: text-bottom;
}

.entryTtlSet {
  padding-bottom: 10px;
  font-size: medium;
}

.entryContents {
  width: 455px;
  margin-bottom: 10px;
  padding: 20px 25px 15px 0;
  line-height: 1.4em;
}

.entryStateSet {
  padding: 3px;
  background-color: #300000;
}
.entryState {
  color: #fff;
}
.entryState a { color: #fff; }

.commentState {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #999 dotted;
  text-align: center;
}