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

table#inq {
	width:400px;
	margin:0 auto;
	border:1px solid rgb(180,220,200);
}
table#inq td, table#inq th {
	padding:5px 10px;
	line-height:15px;
	border:1px solid rgb(0,100,0);
}

