html {
}

body {
  margin: 0;
  background-color: #170903;
  font: 12px Georgia, "Times New Roman" , Times, serif;
  color: #170903; text-decoration: none;
}


/* Link Color
--------------------------*/
a:link { color: #c89305; text-decoration: none; }
a:visited { color: #c89305; text-decoration: none; }
a:hover { color: #c89305; text-decoration: underline; }
a:active { color: #c89305; text-decoration: none; }

#copyright {
  padding-top: 5px;
  padding-bottom: 30px;
  text-align: center;
  font-size:x-small;
}


/* --------------------------------------- レイアウト */
.masterWrapper { margin: 0px auto; padding: 0px; width: 800px; }
.wrapper { background: #fff; margin: 0px auto; padding: 25px; width: 750px; float: left; position: relative; }

#layoutHead {
  width: 750px;
  height: 260px;
}

#layoutBody {
  width: 750px;
  margin: 0 auto;
}

#layoutMain {
  padding-right: 20px;
}

#layoutSide {
  width : 180px;
}

#layoutFoot {
  width: 750px;
  margin: 0 auto;
  padding-top:30px;
}


/* --------------------------------------- エントリー */
.entryBody {
  clear: right;
  width: 550px;
  border: 0px #036 solid;
}

.entryTitle {
  width: 350px;
  padding: 3px 10px;
  background-color: #fff;
  font-size: medium;
  font-weight: bold;
  color: #bc0000;
  border-bottom: 2px #bc0000 solid;
  background-image: url('images/bg1.jpg');
  background-repeat: repeat-x;
  background-position: left top;
}

.entryDate {
  width: 200px;
  padding: 5px;
  background-color: #fff;
  font-size: 11px;
  text-align: right;
  background-image: url('images/bg1.jpg');
  background-repeat: repeat-x;
  background-position: left top;
  border-bottom: 2px #bc0000 solid;
}

.entryContents {
  padding: 15px;
  font-size:12px;
  line-height: 18px;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  padding-top: 1em;
  border: 0;
}

.entryState {
  margin-bottom:50px;
  text-align: right;
  font-size: x-small;
}

.pageup {
  float: left;
  padding: 10px 0;
}

.pageup img {
  border: 0;
}

/* --------------------------------------- コメント */
.commentBody {
  clear: right;
  width: 550px;
  border: 1px #bc0000 solid;
}

.commentTitle {
  padding: 5px 10px;
  background-color: #bc0000;
  font-size: medium;
  color: #fff;
  border-bottom: 1px #bc0000 solid;
}

.commentContents {
  padding: 15px;
}

.commentState {
  padding-top: 1.5em;
  text-align: right;
  font-size: x-small;
}

.comments {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #999 dashed;
}

/* --------------------------------------- トラックバック */
.trackbackBody {
  clear: right;
  width: 550px;
  border: 1px #bc0000 solid;
}

.trackbackTitle {
  padding: 5px 10px;
  background-color: #bc0000;
  font-size: medium;
  color: #fff;
  border-bottom: 1px #bc0000 solid;
}

.trackbackContents {
  padding: 15px;
  line-height: 1.3em;
}

.trackbackState {
  padding-top: 1.5em;
  text-align: right;
  font-size: x-small;
}

.trackbacks {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #999 dashed;
}


/* --------------------------------------- サイドバー */
/* Calendar
--------------------------*/

.SideTitle {
  font-size :14px;
  color:#bc0000;
  border-top: solid 2px #CCC;
  width:100%;
  padding: 15px 0 10px 0;
}

#calendarBox {
  width: 180px;  
}

#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 180px;
}

.calendar {
  width: 100%;
  border-spacing: 2px;
  font-size: 11px;
}

.calendar td {
  width: 15px;
  height: 12px;
  border: 0px #ccc solid;
}

.cell_sunday {
  color: #c18471;
}

.cell_today {
  border: 1px #bc0000 solid !important;
  font-weight: bold !important;
}

.calendarNavi {
  font-size: 14px;
  color : #bc0000;
}

.calendarNavi img {
  padding : 0px 5px 0px 5px;
  border: 0;
}

/* New Entries
--------------------------*/
#newentriesBox {
  width: 180px;
  padding: 25px 5px 0px;
}

.list {
  padding: 0 0 5px 12px;
  background-image: url('images/bullet2.gif');
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 16px;
}

/* Categories
--------------------------*/


#categoriesBox {
  width: 180px;  
  padding: 25px 5px 0px;
}

/* Profile
--------------------------*/
#profileBox {
  width: 180px;  
  padding: 25px 5px 0px;
}

/* Links
--------------------------*/
#linksBox {
  width: 180px;  
  padding: 25px 5px 0px;
}

.pagemove { font-size:11px; }
