a img { border: none; }
body {
	background-color: #FFFFFF;
	margin: 0 0 30px;
	text-align: center;
}
#container {
	line-height: 1.4;
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
h1, p, th, td, li { font-size: small; }
h1 {
	font-weight: normal;
	line-height: 1;
	margin: 0;
	padding: 30px 0;
}
h2 {
	background-color: #333333;
	color: #FFFFFF;
	font-size: medium;
	line-height: 1;
	margin: 0 0 10px;
	padding: 5px;
}
table#cart_list {
	border-collapse: collapse;
	width: 100%;
}
table#cart_list th {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}
table#cart_list td {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
table#form,
table#form table {
	border-collapse: collapse;
	width: 100%;
}
table#form th {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: center;
}
table#form td {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
table#form table th,
table#form table td { padding: 5px 10px; }
.c_red { color: #FF0000; }
.input { font-size: 100%; }
.ta_c { text-align: center; }
.ta_r { text-align: right; }
.w_1 {
	white-space: nowrap;
	width: 1%;
}
.w_25 { width: 25%; }
.w_50 { width: 50%; }
.w_75 { width: 75%; }

