@charset "utf-8";
/* CSS Document */

div#contents .caution {
	font-weight:bold;
	color:rgb(198,0,0);
	border:1px solid rgb(198,0,0);
	padding:3px 8px;
}

div#contents table.hyo {
	width:540px;
	margin:8px auto 21px;
}
div#contents table.hyo td, div#contents table.hyo th {
	padding:4px 10px 1px;
	border:1px solid #336600;
}
div#contents table.hyo td {
	text-align:right;
}

div#contents h4 {
	margin:0 0 0 21px;
	padding:0;
	text-decoration:underline;
}

div#machine {
	width:400px;
	margin:0 auto 21px;
	padding:15px;
	font-size:18px;
	border:1px solid rgb(0,153,0);
}

div#machine strong {
	color:rgb(0,153,0);
}
