@charset "Shift_JIS";

/* ************************ */
/* ****** プログラム ****** */

#downFrame table {
	/*	margin-left:14px;*/
/*	margin-bottom:10px;*/
		border-style:solid;
	border-color:#360012;
	border-width:1px 0px 0px 1px ;
	margin:0 0 24px 16px;
	width:90%;
}

#downFrame table th,
#downFrame table td{
	text-align:left;
	vertical-align:top;
	line-height:1.2em;
	padding:4px 6px;
	border-style:solid;
	border-color:#360012;
	border-width:0px 1px 1px 0px;
	}

#downFrame table th{
	color:#fff;
	line-height:1.2em;
	padding:4px 6px;
	white-space:nowrap;
	background-color:#9F9C9C;
	color: #FFFFFF;
}


p.messagebox{
border:solid #666666 1px;
width:22em;
padding:2px 4px;
background-color:#fffeee;
font-weight:bold;
}

