@charset "utf-8";

/* flower 
------------------------------------------------------------------------------------------ */

.flower-box01 {
	width: 652px;
}
/* clerfix ----- */
.flower-box01:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .flower-box01 { display: inline-block; }
/* no ie mac \*/
* html .flower-box01 { height: 0.1%; }
.flower-box01 { display: block; }
/* */
/* for IE7 */
*:first-child+html .flower-box01 { display: inline-block; }
/* ----- clerfix */

.flower-imgbox {
	width: 156px;
	background: url(img/flower_bg01_btm.gif) no-repeat left bottom;
	float: left;
	padding-right: 7px;
	margin-bottom: 9px;
}
.flower-imgbox .thumb {
	text-align: center;
	background: url(img/flower_bg01_top.gif) no-repeat left top;
	padding: 7px 8px 4px 5px;
}
.flower-imgbox .txt {
	padding: 3px 8px 12px 8px;
	text-align: center;
	font-weight: bold;
}

.flower-table-outer {
	width: 644px;
	border-top: 1px solid #d1d1d1;
	padding: 1px 0px 1px 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.flower-table-outer .flower-table {
	width: 100%;
	empty-cells: show;
}
.flower-table-outer .month th {
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
.flower-name {
	width: 100px;
	padding: 5px 10px 9px 0px;
	white-space: nowrap;
	text-align: left;
	background: url(img/flower_line01.gif) repeat-x left bottom;
}
.m01, .m02, .m03, .m04, .m05, .m06, .m07, .m08, .m09, .m10, .m11, .m12 {
	width: 6%;
}
.m01, .m03, .m05, .m07, .m09, .m11 {
	background-color: #efefef;
}
.m02, .m04, .m06, .m08, .m10, .m12 {
	background-color: #ffffff;
}
.month th {
	border-bottom: 2px solid #d1d1d1;
}
.flower-table-outer td {
	padding: 5px 2px 9px 2px;
	background-image: url(img/flower_line01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	empty-cells: show;
}

.flower-table-bottom {
	width: 644px;
	height: 3px;
	border-top: 1px solid #d1d1d1;
	background: #ffffff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 0.1em;
	line-height: 0.1em;
	overflow: hidden;
}
.flower-table-bottom hr {
	display: none;
}












