@charset "utf-8";


body {
	margin:0;
	padding:10px;
	font-size:12px;
	line-height:1.6;
	background:#FFF;
	color:#666666;
}

#wrap {
	width:640px;
	margin:0 auto;
	background:#FFF;
}

#print {
	border: 1px solid #ccc;
 	margin-bottom: 10px;
}

#print p {
	text-align:center;
	padding: 8px 17px 9px 18px;
}

table{
 width: 100%;
}

table th,table td{
 vertical-align: top;
 text-align: left;
  border-top: 1px solid #ccc;
  padding:3px 7px;
}

th{
	width:170px;
 background:#EEE8DF;
 border-right: 1px solid #ccc;
}

span {
	font-weight:bold;
	color:#FF6600;
}

p.print {
	text-align:right;
	margin:20px 0 0;
	padding:0;
	width:640px;
}