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

table.machine {
	border-collapse: inherit;
	width:650px;
	margin:0 auto;
	border:dotted #666 3px;
	margin-bottom:20px;
	border-radius: 10px;        /* CSS3草案 */  
 -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
 -moz-border-radius: 10px;   /* Firefox用 */  
}

table.machine th {
	font-weight:100;
	padding:8px 15px;
	text-align:left;
	width:240px;
	line-height:1.8em;
}

table.machine td.kazu {
	width:100px;
}
table.machine td.img {
	text-align:right;
}


table.machine td {
	padding:10px;
}