body {
	text-align:center;
	background-color: #ffffff;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* /////////////////////////////////////////

	2010-08-24 T15:11:00+09:00/

///////////////////////////////////////// */
.button_red,
.button_blue,
.button_green {
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #999;
	background: url(../images/bg_gradiate.jpg) repeat-x;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.button_red:hover,
.button_blue:hover,
.button_green:hover {
	border: 1px solid #000;
	color: #000;
}

.button_red {
	background-position: left -15px;
}

.button_green {
	background-position: left -315px;
}

.button_blue {
	background-position: left -615px;
}
/* ========================================
	navigation
======================================== */
table.nav_tab,
table.nav_tab td,
table.nav_tab th {
	background: none;
	border: none;
	padding: 0;
	border-collapse: collapse;
}

table.nav_tab {
	border-bottom: 1px solid #000;
}

table.nav_tab td a {
	padding: 10px 0;
	display: block;
	width: 120px;
	background: url(../images/bg_tab.jpg) no-repeat left top;
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

table.nav_tab td a:hover,
table.nav_tab td a.current {
	background-position: right top;
	color: #333;
}

/* ========================================
	form
======================================== */
.required_sign {
	font-weight: bold;
	color: #F00;
}

.error {
	background: #f00;
	color: #fff;
	padding: 1px 5px;
}

.command_cells {
	white-space: nowrap;
	width: 180px;
}

.text_hr {
	background: #ccc;
	padding: 2px 5px;
	text-align: left;
}

.text_hr2 {
	margin: 3px 0 0;
	background: #fcfcfc;
	padding: 2px 5px;
	text-align: left;
	border-top: 1px solid #ccc;
}

/* -----------------------------
	input-context
----------------------------- */
.input-zip input,
.input-phone input {
	width: 35px;
}

.input-name input {
	width: 120px;
}

.input-address input,
.input-company input,
.input-mail input {
	width: 250px;
}


/* -----------------------------
	purchase_type_button
----------------------------- */
.purchase_type_button_red,
.purchase_type_button_blue,
.purchase_type_button_green {
	padding: 15px 0;
	display: block;
	width: 179px;
	border: 1px solid #999;
	background: url(../images/bg_gradiate.jpg) repeat-x;
	text-align: center;
	font-weight: bold;
	color: #333;
}

.purchase_type_button_red:hover,
.purchase_type_button_blue:hover,
.purchase_type_button_green:hover {
	border: 1px solid #000;
	color: #000;
}

.purchase_type_button_red {
	background-position: left -15px;
}

.purchase_type_button_green {
	background-position: left -315px;
}

.purchase_type_button_blue {
	background-position: left -615px;
}

.purchase_type_button_red .note,
.purchase_type_button_blue .note,
.purchase_type_button_green .note {
	display: block;
	font-size: 12px;
}

/* -----------------------------
	tables
----------------------------- */

/*	purchase_table
-------------------- */
.purchase_table,
.purchase_table th,
.purchase_table td {
	padding: 5px 5px;
	background: #f9f9f9;
	border-collapse: collapse;
	border: 1px solid #fff;
}

.purchase_table th {
	width: 150px;
}

/*	data_table
-------------------- */
.data_table,
.data_table th,
.data_table td {
	padding: 5px 5px;
	background: #f9f9f9;
	border-collapse: collapse;
	border: 1px solid #fff;
}

.data_table th {
	width: 150px;
	background: #CCEEFF;
}

table .reorder {
	white-space: nowrap;
}


/*	data_table2
-------------------- */
.data_table2,
.data_table2 th,
.data_table2 td {
	padding: 5px 5px;
	background: #f9f9f9;
	border-collapse: collapse;
	border: 1px solid #fff;
}

.data_table2 th {
	background: #CCEEFF;
}



/*	calc
-------------------- */
.calc,
.calc td,
.calc th {
	padding: 8px 5px;
	border: 1px solid #fff;
	border-collapse: collapse;
	background: #F8F8F8;
}
.calc th {
	background: #CCEEFF;
}

.calc .del_action a {
	display: block;
	background-color: #f00;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	border-width: 1px;
	border-color: #F60 #f60 #900 #900;
	border-style: solid;
	text-align: center;
}

.calc .row_note td,
.calc .row_action td {
	background-color: #fff;
}
