@charset "UTF-8";

/* ----------------------------------------------
　注文FAX用スタイルシート
　制作者：
　更新日：2008/08/23
 ---------------------------------------------- */

body	{
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper	{
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#fax-order	{
	font-size: 16px;
}
table {
	border-collapse: collapse;
	width: 778px;
	border: 2px solid #000000;
	margin-bottom: 14px;
}
caption {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 3px;
}
th,
td {
	padding: 5px;
	border: 1px solid #000000;
}
th {
	text-align: center;
}

th.item-price {
	width: 100px;
}
.align-center	{
	text-align: center;
}
.align-right	{
	text-align: right;
}
th.item-num {
	width: 100px;
}
th.koumoku {
	width: 150px;
	line-height: 18px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
p {
	margin: 5px 0 20px 0;
}
.notes	{
	font-size: 14px;
	font-weight: normal;
}
strong	{
	text-decoration: underline;
}
