body{
	margin:0px;
        background-color:White;
}

div{
	padding:3px;
}

form{
	display:inline;
}
#main{
	margin-left:250px;
	padding-right:2px;
}

#main{
        width /*\**/: 95.0% \9;
	margin-left:250px;
	padding-right:2px;
}


#menu{
	float:left;width:250px;
	border:1px #009999 solid;
	padding:0px;
	font-size:12px;
	margin-left:0px;
}

.salestatus_available,.salestatus_damemoto,.salestatus_reservation {
	color:#ff0000;
	font-weight:bold;
}

.salestatus_soldout{
	color:orange;
}

/* よく使用する見出しスタイル（緑背景に白字、中央寄せ、太字） */
.centered_header{
	font-size:18px;
	color:#fff;
	background:#009999;
	text-align:center;
	font-weight:bold;
}

/* よく使用する見出しスタイル（灰色背景に白地、太字） */
.gray_header{
	color:#fff;
	background:#888888;
	font-weight:bold;
	margin-top:3px;
}

/* よく使用する見出しスタイル（黄色背景に中央寄せ） */
.yellow_header,.yellow_header_gray
{
	background:#ffff88;
	text-align:center;
	border:#888888 1px solid;
}

.yellow_header_gray{
	border:1px #888888 solid;
}

.error_text{
	color:#ff0000;
	font-weight:bold;
}

/* style_table.jspで使用*/
.style_table{
	border:1px #888888 solid;
}

.border_table td{
	background:#ffffff;
}

td{
	font-size:14px;
}

.style_table td{
	font-size:14px;
	padding-top:3px;
	padding-bottom:3px;
}


.standard_form input,.standard_form textarea{
	width:80%;
}

.standard_form .submit_button{
	width:auto;
}


.border_table{
	border-collapse:collapse;
	border:1px #888888 solid;
}

td.border_table{
	border:1px #888888 solid;
}


/* --
=========
商品情報
=========
--*/
/* -- 雑誌名（商品名） --*/
.item {
    text-align:left;
}
/* -- 価格 --*/
.amount {
    text-align:center;
}
/* -- 数量 --*/
.qty {
    text-align:center;
}
/* -- 小計 --*/
.subtotal {
    text-align:center;
}
/* -- 発送希望日 --*/
.shippingdate {
    text-align:center;
}

/*-- 注釈 --*/
.annotation {
    font-size:10px;
    text-align:right;
}
