html {
  scrollbar-track-color: #369;
  scrollbar-face-color: #369;
  scrollbar-shadow-color: #ccc;
  scrollbar-darkshadow-color: #369;
  scrollbar-highlight-color: #ccc;
  scrollbar-3dlight-color: #369;
  scrollbar-arrow-color: #ccc;
}

body {
  margin: 50;
  background-color: black;
  color: #666;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-size: 90%;
}

/* Link Color
--------------------------*/
a { color: #666; text-decoration: none; }
a:hover,a:active { color: #6CADEE; }
a img { border: 0 }

/* Layout
--------------------------*/
#contents {
  margin: 0 auto;
  padding: 0 4px 50px;
  width: 668px;
  background:#fff url('images/mar4_foot.gif') repeat-x bottom left;
}

#main {
  width: 476px;
  margin-right: 4px;
}

#head {
  width: 668px;
  height: 180px;
  margin-bottom: 4px;
  background: url('images/mar4_head-2.jpg') no-repeat top left;
}

#blogTitle {
  padding-top: 15px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
}

#blogTitle a { color: #663; text-decoration: none; }

#side {
  width: 188px;
}


/* --------------------------------------- サイドバー */

/* Calendar
--------------------------*/
#calendarBox {
  padding-top: 45px;
  padding-left: 10px;
  padding-bottom: 15px;
  border: 1px solid #369;
  background: url('images/mar4_calendar.gif') no-repeat top left;
}
#calendarBox form {
  display: none;
}

.calendar {
  border-collapse: separate;
  border-spacing: 3px;
}
.calendar td {
  width: 20px;
  height: 14px;
  background-color: #fff;
  font-size: 10px;
  text-align: center;
}
.calendar td.cell_sunday {
  color: #6cc;
}
.calendar td.cell_today {
  text-decoration: underline;
}
.calendar a {
  border-bottom: 1px solid #369;
}
#calendarNavi {
  padding: 10px;
}

/* Profile
--------------------------*/
#profileBox {
  padding: 45px 20px 15px;
  margin-top: 4px;
  border: 1px solid #369;
  background: url('images/mar4_profile.gif') no-repeat top left;
}

/* NewEntries
--------------------------*/
#newEntriesBox {
  padding: 45px 20px 15px;
  margin-top: 4px;
  border: 1px solid #369;
  background: url('images/mar4_newentries.gif') no-repeat top left;
}

/* Comments
--------------------------*/
#commentsBox {
  padding: 45px 20px 15px;
  margin-top: 4px;
  border: 1px solid #369;
  background: url('images/mar4_comments.gif') no-repeat top left;
}

/* Categories
--------------------------*/
#categoriesBox {
  padding: 45px 20px 15px;
  margin-top: 4px;
  border: 1px solid #369;
  background: url('images/mar4_categories.gif') no-repeat top left;
}

/* Links
--------------------------*/
#linksBox {
  padding: 45px 20px 15px;
  margin-top: 4px;
  border: 1px solid #369;
  background: url('images/mar4_links.gif') no-repeat top left;
}
#rss { margin: 10px 0; border: 0; }


/* --------------------------------------- エントリー */
.entryTitle {
  padding-left: 35px;
  background: url('images/mar4_ettlbg.gif') no-repeat top left;
}

.entrySet {
  width: 394px;
  padding:35px 40px 30px;
  background: url('images/mar4_brep.gif') repeat-x top left;
  border: 1px solid #369;
}
.entrySet img {
  display: block;
  margin: 10px 0;
}

.entryContents {
  padding-top: 10px;
  line-height: 1.3em;
}

.entryState {
  margin-top: 20px;
}
.entryState a {
  color: #6CADEE;
}

.commentState {
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px #999 dotted;
}