@charset "utf-8";

/* ----------------------------------------------------------------------------------------------------
   report
---------------------------------------------------------------------------------------------------- */
#report	{
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(../common/contents_line001.gif) no-repeat;
	background-position: left bottom;
}

/* ----------------------------------------------------------------------------------------------------
   report_entry
---------------------------------------------------------------------------------------------------- */
#report_entry p	{
	padding-bottom: 15px;
}

#report_entry p strong	{
	font-weight: bold;
}

#report_entry table	{
	width: 533px;
	margin-bottom: 10px;
}

#report_entry table tr th	{
	width: 150px;
	padding: 10px 0 10px 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #e5dacc;
}

#report_entry table tr td	{
	width: 383px;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #ffffff;
	background-color: #f8f2eb;
}

#report_entry table tr td.report_control	{
	width: 533px;
	background-color: #ffffff;
	text-align: center;
}

.require	{
	color: #990000;
	font-weight: bold;
}

.error	{
	color: #ff0000;
}


