@charset "utf-8";

/* -------------------------------------------
 * color settings
 * ------------------------------------------- */
#wrap {
	border-color:#7a6448;
	background-color:#f9f4e3;
}
#head {border-color:#7a6448;}
#menu {background-color:#7a6448;}
#submenu {background-color:#e3dacc;}
#submenu li {border-left-color:#D7C9B4;}
#submenu li a{color: #7a6448;}
#submenu li.active {border-left-color: #fec375;}
#main {background-color:#f9f4e3;}
#title {
	border-color:#c26752;
	color:#c26752;
}
#contents {border-color:#b6a999;}
#search_form {background: #f2efeb;}
#footer {background:#7a6448;}

/* -------------------------------------------
 * menu
 * ------------------------------------------- */
#navi .order_new        { background: url("/images/menu_icon/ic_order_new_f_over.png") no-repeat;}
#navi .orders           { background: url("/images/menu_icon/ic_orders_f_over.png") no-repeat;}
#navi .item_new         { background: url("/images/menu_icon/ic_item_new_f_over.png") no-repeat;}
#navi .items            { background: url("/images/menu_icon/ic_items_f_over.png") no-repeat;}
#navi .all_items        { background: url("/images/menu_icon/ic_all_items_f_over.png") no-repeat;}
#navi .item_new_bulk    { background: url("/images/menu_icon/ic_item_new_bulk_f_over.png") no-repeat;}
#navi .pattern_add      { background: url("/images/menu_icon/ic_pattern_add_f_over.png") no-repeat;}
#navi .estimate_request { background: url("/images/menu_icon/ic_estimate_request_f_over.png") no-repeat;}
#navi .estimate_confirm { background: url("/images/menu_icon/ic_estimate_confirm_f_over.png") no-repeat;}
#navi .alter_confirm    { background: url("/images/menu_icon/ic_alter_confirm_f_over.png") no-repeat;}
#navi .active img { visibility: hidden;}

/* ------------------------------------------------
 * order_result
 ------------------------------------------------ */
table.order_result { width: 100%; }

table.order_result,
table.order_result th,
table.order_result td {
	border: none;
	background: none;
	text-align: left;
}

table.order_result tr.create      { color: #00f;    }
table.order_result tr.error       {
	color: #f00;
	font-weight: bold;
}

table.order_result th.code  { width: 10em; }

/* -------------------------------------------
 * top
 * ------------------------------------------- */
div#top_action_box{
	font-weight: bold;
}

div#top_action_box a:visited { color: #000; }
div#top_action_box a { 
	color: #000;
	border-bottom: 1px solid #ff853f;
	display: block;
	padding: 5px;
}
div#top_action_box a:hover, div#top_action_box a:active {
	background-color:#ffcc99;
}

div#main_action_box{
	margin-top:10px;
	width: 50%;
	float: left;
}

div#main_action_box li.main{
	margin-bottom: 30px;
	width: 80%;
	list-style-type: none;
}

div#main_action_box li li{
	margin-bottom:10px;
	list-style-type: none;
}

div#sub_action_box{
	margin-top:10px;
	width: 50%;
	float: left;
}

div#sub_action_box li{
	margin-bottom: 30px;
	list-style-type: none;
}

