.clear{
	clear:both;
}

p{
	margin:0px 0px 10px 0px;
}

.clear hr{
	display:none;
}

img{
	border:none;
	vertical-align: text-bottom;
}

img a{
	border:none;
}

body{
	font-size:12px;
	font-family:arial,helvetica,clean,sans-serif;
	line-height:170%;

}


/* -------------------------------------------------------------------------------------------------------------------- */
/* カレンダー */
.cal_month{
	width:360px;
	background-color:#453937;
	margin:0px;
	color:#FFF;
}

.cal_month a{
	color:#FFF;
	text-decoration:none;
}

.cal_prev{
	float:left;
	width:100px;
	text-align:left;
	line-height:25px;
}

.cal_prev img{
	vertical-align:middle;
	margin:7px 5px 9px 5px;
}

.cal_now{
	float:left;
	width:160px;
	text-align:center;
	line-height:25px;
	font-weight:bold;
}

.cal_next{
	float:right;
	width:100px;
	text-align:right;
	line-height:25px;
}

.cal_next img{
	vertical-align:middle;
	margin:7px 5px 9px 5px;
}

table.cal{
	width:360px;
	background-color:#FFF;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	border-top:1px solid #CCC;
	border-left:1px solid #CCC;
	margin:5px 0px 5px 0px;
	border-collapse:collapse;
}

table.cal th{
	width:48px;
	text-align:center;
	font-size:12px;
	line-height:120%;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#F2F2F2;
	padding:0px;
}

table.cal td{
	text-align:center;
	font-size:12px;
	line-height:120%;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	vertical-align:top;
	padding:0px;
}

.possible{
	color:#00F;
	font-weight:bold;
}

.possible a{
	color:#00F;
	font-weight:bold;
}

.impossible{
	color:#90F;
	font-weight:bold;
}

.impossible a{
	color:#90F;
	font-weight:bold;
}

.remains_small{
	color:#F00;
	font-weight:bold;
}

.remains_small a{
	color:#F00;
	font-weight:bold;
}



.cal_day{
	height:16px;
	margin:2px;
}

.cal_cat1{
	height:16px;
	margin:2px;
}

.cal_cat2{
	height:16px;
	margin:2px;
}

.cal_cat3{
	height:16px;
	margin:2px;
}

.cal_cat4{
	height:16px;
	margin:2px;
}

.cal_cat5{
	height:16px;
	margin:2px;
	color:#F00;
	font-weight:bold;
}
/* -------------------------------------------------------------------------------------------------------------------- */

.red_day {
	color:#ff0000;
}

.blue_day {
	color:#0000ff;
}
