@import url("main.css");
@import url("headder.css");
@import url("localnavi.css");
@import url("footer.css");
@import url("form.css");


.flabn{
	height:54px;
	clear:both;
	background-image: url(/common/fla.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.flabn a{ width:600px; height:54px; display:block; text-indent:-999em;}

.xcardi{ display:none;}

/*cart test*/
.tst{ display:none!important;}

/**********************************
 デフォルトの一括コントロール設定
 **********************************/

/*==============================================================
 横幅変更 
==============================================================*/
#head,
#gnavi,
#gnavi ul,
#cntents,
#fot,
#fot .banner{		width:900px;}


/*==============================================================
 ローカルナビ と コンテンツの幅 ※上記を変更したら下記も変更
==============================================================*/
/*
#rap{		width:800px;}
#lnavi{		width:800px;}
*/


/*==============================================================
 ローカルナビ と コンテンツの幅 ※上記を変更したら下記も変更
==============================================================*/
/*
#rap{		width:800px;}
#lnavi{		width:800px;}
*/
 
 
/*==============================================================
 ローカルナビ、コンテンツの位置変更
 利用する場合は　下記先頭の x を外す
 lnaviでコンテンツのマージンを設定しているので位置を変更したら「margin-」の後ろの「right」を「left」にすること
 ==============================================================*/
/*
#rap{
 xfloat:left;
 xfloat:right;
}

#lnavi{
 xfloat:left;
 xfloat:right;
 
 xmargin-left:6px;
 xmargin-right:6px;
}
