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

.title01 {
	background-image:url(images/title01.gif);
	background-repeat: no-repeat;
	padding-top:50px;
	
	}
.ordertable{
	width:750px;
	margin:0px 10px 0px 2px;
	font-size:15px;
}


.ordertable th{
	background-color:#E0E7FE;
	text-align:left;
	padding:5px 7px;
	width:200px;
	border-bottom:1px dashed #C2D0FE;
}

.ordertable td{
	text-align:left;
	padding:5px 0px 5px 7px;
	border-bottom:1px dashed #C2D0FE;
}