html {
}

/* for WinIE6*/
* html body {
  font-family: Verdana, "ＭＳ Ｐゴシック", Osaka;
  letter-spacing: 1px;
  vertical-align:baseline;
  font-size: 75%;
  line-height:150%;
}

/* for WinIE7*/
*:first-child+html body {
  font-family: Verdana, "ＭＳ Ｐゴシック", Osaka;
  letter-spacing: 1px;
  vertical-align:baseline;
  font-size: 75%;
  line-height:150%;
}

body {
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka, sanserif;
  font-size: 12px;
  line-height: 150%;
}

/* Link Color
--------------------------*/
a:link { color: #aa282e; text-decoration: none; }
a:visited { color: #aa282e; text-decoration: none; }
a:hover { color: #aa282e; text-decoration: underline; }
a:active { color: #aa282e; text-decoration: none; }

/* --------------------------------------- レイアウト */
#contentBody {
  width: 750px;
  margin: 0 auto;
}

#layoutHead {
  width: 750px;
  height: 220px;
}

#layoutBody {
  width: 750px;
  padding-bottom: 30px;
}

#layoutMain {
  width: 550px;
  padding-right: 5px;
  float: left;
  overflow: hidden;
}

#layoutSide {
  width: 180px;
  float: right;
  overflow: hidden;
}

#layoutFoot {
  width: 750px;
  border-top: 1px #871c14 solid;
  clear:left;
}


/* --------------------------------------- エントリー */
.entryBody {
  clear:both;
  width: 550px;
  padding: 0;
}

.entryTitle {
  padding-bottom:7px;
  margin-top:15px;
  margin-bottom:7px;
  margin: 15px 0 7px -20px;
  font-weight: bold; 
  border-bottom: solid 1px #666;
  font-size:14px;
}

.entryDate {
  padding-bottom: 10px;
  font-family: Helvetica, Arial ;
  text-align: right;
}

.entryContents {
  padding: 20px;
}

.entryContents img {
  display: block;
  padding-bottom: 1em;
  padding-top:1em;
  border: 0;
}

.entryState {
  border-top: dashed 1px #666;
  padding-top:5px;
  margin-top:20px;
  margin-bottom:20px;
  font-size: x-small;
}

.pageup {
  padding-left: 10px;
}

.pageup img {
  padding: 0 !important;
  border: 0;
}


/* --------------------------------------- コメント */
.comments {
  clear: both;
  margin-top: 1em;
  padding-bottom: 2em;
  border-top: 1px #999 dashed;
}


/* --------------------------------------- サイドバー */
/* Calendar
--------------------------*/
#calendarBox {
  width: 750px;
  border-bottom: solid 1px #871c14;
  border-top: solid 1px #871c14;
  letter-spacing: 0px;
  font-family: Helvetica, Arial;
}

#calendarBox form {
  display: none;
}

#dispCalendar {
  width: 750px;
}

.calendar {
  width: 600px;
  height: 30px;
  table-layout: fixed;
  font-size: x-small;
}

.calendar td {
}

.cell_sunday {
}

.cell_today {
  font-weight: bold !important;
  text-decoration: underline;
}

.calendarNavi {
  font-size: x-small;
  color: #fff;
}

.calendarNavi img {
  border: 0;
  color: #aeb00c;
}


/* New Entries
--------------------------*/
#newentriesBox {
  width: 100%; 
  margin-top: 20px; 
  padding: 25px 0 10px;
  background-image: url('images/m_newentry.gif');
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: dashed 1px #666;
}


.icoList {
  padding: 0 0 5px 10px;
  background-image: url('images/m_ico.gif');
  background-repeat: no-repeat;
  background-position: left top;
}

/* Categories
--------------------------*/
#categoriesBox {
  width: 100%;  
  margin-top: 20px; 
  padding: 25px 0 10px;
  background-image: url('images/m_categories.gif');
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: dashed 1px #666;
}


/* Recent Comments
--------------------------*/
#RCommentsBox {
  width: 100%;  
  margin-top: 20px; 
  padding: 20px 0 10px;
  background-image: url('images/m_comments.gif');
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: dashed 1px #666;
}

/* Profile-----------------*/

#profileBox {
  width: 100%;  
  margin-top: 20px; 
  padding: 25px 0 10px;
  background-image: url('images/m_profile.gif');
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: dashed 1px #666;
}

/* Links------*/

#linksBox {
  width: 100%;  
   margin-top: 20px; 
  padding: 25px 0 10px;
  background-image: url('images/m_links.gif');
  background-repeat: no-repeat;
  background-position: left top;
  border-bottom: dashed 1px #666;
}


/* Copyright */

#copyright {
  padding-top: 5px;
  padding-bottom: 30px;
  text-align: center;
  font-size:x-small;
}


/* カテゴリ表示 */
.categoryName {
  font-size: 14px;
  font-weight: bold;
}