@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;
	}