@charset "utf-8";

/*	-------------------------------------------------------------

	Ohtomo Gift

	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	calendar styles
	Filename:		calendar.css
	Version:		1.0
	Date:			Sep 24, 2009
	Author:         Michihiro Yamazaki

	-------------------------------------------------------------	*/
	
body {
	margin: 0 auto;
	padding: 0;
	text-align: right;
	background: #FAF8F1 url(../images/bg.gif) -10px 0 repeat-y;
}
.cal_table {
	margin: 0 7px 6px auto;
	border-width: 1px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 144px;
	text-align: center;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}
caption {
	margin: 0;
	font-size: 11px;
	line-height: 1.6;
	font-weight: normal;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/*w200*/
.cal_table th {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1.4;
	font-weight: normal;
	border: 1px solid #ccc;
}
.cal_table td {
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	line-height: 1.4;
	border: 1px solid #ccc;
}

.sat_title{background-color:#9BCDFF;}
.san_title{background-color:#FFB9B9;}
.day_title{background-color:#E6FFE6;}
.black_title{background-color:#EEEEEE;}

.sat_body{color:#0000FF; background-color:#FFD7D7; color:red;}
.san_body{color:#FF3300; background-color:#FFD7D7; color:red;}
.today_body{font-weight:bold; text-decoration:underline;}

.day_body strong,
.san_body strong,
.sat_body strong {
	font-weight: bold;
}

