@charset 'utf-8';

/* requirement.asp専用
-------------------------------------------------- */

#action table{
	width:500px;
	border-collapse: collapse; 
	border: 1px #999999 solid;
}
#action th {
	width:100px;
	background-color: #CCCCCC;
}

#action td,#action th{
	border: 1px #999999 solid;
	padding-left: 3px;	
	}

#chui {
	font-weight: bold;
	color: #FF0000;
	background-image: url(../shared/images/icon_caution.gif);
	background-repeat: no-repeat;
	height: 22px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#chui p {
	font-weight: bold;
	margin-left: 30px;
	margin-top: 3px;
}
