html {

}

body {
  margin: 10px 0;
  background-color: #fff;
  color: #666;
  font-family: helvetica, arial, sans-serif, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka ;
  line-height:160%;
  font-size:12px;
}

/* Link Color
--------------------------*/
a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }
a:active { color: #000; text-decoration: underline; }

#blogTitleText { }

#blogDescription { }

#copyright {
  padding: 30px 0 0;
  font-size:x-small;
  text-align: center;
}

.list {
  background-image: url(images/list_blt.gif);
  background-repeat: no-repeat;
  background-position: 10px 3px;
  padding : 0px 0px 0px 20px;
  font-size:11px;
  }

/* --------------------------------------- ¥ì¥¤¥¢¥¦¥È */
#contentBody {
  width: 700px;
  margin: 0 auto;
  background-color: #fff;
}

#layoutHead {
  width: 700px;
  height: 300px;
  border-bottom:4px solid #b21920;
}



#layoutMain {
  float: left;
  margin: 15px 20px 0 0;
  overflow: hidden;
}

#layoutLeft {

  margin:15px 20px 15px 0;
  float: left;
  overflow: hidden;
}

#layoutRight {
  width: 145px;
  margin:15px 0px 15px 0px;
  float: right;
  overflow: hidden;
}

#layoutRight img {
  margin-bottom:15px;
}


#layoutFoot {
  clear: left;
  width: 700px;
  margin: 0 auto;
}


/* --------------------------------------- ¥¨¥ó¥È¥ê¡¼ */
.entryBodySet {
  clear: all;
  width: 368px;
  color:#666;
  border-left:solid 1px #dfdfdf;
  border-right:solid 1px #dfdfdf;
}

.entryTitle {
  font-size: medium;
  font-weight:bold;
  color: #b41e24;
  padding: 5px 0;
  border-bottom:solid 0px #e9e9e9;
  text-align: center;
}

.entryDate {
  font-family: Arial, Helvetica;
  color:#000;
  text-align: center;
  font-size:11px;
}

.entryContents {
  clear: right;
  padding: 15px;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  border: 0;
}

.pageup {
  padding: 10px 0;
  margin-bottom:30px;
}

.pageup img {
  padding: 0 !important;
  border: 0;
}

.states {
  text-align: center;
  font-size: x-small;
}

.sideBoxSet {
  margin-bottom: 10px;
  width: 145px;
}

/* Calendar
--------------------------*/
#calendarBox {
  width: 145px;
  font-size:11px;
}

#calendarBoxTtl {

}

#calendarBox form {
  display: none;
}

#dispCalendar {
  border:1px solid #dfdfdf;
  padding:10px;
}

#dispCalendar td {
}

.calendar {
  width: 100%;
  border-spacing: 0px;
}

.calendar td {
  width: 15px;
  height: 12px;
}

.cell_sunday {
  color: #f99 !important;
}

.cell_today {
  font-weight: bold !important;
  color: #000;
}

.calendar a {
  display: block;
  background-color: #fcc;
}

.calendarNavi {
  color:#000;
  text-align:center;
}

.calendarNavi img {
  border: 0;
  margin:0;
}

/* New Entries
--------------------------*/
#newentriesBox {
  width: 145px;
  background-image: url('images/aprite_new.gif');
  background-repeat: no-repeat;
  background-position: left top;
  padding: 25px 0px 15px 0;
}


/* Categories
--------------------------*/
#categoriesBox {
  width: 145px;
  padding: 25px 0px 15px 0;
  background-image: url('images/aprite_cat.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Recent Comments
--------------------------*/
#RCommentsBox {
  width: 145px;
  height: 30px;
}
#RCommentsBox td {
  padding: 20px 10px 10px;
  background-image: url('images/s2_comments.gif');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
}

/* Profile
--------------------------*/
#profileBox {
  width: 145px;
  padding: 25px 0px 15px 20px;
  background-image: url('images/aprite_pro.gif');
  background-repeat: no-repeat;
  background-position: left top;
}


/* Links
--------------------------*/
#linksBox {
  width: 145px;
  padding: 25px 0px 15px;
  background-image: url('images/aprite_link.gif');
  background-repeat: no-repeat;
  background-position: left top;
}