@charset "UTF-8";

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ブログ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#blog .cat_tit h1 {
  width: 323px;
  height: 80px;
  background: url(images/title.gif) no-repeat;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
#blog .cat_tit p {
  padding-left: 333px;
  line-height: 80px;
}

/* エントリー */
.entryBody {
  padding: 20px;
  padding-bottom: 0;
  background-color: #ffffff;
}
.cont_main .entryTitle {
  margin-bottom: 0.5em;
  padding-top: 0;
  padding-bottom: 0.2em;
  font-size: 108%;
  color: #3a649e;
  border-bottom: 1px dotted #3a649e;
}
.cont_main .entryState {
  color: #3a649e;
  text-align: right;
  font-size:  93%;
}
.cont_main .entryState a {
  font-weight: normal;
}
.entryMore {
  padding: 0.5em 0;
  color: #df741e;
  padding-left: 22px;
  background: url(images/mrk_arrow_on.gif) no-repeat left center;
  line-height: 2;
  font-weight: bold;
}
.pageup {
  padding-top: 10px;
  text-align: right;
  font-size:  93%;
}
.cont_main .pageup a {
  font-weight: normal;
}
.backNext {
  position: relative;
}
.backNext {
  position: relative;
  height: 16px;
}
.backPage {
  position: absolute;
  top: 0px;
  left: 0px;
}
.nextPage {
  position: absolute;
  top: 0px;
  right: 0px;
}

/* コメント */
.commentBody {}
.commentTitle {}
.commentContents {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #b1af9f;
}
.commentContents p {
  padding-bottom: 1em !important;
}
.commentState {
  text-align: right;
  padding-bottom: 1em;
}

/* コメント投稿 */
.commentForm table {}
.commentForm th,
.commentForm td {
  padding: 5px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  border: solid 2px #ffffff;
}
.commentForm th {
  width: 8em;
  text-align: right;
}
.commentForm td input {
  width: 360px;
  height: 1.5em;
}
.commentForm td textarea {
  width: 360px;
  height: 6em;
}
.commentFormButton {
  padding: 1em 0 0 !important;
  text-align: center;
}

/* サイドバー共通 */
.sidebar {
  width: 225px;
  margin-bottom: 4em;
}
.sidebar h3 {
  color: #3a649e;
  margin-bottom: 0.5em;
}
.sidebar li {
  margin-bottom: 1em;
}

/* プロフフィール */
#profileBox img {
  display: block;
}

/* カレンダー */
.calendar {
  margin: 0 auto;
}
.calendar td {
  width: 30px;
  border: solid 1px #b1af9f;
  line-height: 2;
}
#calendarDay {
  font-size: 85%;
}
.cell_sunday {
  color: #990000;
}
.cell_today {
  font-weight: bold !important;
}
.calendar a {
  display: block;
  font-weight: bold;
  background-color: #ffffcc;
}
.calendarNavi {
  width: 100%;
  margin-top: 10px;
}

/* リンク */
#linksBox dd {
  margin-left: 1em;
}

/* Blogコピーライト */
#blog_copyright {
  clear: both;
  margin-top: 1em;
  color: #999999;
  font-size: 80%;
  text-align: right;
}