@charset "UTF-8";



/* Calendar */
/* ------------------------------------------------ */

#calBox {
	margin: 20px 0 0 0;
}
#calBox .calendar {
	margin: 0 auto;
	font-size: 10px;
	border-collapse: collapse;
	border: 0;
}
#calBox .calendar caption {
	margin: 0;
	padding: 0;
	color: #779933;
}
#calBox .calendar th {
	text-align: center;
	color: #666;
	font-weight: normal;
}
#calBox .calendar td {
	text-align: center;
	padding: 4px 3px 4px 3px;
	background: url("../shared/images/bg_calendar_day.gif") center no-repeat;
}
#calBox .calendar td.today {
	background: url("../shared/images/bg_calendar_today.gif") center no-repeat;
}
#calBox .calendar td a {
	font-weight: bold;
}

/* Search */
/* ------------------------------------------------ */

#searchForm {
	margin: 20px 0 0 0;
	padding: 0 0 0 6px;
}
#searchForm p {
	font-size: 65%;
	margin: 0 0 2px 2px;
	padding: 0;
	color: #777;
}
#searchForm table {
	border-collapse: collapse;
	border: 0;
}
#searchForm table td {
	padding: 0 0 0 2px;
}
#searchForm input#searchText {
	font-size: 80%;
	width: 88px;
	height: 14px;
	color: #444;
}

/* Recent Entries */
/* ------------------------------------------------ */

#recentEntryBox {
	margin: 0 0 0 0;
	background: url("../shared/images/bg_box_etc_body.gif") repeat-y;
}
#recentEntryBox h3 {
}
#recentEntryBox .recentEntry {
	font-size: 65%;
	line-height: 120%;
	padding: 4px 4px 4px 6px;
}
#recentEntryBox .recentEntry .date {
	color: #666;
}
#recentEntryBox .recentEntry .categoryName {
	color: #666;
}

/* Banner */
/* ------------------------------------------------ */

#bannerBox {
	margin: 30px 0 0 0;
	text-align: center;
}
#bannerBox img {
	display: block;
	margin: 0 auto 2px auto;
}

/* Syndication */
/* ------------------------------------------------ */

#syndicationBox {
	margin: 30px 0 0 0;
	text-align: center;
}




/* Contents Area */
/* ------------------------------------------------ */

#contentsArea h1 {
	margin: 20px 0 0 0;
	font-size: 60%;
	color: #fff;
}

#contentsArea p.lead {
	font-size: 75%;
	line-height: 140%;
	margin: 0;
	padding: 6px;
	color: #666;
}

#contentsArea h2.date {
	margin: 10px 0 2px 0;
}

#contentsArea .hEntry {
	margin: 30px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #666;
}
#contentsArea .hUpdate {
	margin: 30px 0 0 2px;
}


/* Update List */
/* ------------------------------------------------ */

#updateListBox {
	margin: 10px 4px 0 4px;
	padding: 0 1px 0 1px;
}
.updateBox {
	margin: 2px 0 2px 0;
	padding: 8px 7px 6px 7px;
	background: url("../shared/images/bg_update_box.gif") bottom left no-repeat;
}
.updateBox h3 {
	margin: 0 0 0 0;
	font-size: 80%;
}
.updateBox h3 .sub {
	font-size: 95%;
	font-weight: normal;
	padding: 0 0 0 10px;
	color: #666;
}
.updateBox h3 a {
	color: #bb3333;
	text-decoration: none;
}
.updateBox h3 a:hover {
	text-decoration: underline;
}
.updateBox ul {
	font-size: 75%;
	margin: 8px 0 0 0;
}
.updateBox li {
	margin: 4px 0 4px 0;
	line-height: 120%;
	color: #666;
}
.updateBox li a {
	padding: 0 0 0 6px
}

