@charset "Shift_JIS";

html {
	height : 100%;
}

body {
	margin           : 0;
	padding          : 0;
	text-align       : center;
	height           : 100%;
	background-color : #FAC8C8;
}

#page{
	width            : 1000px;
	text-align       : center;
	margin           : 0 auto;
	height           : 100%;
	background-image : url( ../images/bg_heart_main.gif );
}

td,div,p,a,font,span {
	font-family : Arial, Helvetica, sans-serif;
}

.cl_normal {
	font-size   : small;
	line-height : 1.2;
}

.cl_small {
	font-size   : xx-small;
	line-height : 1.2;
}

.cl_date {
	font-family : monospace;
}

#id_form1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size   : small;
	line-height : 1.2;
	margin      : 0;
}
	#id_form1 table {
		background-color : #F8ABA6;
	}
	#id_form1 th {
		font-weight      : normal;
		background-color : #BFFFFF;
	}
	#id_form1 td {
		font-weight      : normal;
		background-color : #EEFFFF;
	}

table.cl_table_calendar {
	border-collapse : separate
	border-spacing  : 2px;
}
table.cl_table_calendar th {
	padding : 6px;
}
table.cl_table_calendar td a,
table.cl_table_calendar td span {
	display         : block;
	padding         : 6px;
	text-decoration : none;
}
table.cl_table_calendar th {
	border-bottom : solid 1px #FF9999;
	border-right  : solid 1px #FF9999;
	background    : #FFCCCC;
	white-space   : nowrap;
}
table.cl_table_calendar td {
	border-bottom : solid 1px #FF9999;
	border-right  : solid 1px #FF9999;
	background    : #FFEEEE;
	white-space   : nowrap;
}

