/* charge style
****************************************/


/* content
****************************************/
div#content table.roomPrice,
div#content table.setsuei,
div#content table.uketsuke,
div#content table.copy{
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	margin:0px;
	padding:0px;
}
div#content table.roomPrice th,
div#content table.setsuei th,
div#content table.uketsuke th,
div#content table.copy th{
	background-color:#E0E0E0;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-weight:bold;
	text-align:center;
}
div#content table.roomPrice td,
div#content table.setsuei td,
div#content table.uketsuke td,
div#content table.copy td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	text-align:center;
}

div#content table.roomPrice{
	width:90%;
}
div#content table.roomPrice tr.trEven td{
	background-color:#F3F3FF;
}

div#content table.setsuei{
	margin-bottom:12px;
	width:70%;
}

div#content table.uketsuke{
	width:30%;
}

div#content table.copy{
	width:50%;
}
