
/*ブログ*/
/* 画像置換の文字消し設定 */

.replace{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
/*\*//*/
  display: inline-table;
/**/
}
.center {
	text-align: center;
}

.scBlogTtl{
	background: url(http://www.i-tennis.co.jp/contents/oshirase/img/scBlogTtl.jpg) no-repeat top;
  width: 660px;
  height: 122px;
}

#blogMain {
  width: 660px;
}

.entryBox {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: dotted 1px #ccc;
}
.entry_bg {
	background: url(http://www.i-tennis.co.jp/contents/oshirase/img/blogTtl01.jpg) repeat-y top left;
  width: 660px;
  min-height: 19px;
  height: auto!important;
  height: 19px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 6px 7px;
}

.entry_title {
  padding: 2px 10px;
}

.entry_title a {
  color: #333333;
}

.entry_date {
  color: #2d841b;
  font-size: 14px;
  margin: 0 auto 10px;
  width: 95%;
  text-align: right;
}

.entry_body {
  margin-bottom: 20px;
}

.moremark a {
  background: url(http://homare.jp/itc/img/marker04.jpg) no-repeat left center;
  color: #333333;
  padding-left: 1.4em;
}

.entry_state {
	font-size: 10px;
}

.entry_state a {
	color: #CC3366;
}

#pagearea a {
	color: #333333;
}

/*サイドバー*/
.blogMenu{
  width: 250px;
}

.blogMenu li{
  margin: 5px 0;
}

.blogMenu .inr{
  width: 238px;
  border: 1px solid #CCC;
	border-top: none;
  margin: 0 auto 10px auto;
	padding: 5px
}

#calendar h3 {
  background: url(http://www.i-tennis.co.jp/contents/oshirase/img/blogSide01.jpg) no-repeat;
  width: 250px;
  height: 30px;
}

#calendar img {
  vertical-align: middle;
  margin: 0 5px;
}

#calendar a {
  color: #333333;
}

#newEntry h3 {
  background: url(http://www.i-tennis.co.jp/contents/oshirase/img/blogSide02.jpg) no-repeat;
  width: 250px;
  height: 30px;
}

#category h3 {
  background: url(http://www.i-tennis.co.jp/contents/oshirase/img/blogSide03.jpg) no-repeat;
  width: 250px;
  height: 30px;
}

#category li li a {
  background: url(http://homare.jp/itc/img/sankaku01.jpg) no-repeat left 3px;
  margin-left: 10px;
  text-indent: 10px;
}

#month h3 {
  background: url(http://www.i-tennis.co.jp/contents/oshirase/img/blogSide04.jpg) no-repeat;
  width: 250px;
  height: 30px;
}

#newEntry a,#category a,#month a {
  background: url(http://homare.jp/itc/img/marker04.jpg) no-repeat left 3px;
  display: block;
  color: #333333;
	padding-left: 18px;
}

/*カレンダー部分*/
/*月〜日の部分*/
.calendar_top {
  font-size: 14px;
  color: #333;
  margin: 6px 0px 0px 0px;
}

.cell_top {
  color: #333;
  font-size: 12px;
  width: 30px;
  height: 25px;
}

.cell_suntop {
  color: #c00;
  font-size: 12px;
  width: 30px;
  height: 25px;
}

.cell_sattop {
  color: #0066ff;
  font-size: 14px;
  width: 30px;
  height: 25px;
}

/*数字の部分*/
.calendar {
  font-size: 14px;
  color: #333;
  letter-spacing : 1px;
  margin: 0px auto 10px;
  padding: 3px;
}
.calendar a {
  display:block;
  background-color:#e6e6e6;
  color:#333;
}

.cell {
  color: #333;
  font-size: 14px;
  width: 30px;
  height: 25px;
}

.cell_today {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  width: 30px;
  height: 25px;
}

.cell_today a {
  display:block;
  background-color:#e6e6e6;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.cell_sunday {
  color: #c00;
  font-size: 14px;
  width: 30px;
  height: 25px;
}

.cell_saturday {
  color: #0066ff;
  font-size: 14px;
  width: 30px;
  height: 25px;
}

/*年月の部分*/
.calendarym {
  font-size: 14px;
  color: #333;
  letter-spacing : 1px;
  padding: 3px;
  background-color: #eeeeee;
}

.calendarym a {
  color: #369;
}