html {
  scrollbar-track-color: #fff;
  scrollbar-face-color: #fff;
  scrollbar-shadow-color: #9B0480;
  scrollbar-darkshadow-color: #fff;
  scrollbar-highlight-color: #9B0480;
  scrollbar-3dlight-color: #fff;
  scrollbar-arrow-color: #9B0480;
}

body {
  margin: 0;
  background-color: #fff;
  color: #666;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-size: small;
}

/* Link Color
--------------------------*/
a { color: #666; text-decoration: none; }
a:hover,a:active { color: #9B0480; }
a img { border: 0 }

/* Layout
--------------------------*/
#contents {
  width: 810px;
  margin: 0 auto;
  background: url('images/aug2_dotbgy.gif') repeat-x bottom left;
}

#main {
  width: 623px;
  border-left:1px #9B0480 dotted;
}

#head {
  position: relative;
  width: 810px;
  height: 117px;
  margin: 0 auto;
  background: url('images/top.png') no-repeat top left;
}

#blogTitle {
  width: 370px;
  position: absolute; top: 25px; left: 30px;
  color: #9B0480;
}
#blogTitle a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #9B0480;
  text-decoration: none;
}

#side {
  width: 182px;
　border-left:1px #9B480 dotted;
  background: url('images/aug2_sidebg.gif') repeat-y top right;
}


/* --------------------------------------- サイドバー */

/* Calendar
--------------------------*/
#calendarBox {
  position: absolute; top: 120px; left: 70px;
  font-size: 12px;
  color: #F2A4BE;
}
#calendarBox form {
  display: none;
}

table.calendar {
  border-collapse: collapse;
}
.calendar a {
  color: #DC1E5D;
}
.calendar td {
  width: 15px;
  font-size: 12px;
  text-align: center;
}
.calendar td.cell_today {
  text-decoration: underline;
}
.calendarNavi a {
  color: #DC1E5D;
}
.calendarNavi {
  color: #DC1E5D;
}

/* Profile
--------------------------*/
#profileBox {
  margin-top:30px;
  padding: 30px 20px 20px;
  background: url('images/aug2_profile.gif') no-repeat top left;
}

/* NewEntries
--------------------------*/
#newEntriesBox {
  padding: 30px 20px 20px;
  background: url('images/aug2_newentries.gif') no-repeat top left;
}

/* Comments
--------------------------*/
#commentsBox {
  padding: 30px 20px 20px;
  background: url('images/aug2_comments.gif') no-repeat top left;
}

/* Categories
--------------------------*/
#categoriesBox {
  padding: 30px 20px 20px;
  background: url('images/aug2_categories.gif') no-repeat top left;
}

/* Archives
--------------------------*/
#archivesBox {
  padding: 30px 20px 20px;
  background: url('images/aug2_archives.png') no-repeat top left;
}

/* Links
--------------------------*/
#linksBox {
  padding: 30px 20px 20px;
  background: url('images/aug2_links.gif') no-repeat top left;
}
#rss { margin: 10px 0; border: 0; }


/* --------------------------------------- エントリー */
.entrySet {
  width: 630px;
  margin-top:25px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url('images/aug2_dotbgy.gif') repeat-x bottom left;
}

.entryDate {
  width: 60px;
  padding-left: 15px;
  background: url('images/aug2_entbgtop.gif') no-repeat top left;
  font-size: 16px;
  font-weight: bold;
  color: #9B0480;
}

.entryContents {
  padding-left: 30px;
  padding-right: 30px;
  line-height: 1.35em;
}
.entryContents img {
  display: block;
  margin: 5px 0;
}

.entryTitle {
  font-size: medium;
  margin-bottom: 12px;
  color:#9B0480;
}

.entryState {
  margin-top: 10px;
  text-align: right;
  color: #666;
　font-size:12px;
}

.commentState {
  margin-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  border-bottom: 1px #999 dotted;
}