html {
  scrollbar-track-color: #000;
  scrollbar-face-color: #000;
  scrollbar-shadow-color: #02B2AF;
  scrollbar-darkshadow-color: #000;
  scrollbar-highlight-color: #02B2AF;
  scrollbar-3dlight-color: #000;
  scrollbar-arrow-color: #02B2AF;
}

body {
  margin: 0;
  background-color: #000;
  color: #fff;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-size: x-small;
}

/* Link Color
--------------------------*/
a { color: #ccc; text-decoration: none; }
a:hover,a:active { color: #02B2AF; }
a img { border: 0 }

/* Layout
--------------------------*/
#contents {
  width: 750px;
  margin: 0 auto;
  padding: 0;
  background: url('images/osakahikaritop.jpg') no-repeat top left;
}

#main {
  width: 600px;
  padding-left: 7px;
  padding-right: 32px;
  border-left: 1px dotted #02B2AF;
  border-right: 1px dotted #02B2AF;
}

#head {
  position: relative;
  width: 750px;
  height: 150px;
  margin: 0 auto;
}

#blogTitle {
  width: 330px;
  position: absolute; top: 45px; left: 190px;
  color: #ccc;
}
#blogTitle a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#side {
  width: 182px;
}


/* --------------------------------------- サイドバー */

/* Calendar
--------------------------*/
#calendarBox {
  width: 154px;
  padding: 45px 14px 10px;
  background: url('images/aug1_calendar.jpg') 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;
  font-size: 10px;
  text-align: center;
}
.calendar td.cell_sunday {
  color: #ff9;
}
.calendar td.cell_today {
  text-decoration: underline;
}
.calendar a {
  display: block;
  color: #fff;
  background: url('images/aug1_calendarbg.jpg') no-repeat center center;
}
#calendarNavi {
  padding: 3px;
  text-align: center;
  border-top: 1px solid #666;
}
#calendarNaviMonth {
  background: url('images/aug1_calendarm.jpg') no-repeat center center;
}

/* Profile
--------------------------*/
#profileBox {
  width: 136px;
  padding: 45px 20px 10px;
  background: url('images/aug1_profile.jpg') no-repeat top left;
}

/* NewEntries
--------------------------*/
#newEntriesBox {
  width: 136px;
  padding: 45px 20px 10px;
  background: url('images/aug1_newentries.jpg') no-repeat top left;
}

/* Categories
--------------------------*/
#categoriesBox {
  width: 136px;
  padding: 45px 20px 10px;
  background: url('images/aug1_categories.jpg') no-repeat top left;
}

/* Links
--------------------------*/
#linksBox {
  width: 136px;
  padding: 45px 20px 10px;
  background: url('images/aug1_links.jpg') no-repeat top left;
}




#rss { margin: 10px 0; border: 0; }


/* --------------------------------------- エントリー */
.entrySet {
  width: 545px;
  padding-top: 40px;
}
.entrySet img {
  display: block;
  margin: 5px 0;
}

.entryDate {
  width: 60px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
}

.entryContents {
  width: 455px;
  line-height: 1.4em;
}

.entryTtl {
  padding-bottom: 10px;
  font-size: medium;
}

.entryState {
  margin-top: 5px;
  padding: 3px;
  text-align: center;
  border-top: 1px solid #02B2AF;
  border-bottom: 1px solid #02B2AF;
}

.commentState {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #ccc dotted;
  text-align: center;
}