@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.5;
}

.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;
	}

#id_breadcrumb {
	text-align : left;
	padding    : 18px 0 18px 60px;
	color      : #644C4E;
}
	#id_breadcrumb a {
		color : #644C4E;
	}

#id_main_tab {
	text-align   : left;
	padding-left : 68px;
}

#id_main_top {
	width             : 904px;
	height            : 15px;
	background-image  : url( '../images/bg_main_top.gif' );
	background-repeat : no-repeat;
	margin            : 0 auto;
}

#id_main_bottom {
	width             : 904px;
	height            : 15px;
	background-image  : url( '../images/bg_main_bottom.gif' );
	background-repeat : no-repeat;
	margin            : 0 auto;
}

#id_main {
	width            : 900px;
	border-left      : solid #ee859a 2px;
	border-right     : solid #ee859a 2px;
	margin           : 0 auto;
	text-align       : left;
	background-color : #FFFFFF;
}
#id_main_table {
	width : 900px;
}
#id_main_table_left {
	text-align : left;
	width      : 650px;
}
#id_main_table_right {
	text-align : right;
	width      : 250px;
}

.cl_img_alpha {
	filter  : Alpha( opacity=60 );
	opacity : .6;
}

table.cl_table {
	border-collapse : separate
	border-spacing  : 2px;
}
table.cl_table th,
table.cl_table td {
	padding : 8px;
}
table.cl_table th {
	border-bottom : solid 1px #FF9999;
	border-right  : solid 1px #FF9999;
	background    : #FFCCCC;
	white-space   : nowrap;
}
table.cl_table td {
	border-bottom : solid 1px #FF9999;
	border-right  : solid 1px #FF9999;
	background    : #FFEEEE;
	white-space   : nowrap;
}

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;
}

