#menu{
	float:left;
	padding-top:10px;
	width:200px;
	/*background-color:#ffccff;*/
}

#contents{
	float:left;
	padding:10px 0px;
	width:610px;
	/*background-color:#99ccff;*/
}

#contents_top{
	/*background-color:#aaaaff;*/
}

#contents_main{
	float:left;
	padding:0px;
	width:610px;
	/*background-color:#00ccff;*/
}

#contents_menu{
	float:left;
	padding-left:10px;
	width:200px;
	/*background-color:#ffccff;*/
}

#detail_main{
	margin:20px 5px;
	width:800px;
	overflow: hidden;
	/*background-color:#66ff99;*/
}

#detail_contents{
	float:left;
	padding:0px;
	width:590px;
	/*background-color:#99ccff;*/
}

#items_list{
	list-style-type: none;
	padding: 10px;
	width: 610px;
	margin: 1em 0;
	/*background-color:#ccffff;*/
}

#items_list table{
	background-color:#ffffff;
	border-top:#0000ff 1px solid;
	border-left:#0000ff 2px solid;
	border-bottom:#0000ff 1px solid;
	border-collapse:collapse;
	font-size:13px;
	color:#555555;
	line-height:130%;
	text-align:center;
}

#items_list td{
	border-right:#0000ff 2px solid;
	border-bottom:#dcdcdc 1px solid;
	padding:2px;
	width:140px;
	/*white-space:nowrap;*/
}

.price{
	color:#ff0000;
}

/* detail.html ------------------------------------------------------------------*/
#detail_img{
	width:340px;
	padding:0px;
	float:left;
	background-color:#66ff99;
}

#detail_detail{
	width:450px;
	background-color:#ccffff;
}

dl.detail{
	width: 450px;
	/*float:right;*/
}

dl.detail_list {
    background: #00ffff;
    margin: 0;
    padding: 0;
    border: #ffffff solid 1px;
    border-width: 0 1px 1px;
	width: 450px;
}

dl.detail_list dt {
    clear: left;
    float: left;
	width:170px;
    margin: 0;
    padding: 0.2em;
    border-top: #ffffff solid 1px;
    line-height: 1.2em;
	font-weight:bold;
}

dl.detail_list dd {
    background: #faf0e6;
	margin: 0 0 0 170px;
    padding: 0.2em;
    border-top: #ffffff solid 1px;
    border-left: #ffffff solid 1px;
    line-height: 1.2em;
	font-weight:bold;
}

dl.detail_list_link {
    background: #ffff99;
    margin: 0;
    padding: 0;
    border: #ffffff solid 1px;
    border-width: 0 1px 1px;
	width:450px;
}

dl.detail_list_link dt {
    clear: left;
    float: left;
    width: 170px;
    margin: 0;
    padding: 0.2em;
    border-top: #ffffff solid 1px;
    line-height: 1.2em;
	font-weight:bold;
}

dl.detail_list_link dd {
    background: #ffffff;
    margin: 0 0 0 170px;
    padding: 0.2em;
    border-top: #ffffff solid 1px;
    border-left: #ffffff solid 1px;
    line-height: 1.2em;
}

div.item_code table tr td.code {
	color:#008800;
	font-weight:bold;
	text-align:left;
}
.item_name{
	background-color: #0000ff;
	color: #ffffff;
	font-size:14px;
	font-weight: bold;
    line-height: 1.4em;
}
dt.item_info{
	background-color: #00ffff;
    line-height: 1.4em;
}
dt.item_info_contents{
	text-align:left;
	/*width: 560px;*/
	width: 780px;
}

/* order.html --------------------------------------------------------------------------------------*/

#order_main{
	margin:20px 5px;
	width:800px;
	overflow: hidden;
	/*background-color:#66ff99;*/
}


#order_contents{
	float:left;
	padding:0px;
	width:590px;
	/*background-color:#99ccff;*/
}

.order_list{
	border-top:#ffffff 1px solid;
	border-left:#ffffff 1px solid;
	border-collapse:collapse;
	font-size:13px;
	line-height:130%;
}

.order_list td{
	border-right:#ffffff 2px solid;
	border-bottom:#ffffff 2px solid;
	padding:2px;
}

tr.head{
	background-color:#c0c0c0;
	/*color:#EEEEEE;*/
	font-weight:bold;
	text-align:center;
}

tr.detail{
	background-color:#ffffff;
	color:#222222;
	vertical-align:top;
}

tr.detail td table td{
	border-style:none;
}

tr.foot{
	/*background-color:#EEEEEE;*/
	color:#FF3322;
	font-weight:bold;
}

td.item_code{
	width:70px;
	background-color:#e6e6fa;
	text-align:center;
}
td.order_item_name{
	background-color:#e0ffff;
}
td.unit_price{
	width:60px;
	text-align:right;
}
td.order_count{
	width:40px;
	background-color:#e0ffff;
	text-align:right;
}
td.sub_total{
	width:60px;
	color:#FF3322;
	font-weight:bold;
	text-align:right;
}
.border_img{
	float:left;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

.board_detail{
	width:480px;
	float:left;
	padding:0px 10px;
	text-align:left;
}
.clear{
	clear:both;
}

/* items.html --------------------------------------------------------------------------------------*/
#items_contents_top{
	float:left;
	padding-bottom:10px;
	width:800px;
	/*background-color:#aaaaff;*/
}

#items_contents{
	float:left;
	padding:0px;
	width:800px;
	/*background-color:#99ccff;*/
}

#items_contents table{
	padding:0px;
	border-spacing:0px;
	border-collapse:collapse;
	font-size:12px;
}

#items_contents tr.header{
	background-color:#0000ff;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	line-height:130%;
}

#items_contents td.kisyu{
	width:120px;
}
#items_contents td.price{
	width:90px;
	text-align:right;
}
#items_contents tr.border td{
	border-bottom:#0000ff 1px solid;
}

/* daylist.html --------------------------------------------------------------------------------------*/
#day_list{
	list-style-type: none;
	padding: 0px;
	width: 782px;
	margin: 0;
	/*background-color:#ccffff;*/
}

#day_list table{
	background-color:#ffffff;
	border-top:#0000ff 1px solid;
	border-left:#0000ff 2px solid;
	border-bottom:#0000ff 2px solid;
	border-collapse:collapse;
	font-size:13px;
	color:#555555;
	line-height:130%;
	text-align:center;
}

#day_list td{
	border-right:#0000ff 2px solid;
	border-bottom:#dcdcdc 1px solid;
	padding:2px;
	width:150px;
	/*white-space:nowrap;*/
}

/* ----------------------------------------------------------------------------------------- */
ul.item_list{
	margin:0;
}

ul.item_list li{
	display:inline;
	list-style:none;
	font-size:12px;
	width: 400px;
}

ul.item_list li.img{
	width:120px;
	float:left;
	padding-left:5px;
	padding-right:5px;
}

ul.item_list li.detail{
	width:240px;
	float:left;
	padding:0px;
	text-align:left;
}