@charset "shift_jis";

/* side
---------------------------------------------------*/
#side ul {
	list-style: disc;
	padding-left: 25px;
}
#side .linktitle {
	font-weight: bold;
	font-size: 108%;
	margin-top: 15px;
}
#side table {
	border-collapse: collapse;
	width: 100%;
}
#side table th, #side table td {
	border: 1px solid #ccc;
	border-bottom: none;
	padding: 3px;
}
#side table.calendar th, #side table.calendar td {
	border: 1px solid #ccc;
	padding: 3px;
}
.cell_sunday {
	background-color: #F4CACA;
}
.cell_saturday {
	background-color: #CCE3E7;
}

/* entry
---------------------------------------------------*/
.entry_body {
	margin-bottom: 30px;
}
.entry_title h2 {
	background: url(../images/bg_title.gif) no-repeat;
	padding: 1px 0 5px 25px;
	color: #fff;
	/*font-weight: normal;*/
	font-size: 123.1%;
	margin-bottom: 2px;
}
.entry_title h2 a {
	color: #fff !important;
}
.entry_date {
	margin-bottom: 15px;
}