div.partition
{
	height: 1px;
	clear: both;
	margin: 0;
	padding: 0;
}

div.partition hr
{
	display: none;
}

/************************************************
	BASE -- 基本フレーム
*************************************************/

#canvas
{
	width: 755px;
	background: #FCFBF5 url(../img/shop_bg.gif) repeat-x;
}

#contents
{
	padding: 20px;
	text-align: left;
}

.shop-title
{
	float:left;
	margin: 0;
	padding: 0;
}

.head-btn
{
	float:right;
	margin: 0;
	padding: 0;
}

.page-title
{
	padding: 20px 0 20px 0;
}

.page-step
{
	padding: 0 0 20px 0;
}

/************************************************
	ORDER LIST -- 注文内容
*************************************************/

/*--- 購入商品一覧表 ---*/
#ak-order-list
{
	width: 715px;
}

#ak-order-list td
{
	padding: 2px;
}

td.ak-order-list-headword
{
	text-align: center;
	color: #A9775D;
	background: #EDE0B8;
	font-weight: bold;
	line-height: 21px;
}

td.ak-order-list-name
{
	border-bottom: 1px #E5D6CE solid;
	text-align: left;
}

td.ak-order-list-price
{
	border-bottom: 1px #E5D6CE solid;
	text-align: center;
	line-height: 30px
}

td.ak-order-list-volume
{
	border-bottom: 1px #E5D6CE solid;
	text-align: center;
}

td.ak-order-list-volume select
{
	color: #333333;
	font-size: 10px;
	background: #F4F0DC;
	border-style: solid;
}

td.ak-order-list-btn-cancel
{
	border-bottom: 1px #E5D6CE solid;
	text-align: center;
}

td.ak-order-list-sum
{
	border-bottom: 1px #E5D6CE solid;
	text-align: right;
	line-height: 30px;
}

/************************************************
	FORM & CONFIRM -- 入力 & 確認
*************************************************/
div.form-field
{
	background: url( ../img/form_field.gif ) repeat-y;
	width: 715px;
}

div.ak-form-list
{
	padding-bottom: 30px;
	margin: 0;
	clear: both;
	background: url( ../img/form_partition.gif ) bottom repeat-x;
}

div.ak-form-list h1
{
	margin: 0;
	width: 130px;
	padding: 8px 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #A9775D;
	float: left;
}

div.ak-form-list table
{
	text-align: left;
	width: 550px;
}

div.ak-form-list table span
{
	font-size: 10px;
	color: #ff0000;
	margin: 0px 5px;
	
}

td.ak-form-label
{
	width: 140px;
	padding: 4px 0 4px 30px;
	color: #666666;
}

td.ak-form-object
{
	padding: 4px 0;
	color: #666666;
	background: #fff;
}



td.ak-form-confirm
{
	padding: 7px 0;
	color: #666666;
	background: #fff;
}

div.ak-form-list select,
div.ak-form-list input,
div.ak-form-list textarea
{
	background: #F4F0DC;
	border: 1px solid #7F9DB9;
}

div.form-field div.ak-err-disp
{
	margin-left: 150px;
}

.tarea01
{
	width: 200px;
}

.tarea02
{
	width: 200px;
}

.tarea03
{
	width: 300px;
}

.tarea04
{
	width: 40px;
}

.tarea05
{
	width: 30px;
}

.tarea07
{
	width: 350px;
}



/************************************************
	LOGIN & INFORMATION -- ログイン & 案内表示
*************************************************/

/*--- ログインフォーム ---*/
.login-panel
{
	background: #EDE0B8;
}

.login-panel th
{
	color: #A9775D;
}

.login-form input
{
	width: 80px;
	height: 16px;
	line-height: 16px;
}

.login-form input.btn
{
	width: 80px;
	height: 22px;
	line-height: 16px;
}

/************************************************
	MEMBER & ORDER HISTORY -- 会員ページ
*************************************************/

div#ak-member-name
{
	text-align: center;
	line-height: 30px;
	background: url( ../img/partition.gif ) repeat-x bottom;
}


/*--- 一覧 ---*/
div#ak-order-hist-list
{

}

div#ak-order-hist-list table
{
	width: 715px;
}

div#ak-order-hist-list td
{
	border-bottom: 1px #E5D6CE solid;
	padding: 2px;
	text-align: center;
}

td.ak-order-hist-list-hedword
{
	text-align: center;
	color: #A9775D;
	background: #EDE0B8;
	font-weight: bold;
	line-height: 21px;
}

td.ak-order-hist-list-date
{
	width: 165px;
}

td.ak-order-hist-list-volume
{
	width: 165px;
}

td.ak-order-hist-list-price
{
	width: 165px;
}

td.ak-order-hist-list-states
{
	width: 165px;
}

td.ak-order-hist-list-btn-detail
{
	width: 55px;
	text-align: left;
}

/*--- 詳細 ---*/
div#ak-order-hist-info
{
	
}

div#ak-order-hist-info table
{
	width: 715px;
}

td.ak-order-hist-info-hedword
{
	text-align: center;
	color: #A9775D;
	background: #EDE0B8;
	font-weight: bold;
	line-height: 30px;
}

td.ak-order-hist-info-date,
td.ak-order-hist-info-states
{
	line-height: 30px;
	border-bottom: 1px #E5D6CE solid;
	padding: 2px;
	text-align: center;
}

/**********************************************
	search
***********************************************/

.search-query
{
	text-align: center;
	font-size: 12px;
	padding: 10px;
}

/**********************************************
	akind style --- page navigation footer 
***********************************************/

#ak-nav
{
	padding: 20px 0 10px 0;
	margin: 0;
	clear: both;
	text-align: center;
	background: #fff;
}

#ak-nav-left,
#ak-nav-right
{
	display: inline;
}

#ak-nav img
{
	margin: 0px 5px;
	border: 0;
	display: inline;
}

#ak-nav input.btn
{
	margin: 0px 5px;
	width: 110px;
	line-height: 16px;
}

#ak-nav a:link, 
#ak-nav a:visited
{
	color:#F90;
	text-decoration:none;
}

#ak-nav a:hover,
#ak-nav a:active
{
	color:#F90;
	text-decoration:underline;
}
#layout #canvas #contents .center-cart {
	color: #FFFFFF;
	background-color: #CC0033;
	height: 24px;
	padding: 4px;
	margin-bottom: 4px;
}

#layout #canvas #contents .head-login {
	background-image: url(../img/btn_cart.gif);
	background-repeat: repeat;
	float: right;
	color: #FFFFFF;
	padding-right: 4px;
	padding-left: 4px;
	height: 19px;
	margin-right: 4px;
	margin-left: 4px;
}

#layout #canvas #contents .head-login a {
	color: #FFFFFF;
	text-decoration: none;
}
#layout #canvas #contents .head-login a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
#layout #canvas #contents .login-panel a {
	color: #FFFFFF;
	text-decoration: none;
}
