@charset "utf-8";
/* CSS Document */

#sidebar dd{
	margin-left: 0px;
}

.post h2,h3{
	background-image: url(images/titleback.gif);
	background-repeat: repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}

#sidebar dt{
	background-image: url(images/submenuback.gif);
	background-repeat: repeat;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;

}

.post .date {
	height: 50px;
	width: 45px;
	background: url(images/calendar.gif) no-repeat;
	font: normal 22px Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	line-height: 100%;
	float: left;
	margin-right: 4px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 0;
}

.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
/*--------------------------------------
	1.Structure
---------------------------------------*/
div#utilities table.calendar {
	width: 100%;
}


div#utilities dl dd table.calendar {
	font-size: 1.0em;
	/*font-size: 85%;*/
	border: none;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

/*--------------------------------------
	2.前後の月へのリンク
---------------------------------------*/

div#utilities dl dd table.calendar caption {
	color: #000;
}

body.double div#utilities dl dd table.calendar caption {

}

div#utilities dl dd table.calendar caption a {
	padding: 0 5px;
	height: 1px;
	color: #000;
	background-color: #eee;
	font-weight: bold;
	text-decoration: none;
}

div#utilities dl dd table.calendar caption a:hover {
	color: #fff;
	background-color: #000;
}

/*--------------------------------------
	3.セル
---------------------------------------*/

div#utilities dl dd table.calendar th,
div#utilities dl dd table.calendar td {
	padding: 0;
	border: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	text-align: center;

}

div#utilities dl dd table.calendar th {
	background-color: #fff;
	background-image: url(images/grad01.gif);
	background-repeat: repeat-x;
}

div#utilities dl dd table.calendar td {
}

/*--------------------------------------
	4.土日
---------------------------------------*/

div#utilities dl dd table.calendar th.sun {
	color: #fff;
	background-color: #7b808e;
	background-image: url(images/grad02.gif);
	background-repeat: repeat-x;
}

div#utilities dl dd table.calendar th.sat {
	color: #fff;
	background-color: #7b808e;
	background-image: url(images/grad02.gif);
	background-repeat: repeat-x;
}

/*--------------------------------------
	5.セル内のリンク
---------------------------------------*/

div#utilities dl dd table.calendar td a {
	padding: 0.5em 0;
	display: block;
	line-height: 1;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center;
}

div#utilities dl dd table.calendar td a:link {
	color: #fff;
	background-image: url(images/circle02.gif);
}

div#utilities dl dd table.calendar td a:visited {
	color: #666;
	background-image: url(images/circle01.gif);
}

div#utilities dl dd table.calendar td a:hover {
	color: #fff;
	background-image: url(images/circle03.gif);
}

