@charset "UTF-8";

div.information_box{
	margin-left:1em;
	_margin-top:1em;/*IE6*/
	*margin-top:1em;/*IE7*/
}

div.information_box h3{
	font-size:110%;
	background:url("../sozai/silver_back.png") center left repeat-x;
}

div.information_box h3.terminate{
	color:#999;
}

div.information_box table{
	width:620px;
	margin-left:1em;
	border:1px solid #999;
	border-collapse:collapse;
}

div.information_box table tr td{
	border:1px solid #999;
	padding:10px;
}

div.information_box table tr td.name{
	width:100px;
	background:url("../sozai/gray_back.png") top left;
}

div.information_box p.terminate{
	margin-left:1em;
	color:#F30;
}