@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}

#side-calendar{
/*	margin: 20px auto 15px; */
                margin: 0 auto 0;
	width: 180px;
}
/*カレンダー*/
#side-calendar #side-calendar-box {
	background-color:#eaeaea;
	margin:10px;
	width: 150px;
}
#side-calendar-box table {
	line-height:120%;
	margin: auto;
	width: 150px;
}
#side-calendar-box table th {
	font-size: 11px;
	color: #333;
	text-align: center;
}
#side-calendar-box table td {
	font-size: 11px;
	color: #333;
	text-align: center;
}
#side-calendar-box table td.month {
	height:25px;
	padding: 0px auto 10px;
}

#side-calendar-box a, #side-calendar-box a:visited {
 	color: #CC6600;
	text-decoration:underline;
}

#side-calendar-box a:hover, #side-calendar-box:active {
 	color: #b2b2b2;
	text-decoration:underline;
}

