@charset "utf-8";

BODY
{
	background-color: #eeeeee;
	background-image: url(../images/c300/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

.public {
	background-color: #FFFFFF;
	width: 700px;
/*	padding-left: 10px;*/
/*  background: url("../images/bg_cart02.gif") repeat-y;*/
}


/* [header]---------------------------------------------------------- */
#common_header{
	background-color: #FFFFFF;
	border: 0px double #FFFFFF;
	width: 693px;
	padding-bottom: 10px;
	float: none;
}

#cmnhead_button_cart{
  background: url("../images/c300/menu_cart_off.jpg") no-repeat;
}
#cmnhead_button_cart:hover{
  background: url("../images/c300/menu_cart_on.jpg") no-repeat;
}
#cmnhead_button_order{
  background: url("../images/c300/menu_rireki_off.jpg") no-repeat;
}
#cmnhead_button_order:hover{
  background: url("../images/c300/menu_rireki_on.jpg") no-repeat;
}
#cmnhead_button_cust{
  background: url("../images/c300/menu_acount_off.jpg") no-repeat;
}
#cmnhead_button_cust:hover{
  background: url("../images/c300/menu_acount_on.jpg") no-repeat;
}
#cmnhead_button_login{
  display: none;
}
#cmnhead_button_login2{
  background: url("../images/c300/menu_login_off.jpg") no-repeat;
}
#cmnhead_button_login2:hover{
  background: url("../images/c300/menu_login_on.jpg") no-repeat;
}
#cmnhead_button_logoff{
  display: none;
}
#cmnhead_button_logoff2{
  background: url("../images/c300/menu_logout_off.jpg") no-repeat;
}
#cmnhead_button_logoff2:hover{
  background: url("../images/c300/menu_logout_on.jpg") no-repeat;
}
#cmnhead_button_help{
  background: url("../images/c300/menu_help_off.jpg") no-repeat;
}
#cmnhead_button_help:hover{
  background: url("../images/c300/menu_help_on.jpg") no-repeat;
}
#cmnhead_button_contact{
  background: url("../images/c300/menu_contact_off.jpg") no-repeat;
}
#cmnhead_button_contact:hover{
  background: url("../images/c300/menu_contact_on.jpg") no-repeat;
}


#cart_title{
	padding-right: 10px;
}

#common_header a{
	color: #999999;
	background-color: #FFFFFF;
	border: 0px solid #E1E1E1;
	width: 107px;
	height: 28px;
	line-height:20px;
	float: right;
	text-decoration: none;
	margin: 8px 0px 0px 3px;
	padding:0px;
	font-size: 10px;/*  background: url("../images/header_button1.jpg") no-repeat;*/
}

#cart_title a{
	color: #999999;
/*
	background-color: #FFFFFF;
	border: 0px solid #E1E1E1;
*/
	width: 71px;
	height: 15px;
	line-height:15px;
	float: right;
	text-decoration: none;
	margin: 1px 6px 0px 12px;
	padding:0px;
	font-size: 10px;/*  background: url("../images/header_button1.jpg") no-repeat;*/
}

#common_header a:hover, #cart_title a:hover{
  color: #666666;
/*  background-color: #d6ecfb;*/
/*  background: url("../images/header_button2.jpg") no-repeat;*/
}

/* カートヘッダー */
#cart_header{
	width: 714px;
	color: #FFFFFF;
	background-color: #ffffff;
/*	background-position: bottom;*/
}

#cart_title{
	background-image: url(../images/c300/title_spestore.gif);
	background-repeat: no-repeat;
}
#carthead_loginName{
	color:#333333;
	font-size: 12px;
	line-height: 24px;
	margin-top: 4px
}

#cart_header1 .home_link1 a{
	width: 215px;
	height: 30px;
	float: left;
	margin:5px 0px 0px 5px;
}

/* [footer]---------------------------------------------------------- */
#common_footer{
	background-color: #ffffff;
	border: 0px double #FFFFFF;
	width: 693px;
	display: none;
}
#common_footer a{
  background: url("../images/c300/i_arrow.jpg") no-repeat;
}

/* カートフッター */
#cart_footer{
	width: 693px;
  color: #FFFFFF;
  background-color: #ffffff;
}

#cart_footer .common_button{
  font-size:12px;
  font-family: monospace;
  margin: 0px;
  padding:3px 10px 3px 10px;
  text-align: right;
}

#cart_footer a{
  padding-left: 15px;
/*  background: url("../images/i_arrow.gif") no-repeat; */
  background: url("../images/c300/i_arrow.jpg") no-repeat;
  font-size:10px;
  color: #363636;
}

#cart_footer hr{
  margin-left:30px;
  color: #cccccc;
  height: 1px;
  background: #cccccc;
  border: none;
}


/* [body]------------------------------------------------------------ */
#common_body{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 700px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}

/* カート告知 */
#cart_note{
  color: #000000;
  background-color: #ffffff;
}

/* 見出し */
.title_bar{
	background-color: #000000;
	border: 0px solid #000000;
	line-height: 24px;
	height: 24px;
}

/* 見出し - タイトル */
.t_title{
	color: #ffffff;
	line-height: 26px;
	height: 26px;
}

/* [買い物カゴ]------------------------------------------------------ */
.basket_table{
  color:#1C1C1C;
  background-color:#FFFFFF;
  border:1px solid #e4e4e4;
}

.basket_header{
  color:#363636;
  background-color:#d6ecfb;
}

.item_table .basket_body{
  color:#1C1C1C;
  background-color:#d6ecfb;
}


.basket_body{
  color:#1C1C1C;
  background-color:#FFFFFF;
}

.basket_line{
  background-color:#EEEEEE;
}

.basket_footer{
  color:#1C1C1C;
  background-color:#ececec;
}
.basket_footer table{
  color:#1C1C1C;
}

a.cart_button{
	background: url("../images/c300/b_input.jpg") no-repeat;
	height: 28px;
	width: 132px;
	line-height: 28px;
}

a.cart_button:hover,a.cart_button_s:hover{
  background: url("../images/c300/b_input_on.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
input.cart_button{
	background: url("../images/c300/b_input.jpg") no-repeat;
	height: 28px;
	width: 132px;
	line-height: 28px;
  border: 0;
  text-indent:-9999px;
}

input.cart_button:hover,input.cart_button_s:hover{
  background: url("../images/c300/b_input_on.jpg") no-repeat;
	height: 28px;
	width: 132px;
}

a.cart_button_s{
  background: url("../images/c300/b_input.jpg") no-repeat;
	height: 28px;
	width: 132px;
	line-height: 28px;
}
input.cart_button_s{
  background: url("../images/c300/b_input.jpg") no-repeat;
	height: 28px;
	width: 132px;
	line-height: 28px;
  border: 0;
  text-indent:-9999px;
}

a.cart_button_ss{
  background: url("../images/c300/b_input_s.jpg") no-repeat;
	height: 18px;
	width: 95px;
	font-size:10px;
	line-height: 18px;
}

a.cart_button_ss:hover{
  background: url("../images/c300/b_input_on_s.jpg") no-repeat;
	height: 18px;
	width: 95px;
}
input.cart_button_ss{
  background: url("../images/c300/b_input_s.jpg") no-repeat;
	height: 18px;
	width: 95px;
	font-size:10px;
	line-height: 18px;
  border: 0;
  text-indent:-9999px;
}

input.cart_button_ss:hover{
  background: url("../images/c300/b_input_on_s.jpg") no-repeat;
	height: 18px;
	width: 95px;
}


#rtnurl_lnk1{
  background: url("../images/c300/btn_back_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#rtnurl_lnk1:hover{
  background: url("../images/c300/btn_back_on.jpg") no-repeat;
}
#rtnurl_lnk2{
  background: url("../images/c300/btn_back_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#rtnurl_lnk2:hover{
  background: url("../images/c300/btn_back_on.jpg") no-repeat;
}
#rejibtn_lnk{
  background: url("../images/c300/btn_buy_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#rejibtn_lnk:hover{
  background: url("../images/c300/btn_buy_on.jpg") no-repeat;
}
#calcbtn_lnk{
  background: url("../images/c300/btn_saikeisan_off.jpg") no-repeat;
	height: 20px;
	width: 110px;
}
#calcbtn_lnk:hover{
  background: url("../images/c300/btn_saikeisan_on.jpg") no-repeat;
}
#removebtn_lnk{
  background: url("../images/c300/btn_clear_off.jpg") no-repeat;
	height: 20px;
	width: 110px;
}
#removebtn_lnk:hover{
  background: url("../images/c300/btn_clear_on.jpg") no-repeat;
}

#OrderConfBtn_lnk{
  background: url("../images/c300/btn9_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#OrderConfBtn_lnk:hover{
  background: url("../images/c300/btn9_on.jpg") no-repeat;
}

#btnBack_lnk{
  background: url("../images/c300/btn10_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#btnBack_lnk:hover{
  background: url("../images/c300/btn10_on.jpg") no-repeat;
}

#btnOrder_lnk{
  background: url("../images/c300/btn14_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#btnOrder_lnk:hover{
  background: url("../images/c300/btn14_on.jpg") no-repeat;
}

#orderRikeki_lnk{
  background: url("../images/c300/btn11_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#orderRikeki_lnk:hover{
  background: url("../images/c300/btn11_on.jpg") no-repeat;
}

#orderList_lnk{
  background: url("../images/c300/btn5_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#orderList_lnk:hover{
  background: url("../images/c300/btn5_on.jpg") no-repeat;
}

#orderDetail_lnk{
  background: url("../images/c300/btn15_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#orderDetail_lnk:hover{
  background: url("../images/c300/btn15_on.jpg") no-repeat;
}

#OrderCancelBtn_lnk{
  background: url("../images/c300/btn12_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#OrderCancelBtn_lnk:hover{
  background: url("../images/c300/btn12_on.jpg") no-repeat;
}

#OrderChange1Btn{
  background: url("../images/c300/btn6_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#OrderChange1Btn:hover{
  background: url("../images/c300/btn6_on.jpg") no-repeat;
}

#OrderChange2Btn{
  background: url("../images/c300/btn7_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#OrderChange2Btn:hover{
  background: url("../images/c300/btn7_on.jpg") no-repeat;
}

#OrderPayChangeBtn_lnk{
  background: url("../images/c300/btn8_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#OrderPayChangeBtn_lnk:hover{
  background: url("../images/c300/btn8_on.jpg") no-repeat;
}

#SendBtn{
  background: url("../images/c300/btn1_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#SendBtn:hover{
  background: url("../images/c300/btn1_on.jpg") no-repeat;
}

#PassUpdateBtn{
  background: url("../images/c300/btn2_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#PassUpdateBtn:hover{
  background: url("../images/c300/btn2_on.jpg") no-repeat;
}

#UpdateBtn{
  background: url("../images/c300/btn2_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#UpdateBtn:hover{
  background: url("../images/c300/btn2_on.jpg") no-repeat;
}

#RegisterNextBtn{
  background: url("../images/c300/btn3_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#RegisterNextBtn:hover{
  background: url("../images/c300/btn3_on.jpg") no-repeat;
}

#RegisterBtn{
  background: url("../images/c300/btn13_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#RegisterBtn:hover{
  background: url("../images/c300/btn13_on.jpg") no-repeat;
}

#CustDelBtn{
  background: url("../images/c300/btn4_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#CustDelBtn:hover{
  background: url("../images/c300/btn4_on.jpg") no-repeat;
}

#SendNextBtn{
  background: url("../images/c300/btn3_off.jpg") no-repeat;
	height: 28px;
	width: 132px;
}
#SendNextBtn:hover{
  background: url("../images/c300/btn3_on.jpg") no-repeat;
}


/* [ログイン]-------------------------------------------------------- */
.login_table{
	color:#333333;
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
/*	margin-top: 12px;*/
}

.login_header{
	color:#363636;
	background-color:#d6ecfb;
	padding: 3px;
	font-size: 12px;
}

.login_body{
	color:#1C1C1C;
	margin-top: 3px;
	border: 1px solid #d6ecfb;
	background-color: #FFFFFF; padding:1px;
}

a.login_button{
	background: url("../images/c300/b_login.jpg") no-repeat;
	height: 30px;
	width: 132px;
}

a.login_button:hover{
  background: url("../images/c300/b_login_on.jpg") no-repeat;
	height: 30px;
	width: 132px;
}
input.login_button{
	background: url("../images/c300/b_login.jpg") no-repeat;
	height: 30px;
	width: 132px;
  border: 0;
	cursor:pointer;
}

input.login_button:hover{
  background: url("../images/c300/b_login_on.jpg") no-repeat;
	height: 30px;
	width: 132px;
}

/* 新規登録ボタン */
.sinki_table{
	color:#333333;
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
}

.sinki_header{
  color:#FFFFFF;
	background-color:#00499F;
	padding: 3px;
	font-size: 12px;
}

.sinki_body{
  color:#1C1C1C;
	margin-top: 3px;
  background-color:#FFFFFF;
}

a.sinki_button{
	background: url("../images/c300/b_sinki.jpg") no-repeat;
	height: 79px;
	width: 190px;
}

a.sinki_button:hover{
  background: url("../images/c300/b_sinki_on.jpg") no-repeat;
	height: 79px;
	width: 190px;
}

/* ゲスト購入ボタン */
.guest_table{
	color:#333333;
	background-color:#FFFFFF;
	border:0px solid #FFFFFF;
}

.guest_header{
  color:#FFFFFF;
	background-color:#00499F;
	padding: 3px;
	font-size: 12px;
}

.guest_body{
  color:#1C1C1C;
	margin-top: 3px;
  background-color:#FFFFFF;
}

a.guest_button{
	background: url("../images/c300/b_guest.jpg") no-repeat;
	height: 40px;
	width: 190px;
}

a.guest_button:hover{
  background: url("../images/c300/b_guest_on.jpg") no-repeat;
	height: 40px;
	width: 190px;
}


/* [その他テーブル]-------------------------------------------------- */
.item_table{
  color:#1C1C1C;
  background-color:#F6F6F6;
  border:1px solid #E4E4E4;
}

.item_header{
	color:#1C1C1C;
	background-color:#d6ecfb;
	width: 120px;
}

.item_header2{
  color:#1C1C1C;
  background-color:#DCDCDC;
}

.item_body{
	color:#1C1C1C;
	background-color:#FFFFFF;
	border: 0px solid #CCCCCC;
}
.item_body table{
  color:#1C1C1C;
}

.item_label{
  color:#1C1C1C;
  background-color:#ffffff;
}
.item_label table{
  color:#1C1C1C;
}

.item_line{
  background-color:#D3D3D3;
}

/* [タイトル画像]-------------------------------------------------- */
#title_cart {
	background-image: url("../images/c300/title_cart.gif");
	background-repeat: no-repeat;
	width: 120px;
	height: 24px;
	margin-bottom: 10px;
}
#title_rireki {
	background-image: url("../images/c300/title_rireki.gif");
	background-repeat: no-repeat;
	width: 120px;
	height: 24px;
	margin-bottom: 10px;
}
#title_cust {
	background-image: url("../images/c300/title_acount.gif");
	background-repeat: no-repeat;
	width: 133px;
	height: 24px;
	margin-bottom: 10px;
}
#title_help {
	background-image: url("../images/c300/title_help.gif");
	background-repeat: no-repeat;
	width: 120px;
	height: 24px;
	margin-bottom: 10px;
}
#title_contact {
	background-image: url("../images/c300/title_contact.gif");
	background-repeat: no-repeat;
	width: 133px;
	height: 24px;
	margin-bottom: 10px;
}
#title_privacy {
	background-image: url("../images/c300/title_help.gif");
	background-repeat: no-repeat;
	width: 120px;
	height: 24px;
	margin-bottom: 10px;
}
#title_tokutei {
	background-image: url("../images/c300/title_help.gif");
	background-repeat: no-repeat;
	width: 120px;
	height: 24px;
	margin-bottom: 10px;
}
#title_kiyaku {
	background-image: url("../images/c300/title_help.gif");
	background-repeat: no-repeat;
	width: 120px;
	height: 24px;
	margin-bottom: 10px;
}
#title_login {
	background-image: url("../images/c300/title_login.gif");
	background-repeat: no-repeat;
	width: 120px;
	height: 24px;
	margin-bottom: 10px;
}

#step_a01 {
	background-image: url("../images/c300/step_a01.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}
#step_a02 {
	background-image: url("../images/c300/step_a02.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}
#step_a03 {
	background-image: url("../images/c300/step_a03.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}
#step_a04 {
	background-image: url("../images/c300/step_a04.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}
#step_b01 {
	background-image: url("../images/c300/step_b01.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}
#step_b02 {
	background-image: url("../images/c300/step_b02.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}
#step_c01 {
	background-image: url("../images/c300/step_c01.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}
#step_c02 {
	background-image: url("../images/c300/step_c02.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}
#step_d01 {
	background-image: url("../images/c300/step_d01.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}
#step_d02 {
	background-image: url("../images/c300/step_d02.gif");
	background-repeat: no-repeat;
	width: 673px;
	height: 23px;
}

/* import/style.css分変更 */
.help_list{
  background: url("../images/c300/line_double.gif") repeat-x bottom;
  padding-bottom: 15px;
}

.line_double{
  height: 3px;
  background: url("../images/c300/line_double.gif") center repeat-x;
}
.t_title{
  background: url("../images/c300/t_673.gif") no-repeat;
}
.t_message{
  background: url("../images/c300/icon/i_circle.gif") no-repeat center left;
}

.cart_button_center1{
  width: 140px;
}
.cart_button_center2{
  width: 285px;
}
.cart_button_center3{
  width: 430px;
}
.cart_button_center3{
  width: 600px;
}

