@charset "shift_jis";

/* health_calendar start */

#health_calendar div.top{
	border: none;
	background-color:#FFE5B4;
	padding:2px;
}
#health_calendar div.bottom{
	background-color:#FFAA00;
	padding:2px;
	color:#FFFFFF;
}
#health_calendar div.top2{
	border: none;
	background-color:#E5FFB2;
	padding:2px;
}
#health_calendar div.bottom2{
	background-color:#99CC33;
	padding:2px;
	color:#FFFFFF;
}
#health_calendar div.b_box{
	background-color:#EAEFF7;
	padding:2px;
	border: solid 1px #C5CFE6;
}
#health_calendar table.health_calendar {
	width:100%;
	border-collapse: collapse;
	border: 1px #FFFFFF solid;
	border-bottom: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	clear: both;
}
#health_calendar table.health_calendar tr{
	border-top: solid 1px #FFFFFF;
}
#health_calendar table.health_calendar th.time{
	background-color:#EEEEEE;
	width: 8%;
	text-align: center;
	border-bottom: solid 1px #FFFFFF;
}
#health_calendar table.health_calendar td.a{
	width: 13%;
	text-align: center;
	border-right: solid 1px #FFFFFF;
	padding:0px ;
}
#health_calendar table.health_calendar td.b{
	width: 13%;
	text-align: center;
	border-top: none;
	border-bottom: solid 1px #DDDDDD;
	border-left: none;
	border-right: solid 1px #DDDDDD;
	padding:1px ;
}
#health_calendar p.left{
	width: 90%;
	text-align: left;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
}
#health_calendar p.right{
	width: 90%;
	text-align: right;
	border: none;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;

}
#health_calendar hr.h_cal{
	width: 90%;
	align: center;
	border: solid 1px #EEEEEE;
	margin: auto;
	clear: both;
}
#health_calendar div.enFoodImg{
	border:1px solid #EEEEEE;
	float: left;
	padding:1px;
	margin : 1px;
}
#health_calendar div.enFoodImg img.calFoodImg{
	margin: 1px;
}
#health_calendar div.week{
	width: 100%;
	height: auto;
	float: left;
}
#health_calendar div.week div.left{
	width: 45%;
	text-align:left;
	float: left;
}
#health_calendar div.week div.btn{
	width: 25%;
	vertical-align:center;
	float: left;
	margin-bottom: 5px;
}
#health_calendar div.week div.right{
	width: 20%;
	text-align:right;
	float: right;
}
#health_calendar .btn a.photo_disp:link,
#health_calendar .btn a.photo_disp:visited {
	display:block;
	width:96px;
	height:20px;
	background:url(../image/common/btn_photo_disp.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-align:left;
	text-decoration:none;
	outline:none;
}
#health_calendar .btn a.photo_disp:hover {
	background-position:left bottom;
}
#health_calendar .btn a.content_disp:link,
#health_calendar .btn a.content_disp:visited {
	display:block;
	width:96px;
	height:20px;
	background:url(../image/common/btn_content_disp.gif) no-repeat left top;
	font-size:1px;
	line-height:1px;
	text-align:left;
	text-indent:-9999px;
	text-decoration:none;
	outline:none;
}
#health_calendar .btn a.content_disp:hover {
	background-position:left bottom;
}
