@charset "UTF-8";

@import "/common/themes/cms/css/default.css"; /* initial setting */
@import "/common/themes/cms/css/layout.css";/* layout style */

.mainImg {
	background: url(images/bg.jpg) no-repeat center top;
}

.pageTitle {
	margin-bottom: 1em;
}

.section {
	margin-bottom: 2em;
}
.blogEntryHeader {
	border-left: #d9d9d9 10px solid;
	border-bottom: #d9d9d9 1px solid;
	padding: 0 0 2px 15px;
}
.blogEntryHeader h3 {
	padding: 0;
}
.back {
	text-align: right;
}
.back a {
	background: url(images/back.gif) no-repeat 0 2px;
	padding-left: 20px;
}
.blogItem {
	margin-bottom: 2em;
}
.blogItemHeader {
	background: url(images/sideItem.jpg) no-repeat 0 0;
	width: 172px;
	height: 22px;
	padding: 0px 0 0 20px;
	margin-left: 10px;
}
.blogItemBody {
	padding: 5px 0 10px 10px;
}
ul.menu li {
	background: url(images/sidePoint.gif) no-repeat 0 6px;
	padding-left: 15px;
}

/* [ calendar
----------------------------- */
.calendar {
  text-align: center;
  color: #333333;
}
.calendar a:link, .calendar a:hover, .calendar a:visited{
}
.calendarDayHeader {
  color: #666666;
}
.calendarDay {
  color: #333333;
}
.calendarDayWithEntries {
  background: #ea511a;
  color: #fff;
}
.calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  color: #ffffff;
  text-decoration: none;
 }
.calendarToday {
  background: #f50c0c;
  color: #fff;
}
.calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  color: #ffffff;
  text-decoration: none
}
.blogEntryLinks {
	margin-bottom: 2em;
}
.commentTitle {
	clear: both;
	background: url(images/commentTitle.gif) no-repeat 0 2px;
	padding-left: 25px;
	margin-bottom: 5px;
}
.commentTitle h3 {
	font-size: 116%;
}
.bodyContentOdd,bodyContentEven {
	margin-bottom: 1em;
	padding-bottom: 1.5em;
	border-bottom: #d9d9d9 1px dotted;
}
.waku {
	margin: 1em 0;
	border: #d9d9d9 1px solid;
	padding: 1px;
}
