@charset "utf-8";
/* CSS Document */
@import url("./reset.css");

.title {
	font-weight:bold;
	text-align:right;
}

table#main {
	width:300px;
	margin:0 0 2em 0;
}

table.desc {
	font-size:0.8em;
	margin:10px auto;
}

table.desc tr td {
	margin:5px;
}

#image-btn-list {
    border: 0px;
    width: 80px;
    height: 24px;
    background: url(../works/img/order2.png) left top no-repeat;
}