body {
	background-color: #FFCCCC;
	font-size: 12px;
	color: #333333;
}

	
a:link {
	color: #CC0033;
}
a:hover {  color: #CC3300;
    text-decoration: underline;
}
a:visited {
	color: #CC3300;
}
a:visited:hover {
	color: #CC3300;
	text-decoration: underline;
}
a:active {  color: #CC3300;
}

/*カレンダー***************************************************************/
.cal_m{background: url(../imgs/cal/cal_m.gif) repeat-x bottom;
           font-size: 12px ;
		   line-height: 24px;
		   width: 132px;
		   font-weight: bold;
		   text-align: center;
		   vertical-align: middle;
}
.cal_clo01{background: url(../imgs/cal/cal_clo01.gif) repeat-x bottom;
           font-size: 12px ;
		   line-height: 18px;
		   color: #FFFFFF;
		   text-align: center;
		   vertical-align: middle;
}
.cal_clo02{background: url(../imgs/cal/cal_clo02.gif) repeat-x bottom;
           font-size:12px ;
		   line-height:18px;
		   color: #FFFFFF;
		   text-align: center;
		   vertical-align: middle;
}
.cal_clo03{background: url(../imgs/cal/cal_clo03.gif) repeat-x bottom;
           font-size:12px ;
		   line-height:18px;
		   color: cb5151;
		   text-align: center;
		   vertical-align: middle;
}
.cal_clo04{background: url(../imgs/cal/cal_clo04.gif) repeat-x bottom;
           font-size:12px ;
		   line-height:18px;
		   color: #FFFFFF;
		   text-align: center;
		   vertical-align: middle;
}
.cal_e_sun{background: url(../imgs/cal/cal_event.gif) repeat-x bottom;
           font-size:12px ;
		   line-height:18px;
		   color: #FF6666;
		   text-align: center;
		   vertical-align: middle;
}
.cal_e_sat{background: url(../imgs/cal/cal_event.gif) repeat-x bottom;
           font-size:12px ;
		   line-height:18px;
		   color: #0099CC;
		   text-align: center;
		   vertical-align: middle;
}
.cal_e_day{background: url(../imgs/cal/cal_event.gif) repeat-x bottom;
           font-size:12px ;
		   line-height:18px;
		   text-align: center;
		   vertical-align: middle;
}
.cal_day{background: url(../imgs/cal/cal_day.gif) repeat-x bottom;
           font-size:12px ;
		   line-height:18px;
		   text-align: center;
		   vertical-align: middle;
}
.cal_day_sun{background: url(../imgs/cal/cal_day.gif) repeat-x bottom;
           font-size:12px ;
		   line-height:18px;
		   color: #FF6666;
		   text-align: center;
		   vertical-align: middle;
}
.cal_day_sat{background: url(../imgs/cal/cal_day.gif) repeat-x bottom;
           font-size:12px ;
		   line-height:18px;
		   color: #0099CC;
		   text-align: center;
		   vertical-align: middle;
}
.cal_no{background: url(../imgs/cal/cal_no.gif) repeat-x bottom;
		line-height:18px;
}

/*インフォメーション***************************************************************/

.infoInnerLeft{
	width: 154px;
	float: left;
	margin-top: 6px;
}
.infoInnerRight{
	width: 114px;
	float: right;
	vertical-align: middle;
	height: 117px;
}
.infoInnerBottom{
	float: center;
	margin: 2px 2px 0 2px;
	width: 266px;
	text-align: left;
	font-size:12px ;
	line-height:18px;
}

.photo{
	border: 2px solid #ccc;
}

/*ライン***************************************************************/
.a_line{
	border-bottom: 1px solid #333333;
	font-size: 12px;
	line-height: 16px;
}
