html {
}

body {
  margin: 0 auto;
  background-color: #2c3605;
  font-family: Arial , Helvetica, sansserif;
  color: #000; text-decoration: none;
  font-size:12px;
}


/* 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: 5px;
  padding-left: 20px;
  font-size:x-small;
}


/* --------------------------------------- レイアウト */
.wrapper { background: #fff; margin: 0 auto; width: 750px; position: relative; }

#layoutHead {
  width: 750px;
  height: 260px;
  clear:both;
}


#layoutMain {
  float:left;
  width:530px;
  margin-right: 20px;
  overflow: hidden;
}

#layoutSide {
  width : 180px;
  margin-right: 20px;
  float:right;
  overflow: hidden;

}

#layoutFoot {
  padding-top:0px;
  clear:both;
  border-top: solid 1px #738748;
}


/* --------------------------------------- エントリー */
.entryBody {
  float:left;
  width: 530px;

}

.entryTitle {
  width: 490px;
  padding: 3px 20px 3px 20px;
  margin-right: 20px;
  margin: 10px 20px 0 0;
  font-size: medium;
  font-weight: bold;
  color: #fff;
  border: 0px #394e0b solid;
  background-image: url('images/odette_blg_title.jpg');
  background-repeat: repeat-y;
  background-position: left top;
}

.entryDate {
  width: 510px;
  padding: 5px 0px 5px 20px;
  color: #2c3605;
  border-bottom: 1px #394e0b dashed;
  text-align: right;
}

.entryContents {
  padding: 30px;
  line-height: 18px;
  border: solid 0px #394e0b;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  padding-top: 1em;
  border: 0;
}

.entryState {
  margin-bottom:30px;
  font-size: x-small;
  padding-top:5px;
  border-top: 1px #394e0b solid;
  padding-left: 20px;
}

.pageup {
  float: left;
  padding: 10px;
  font-size: x-small;
}

.pageup img {
  border: 0;
}

/* --------------------------------------- コメント */


.comments {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #999 dashed;
}

/* --------------------------------------- トラックバック */

.trackbacks {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px #999 dashed;
}


/* --------------------------------------- サイドバー */
/* Calendar
--------------------------*/

#calendarBox {
  width: 180px;  
}

#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 180px;
}

.calendar {
  width: 180px;
  border-spacing: 2px;
  font-size: 11px;
}

.calendar td {
  width: 15px;
  height: 12px;
  border: 0px #ccc solid;
}

.cell_sunday {
  color: #c55842;
}

.cell_today {
  border: 1px #2c3605 solid !important;
  font-weight: bold !important;
}

.calendarNavi {
  font-size: 14px;
  color : #2c3605;
  padding:5px;
}

.calendarNavi img {
  padding : 0px 5px 0px 5px;
  border: 0;
}

.SideTitle {
  width:180px;
}


.leftBox {
  width: 180px;
  padding: 10px 0;
}

.list {
  padding: 0 0 5px 12px;
  background-image: url('images/bullet1.gif');
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 18px;
}


.categoryName {
  font-size : 14px;
  font-weight : bold;
}

.pagemove {
  padding: 0 20px 20px 20px;
  font-size: 11px;
}
