@charset "utf-8";

/* 0. 表示領域 幅定義
--------------------------------------------------------------------------*/

.ark-lyt-wrapper{

	width: 980px;

}


/* 1. ハック定義
--------------------------------------------------------------------------*/
/*	■IE5.5 : /**/


/* 2. フォントサイズ
--------------------------------------------------------------------------*/
body, td, th, dl, div{
	font-size: 12px;
	line-height: 18px;
}

.ark-txt-big{ font-size: 14px;}
.ark-txt-normal{ font-size: 12px;}
.ark-txt-small{ font-size: 10px;}





/* 3. レイアウト
--------------------------------------------------------------------------*/
/* 構造

 body
  └ #ark-lyt-wrapper
      ├ #ark-hd
      ├ #ark-gm
      ├ #ark-lyt-main
      │  ├ #ark-lmn
      │  ├ #ark-cnt
      │  └ #ark-rmn
			└ #ark-ft

*/
		
body{
	margin: 0;
	padding: 0;
}

#ark-lyt-header,#ark-top-free-comment , #ark-top-flash, #ark-top-product-navi, #ark-lyt-main, #ark-lyt-footer {
	text-align: center;
}

.ark-lyt-wrapper{
	margin: 0 auto;
	text-align: left;
}

#ark-hd{
	width: 100%;
	height: 70px;
	float: left;
	}

#ark-gm{
	width: 100%;
	float: left;
	margin-bottom: 1px;
}

#ark-lyt-main{
	width: 100%;
	float: left;
}

#ark-lmn{
	width: 180px;
	float: left;
}

#ark-cnt{
	width: 610px;
	margin: 5px 0px 0px 5px;
	float: left;
}

#ark-rmn{
	width: 170px;
	float: right;
	margin-top: 5px;
}

#ark-ft{
	width: 100%;
	clear: both;
}

dd {
	margin: 10px;
	padding: 0;
}

/* 4. ヘッダー
--------------------------------------------------------------------------*/

/* All
--------------------------------------------------------------------------*/

#wrap{
	width:100%;
	position:relative;
}

#cnt-wrap{
	width:100%;
	padding-top:95px;
	position:relative;
}

/* Header
--------------------------------------------------------------------------*/

#header{
	width:100%;
	position:fixed;
	top:0;
	z-index:500;
}

.header1{
	width:100%;
	min-width:1000px;
	height:52px;

	background:#FFF;
}

.header1 h1{
	float:left;
}

.header1 ul{
	float:right;
}

.header1 li, .header2 li, .header3 li{
	float:left;
}

.header2{
	width:100%;
	background:#b0000b;
	overflow:hidden;
}

.header2 ul{
	width:1000px;
	margin:0 auto;
}

.header2 li a{
	width:249px;
	padding:8px 0;
	font-size:16px;
}

.header2 li a{
	display:block;
	text-align:center;
	color:#FFF;
	background:#cf000d;
	border-right: solid 1px #b0000b;
	transition: background 0.8s ease 0s;
}

.header2 li a:hover{
	background:#F30;
}

.header3{
	width:100%;
	background:url(../img/cmn/header/hd3-bg.png);
	overflow:hidden;
}

.header3 ul{
	width:1000px;
	margin:0 auto;
}

.header3 li a{
	display:block;
	text-align:center;
	color:#FFF;
	transition: background 0.8s ease 0s;
}

.header3 li a:hover{
	background:#F30;
}


/* 最上部 説明テキスト */
#ark-hd-exp{
	font-size: 10px;
	text-align: right;
	padding: 2px 0px;
	margin: 0;
	line-height: 10px;
	color: #697fa2;
}


#ark-hd{
	background:url(../img/upfiles/1_126386950644702300.gif) top left no-repeat;
}

/* ロゴ・会社名 - 画像は高さ67px固定 */
#ark-hd h1{
	float: left;
	font-size: 10px;
	font-weight:normal;
	color: #697fa2;
	padding: 2px 0px;
	margin: 0;
	line-height: 10px;
	position:absolute;
	left:auto;
	top:0px;
}

#ark-hd-rBox{ float: right;}

#ark-hd-cntct{
	margin: 25px 5px 0px 0px;
		background-color: #fff;
		}

#ark-hd-cntct a{
	color: #000;
	background: url(img/ic_mail.gif) 3px no-repeat;
	padding: 3px 3px 3px 20px;
	text-decoration: none;
	display: block;
}

#ark-hd-cntct a:hover{
	text-decoration: underline;
}



/* 5. グローバルメニュー
--------------------------------------------------------------------------*/

#ark-gm{
	background: url(img/gm_bc.gif) 0 0 repeat-x;
	padding-bottom: 12px;
}

#ark-gm ul{
	list-style: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 2px 0px 0px;
	background: url(img/gm_line.gif) top right no-repeat;
	float: left;
}

#ark-gm li{
	margin: 0;
	padding: 0;
	float: left;
}

#ark-gm li a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	display: block;
	width:136px;
	height: 22px;
	white-space:nowrap;
	text-align:center;
	padding: 6px 0px 4px 0px;
	padding-bottom: /**/0px;
	background: url(img/gm_btn_bc.gif) 0 0 no-repeat;

}

#ark-gm li a:hover{
	background: url(img/gm_btn_bc.gif) 0 -28px no-repeat;
}

#ark-gm .in a{
	background: url(img/gm_btn_bc.gif) 0 -56px no-repeat;
}


/* 6. コンテンツエリア
--------------------------------------------------------------------------*/
#ark-lyt-main .ark-lyt-wrapper{ background: url(img/main_bc.gif) 0 0 repeat-y;}

/* コンテンツ内 基本ボックス */
#ark-cnt .ark-cnt-box{
	padding: 10px 10px 40px 10px;
	clear: both;

}

/*----- コンテンツ内タイトル -----*/
/* h2 : ページ大タイトル */
#ark-cnt h2{
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	padding: 37px 0px 7px 10px;
	padding-bottom: /**/0px;
	color: #fff;
	background-image: url(img/pg_ttl_bc.gif);
	width: 600px;
	height: 23px;
}

/* h3 : ページ中タイトル - ベーシック */
.ark-cnt-box h3{
	background: url(img/tool_line_dot.gif) bottom repeat-x;
	padding: 0px 0px 5px 0px;
	margin: 10px 0;
}

.ark-cnt-box h3 span{
	font-size: 16px;
	line-height: 20px;
	
	background: url(img/pg_ttl_ic.gif) 0 3px no-repeat;
	padding-left: 20px;
	display: block;
}

/* h3 : ページ中タイトル - 強調1 */
h3.ark-pg-ttl-1{
	font-size: 14px;
	margin: 0;
	padding: 8px 5px 15px 10px;
	background: url(img/pg_stl_1.gif) 0 0 repeat-x;
	color: #fff;
}

/* h3 : ページ中タイトル - 強調2 */
h3.ark-pg-ttl-2{
	font-size: 14px;
	margin: 0;
	padding: 8px 5px 15px 10px;
	background: url(img/pg_stl_2.gif) 0 0 repeat-x;
	color: #fff;
}

/* -------------------------*/

#ark-cnt td {
	white-space: normal;
}

.ark-cnt-box p, .ark-cnt-box dl{
	padding: 0;
	margin: 10px;
}

/* コンテンツ下部 ページトップへボタン */
#ark-page-btm{
	clear: both;
	margin: 20px 5px 0px 5px;
}

#ark-page-btm a{
	display: block;
	width: 105px;
	height: 17px;
	text-indent: -9999px;
	background-image: url(img/pg_pgtop.gif);
	float: right;
}


/*---- サムネイル表示 ----*/
.ark-thum-3pic{
	text-align: center;
	padding: 10px 0px 0px 20px;
}

.ark-thum-3pic dl{
	float: left;
	margin: 0px 10px;
	text-align: left;
}

dl.ark-thum, dl.ark-thum2, dl.ark-thum4{
	width: 162px;
	padding: 0;
	background-image: url(img/clr_01.gif);
}

/* 2商品 */
dl.ark-thum2{
	width: 254px;
}
dl.ark-thum2 dt img {
	max-width: 252px;
}
* html dl.ark-thum2 dt img { /* IE 6 or below */
	width: expression("252px");
}

/* 4商品 */
dl.ark-thum4{
	width: 116px;
}
dl.ark-thum4 dt img {
	max-width: 114px;
}
* html dl.ark-thum4 dt img { /* IE 6 or below */
	width: expression("114px");
}

dl.ark-thum dd, dl.ark-thum2 dd, dl.ark-thum4 dd{
	padding: 2px 5px;
	margin: 0;
}

dl.ark-thum dt, dl.ark-thum2 dt, dl.ark-thum4 dt{
	padding: 0;
	margin: 0;
}

dl.ark-thum dt img, dl.ark-thum2 dt img, dl.ark-thum4 dt img{
	border: none;
}

dl.ark-thum dt a, dl.ark-thum2 dt a, dl.ark-thum4 dt a{
	border: 1px solid #ccc;
	line-height: 0;
	display: inline-block;
}

dl.ark-thum dt a:hover, dl.ark-thum2 dt a:hover, dl.ark-thum4 dt a:hover{
	border-color: #09c;
}





/* 6-1. 左メニュー
--------------------------------------------------------------------------*/

#ark-lmn{
	font-size: 14px;
}

#ark-pMenu dl{
	margin: 0;
	padding: 10px 0px 10px 0px;
}

#ark-pMenu dt{
	font-size: 12px;
	
	margin: 0px 0px 4px 12px;
	padding: 0px 0px 0px 10px;
	background: url(img/pmenu_bc_ttl.gif) 0 0 repeat-y;
}

#ark-pMenu dd{
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

#ark-pMenu dd a{
	font-size: 12px;
	line-height: 14px;
	
	background: url(img/pmenu_btn_bc.gif) 0 0 no-repeat;
	color: #fff;
	display: block;
	padding: 11px 15px 9px 15px;
	text-decoration: none;
	
	width: 130px;
	_width: 160px;

}

#ark-pMenu dd a:hover{
	text-decoration: underline;
	
	opacity:0.6;
	filter: alpha(opacity=60);
}

#ark-pMenu dd.sub-cat {
	margin-left: 25px;
}
#ark-pMenu dd.sub-cat a {
	background-position: -13px 0;
	width: 147px;
}

#ark-shp-mn ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#ark-shp-mn li{
	padding: 0;
	margin: 0px 0px 5px 0px;
}

#ark-shp-mn li a{
	text-decoration: none;
	color: #000;
}

#ark-shp-mn li a:hover{
	text-decoration: underline;
}

#ark-shp-mn li.ark-link-arw a{
	padding: 0px 10px;
	background: url(img/pmenu_link_arw.gif) 0px 2px no-repeat;
}

#ark-shp-mn li.ark-shp-border{
	background: url(img/pmenu_border.gif) 10px 0px no-repeat;
	padding-top: 5px;
}

li#ark-shp-cart{
	width: 160px;
	background: url(img/ic_cart.gif) 0 0 no-repeat;
	margin-left: 12px;
	text-align: left;
}

#ark-shp-cart a{
	display: block;
	padding: 5px 3px 5px 18px !important;
	color: #fff !important;
}

#ark-lbanner {
	padding: 10px;
}

#ark-lbanner p{
	margin:0 0 15px 0;
	padding:0 !important;
	line-height:1 !important;
}

.ark-banner-body{
	margin:-10px 0 15px 0 !important;
	}

/* カレンダー */
table#cal {
	margin: 0 4px 13px 10px;
	width: 155px;
	
	border-collapse: collapse;
	text-align: center;
}

table#cal caption {
	text-align: left;
	font-weight: bold;
	line-height: 1.33;
	padding: 16px 0 7px;
}

table#cal thead td {
	padding-bottom: 3px;
}

table#cal thead a {
	text-decoration: none;
	display: block;
}

table#cal tbody td, table#cal tbody th {
	border-style: solid;
	border-width: 1px;
	width: 21px;
	line-height: 21px;
	overflow: hidden;
	font-weight: normal;
}

table#cal strong.today {
	font-weight: bold;
}

table#cal td.close span {
	display: none;
}

.img-menu dd{
	background-color:#FFF;
	width:160px;
	}

.img-menu dd a{
	width:160px !important;
	height:95px;
	text-indent:-9999px;
	padding:0 !important;
	margin-bottom:5px;
}

dd.prd-afstr a{background:url(img/menu_afstr.jpg) 0 0 no-repeat !important;}
dd.prd-afgt a{background:url(img/menu_afgt.jpg) 0 0 no-repeat !important;}
dd.prd-af12 a{background:url(img/menu_af12.jpg) 0 0 no-repeat !important;}
dd.prd-afc a{background:url(img/menu_afc.jpg) 0 0 no-repeat !important;}
dd.prd-afrs a{background:url(img/menu_afrs.jpg) 0 0 no-repeat !important;}
dd.prd-afrsj a{background:url(img/menu_afrsj.jpg) 0 0 no-repeat !important;}
dd.prd-afrsjf a{background: url("../helmet/img/a-force-rs-jet-flash/menu-sn.png") 0 0 no-repeat !important;}
dd.prd-afrr a{background:url("../helmet/img/a-force-rr/sn-afrrk.png") 0 0 no-repeat !important;}
dd.prd-af12k a{background:url("../helmet/img/a-force-rs-12k/sn-af12k.png") 0 0 no-repeat !important;}
dd.prd-af12kj a{background:url("../helmet/img/a-force-rs-12k/sn-af12k-jet.png") 0 0 no-repeat !important;}
dd.prd-afrsf a{background:url(img/menu_afrsf.jpg) 0 0 no-repeat !important;}
dd.prd-mrd a{background:url(img/menu_mrd.jpg) 0 0 no-repeat !important;}

dd.prd-gfss-f a{background:url("img/gfss1.jpg") 0 0 no-repeat !important;}
dd.prd-gfss-m a{background:url("img/gfss2.jpg") 0 0 no-repeat !important;}
dd.prd-gfss-z a{background:url("../helmet/img/g-force-ss/zline/sn-z-line.png") 0 0 no-repeat !important;}
dd.prd-gfssjst a{background:url("../helmet/img/g-force-ss-jet-stealth/type-c/sn-gfssj-stealth.jpg") 0 0 no-repeat !important;}
dd.prd-gfssj a{background:url("../helmet/img/g-force-ss-jet/type-c/sn-gfssj.jpg") 0 0 no-repeat !important;}
dd.prd-gfx a{background:url("../helmet/img/g-force-x/sn-gfx-st.jpg") 0 0 no-repeat !important;}
dd.prd-ffc a{background:url(img/menu_ff-comfort.jpg) 0 0 no-repeat !important;}
dd.prd-xroad a{background:url(img/menu_xroad.jpg) 0 0 no-repeat !important;}
dd.prd-xroad-sp a{background:url(img/menu_xroad-kamo.jpg) 0 0 no-repeat !important;}
dd.prd-xroad-cbt a{background:url(img/menu_xroad-cbt.jpg) 0 0 no-repeat !important;}
dd.prd-xroad2 a{background:url(../helmet/img/x-road3/sn-xr3.png) 0 0 no-repeat !important;}

dd.prd-modify-x-sys a{background:url(img/menu_modify-x.jpg) 0 0 no-repeat !important;}
dd.prd-modify-x-jet a{background:url(img/menu_modify-x-jet.jpg) 0 0 no-repeat !important;}
dd.prd-modify-wm a{background:url(img/menu_modify-wm.jpg) 0 0 no-repeat !important;}
dd.prd-modify-sys a{background:url(img/menu_modify-sys.jpg) 0 0 no-repeat !important;}
dd.prd-modify-adv a{background:url(img/menu_modify-adv.jpg) 0 0 no-repeat !important;}
dd.prd-modify-jet a{background:url(img/menu_modify-jet.jpg) 0 0 no-repeat !important;}

dd.prd-shade a{background:url(img/menu_shade.jpg) 0 0 no-repeat !important;}

dd.prd-stevo a{background:url(img/menu_st_evo.jpg) 0 0 no-repeat !important;}
dd.prd-st2hfi a{background:url(img/menu_st2hfi.jpg) 0 0 no-repeat !important;}
dd.prd-st2 a{background:url(img/menu_st2.jpg) 0 0 no-repeat !important;}
dd.prd-st-std a{background:url(img/menu_st_std.jpg) 0 0 no-repeat !important;}
dd.prd-st-pre a{background:url(img/menu_st_pre.jpg) 0 0 no-repeat !important;}
dd.prd-ep a{background:url(img/menu_ep.jpg) 0 0 no-repeat !important;}

dd.prd-fogwin a{background:url(img/menu_fogwin.jpg) 0 0 no-repeat !important;}


/* 6-2. 右メニュー
--------------------------------------------------------------------------*/
#ark-rmn h4{
	padding: 3px 5px 5px 10px;
	margin: 0;
	background: url(img/rmn_ttl_bc.gif) 0 0 repeat-x;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	width: 147px;
	_width: 162px;
}

#ark-rmn dl{
	margin: 5px 0px;
}


/* 7. フッター
--------------------------------------------------------------------------*/
#ark-ft dl#ark-ft-cmp{
	width: 100%;
	background: url(img/ft_bc.gif) 0 0 repeat-x;
	color: #fff;
	margin: 0;
	padding: 12px 0px 10px 0px;
	float: left;
}

#ark-ft-cmp dt{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px;
	margin: 0;
	float: left;
}

#ark-ft-cmp dd{
	margin: 0;
	padding: 0;
	float: left;
}

p#ark-ft-cp{
	clear: both;
	background: url(img/ft_cp_bc.gif) 0 0 repeat-x;
	padding: 2px 0px 0px 0px;
	margin: 1px 0px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #999;
}

p#ark-ft-txt{
	font-size: 11px;
	color:#999;
	text-align: right;
	padding: 0;
	margin: 0;
}




/* 8-1. トップページ
--------------------------------------------------------------------------*/
#ark-tp-keyV{
	margin: 0px 0px 15px 0px;
}

#ark-tp-wn dl{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}

#ark-tp-wn dt{
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 5px;
	background: url(img/tp_wn_date.gif) 0 0 repeat-y;
	width: 70px;
	float: left;
}

#ark-tp-wn dd{
	padding: 0;
	margin: 10px 0px 0px 0px;
	width: 500px;
	float: left;
}

h3.ark-tp-wn-list span.ark-tp-wn-list {
	display : block;
	float: left;
}

h3.ark-tp-wn-list a.ark-tp-wn-list {
	margin: 2px 2px 0 0;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	width: 32px;
	float: right;
	text-align: right;
}

h3.ark-tp-wn-list {
    overflow: hidden;
}
h3.ark-tp-wn-list:after {
    content: "";
    display: block;
	visibility: hidden;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html h3.ark-tp-wn-list {
    height: 1em;
    overflow: visible;
}
/**/



/* 8-2. 商品ページ・一覧ページ
--------------------------------------------------------------------------*/
#ark-pankuzu{
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #e0e5e1 1px solid;
}

#ark-pankuzu p{
	padding: 0;
	margin: 0px 0px 0px 5px;
}

.ark-prd-expT{
	background-image: url(img/clr_02.gif);
	padding: 2px;
	margin-top: 10px;
}

.ark-prd-img{
	padding: 5px 0px;
}

.ark-prd-img p{
	text-align: center;
}

#ark-prd-ibox {
	margin: 10px 0 20px 25px;
}

#ark-prd-ibox .ark-prd-img {
	float: left;
	margin: 0 8px;
	padding: 5px 0;
	width: 160px;
}

#ark-prd-ibox .ark-prd-img p {
	margin: 0;
}

#ark-prd-ibox .ark-prd-img p img {
	cursor: pointer;
}

#ark-prd-ibox .ark-prd-img .ark-prd-clr {
	padding: 8px 0;
}

#ark-prd-ibox .ark-prd-img .ark-prd-clr span {
	margin-right: 8px;
	cursor: pointer;
}


.ark-prd-expU{
	padding: 0px 15px;
}


/*-- 注文領域 --*/
.ark-prd-cart{
	width: 550px;
	margin-left: 20px;
	background: url(img/prd_cart_body.gif) left bottom no-repeat;
}

.ark-prd-cart h4{
	background: url(img/prd_cart_ttl.gif) left bottom no-repeat;
	font-size: 14px;
	margin: 0;
	padding: 10px 5px 5px 40px;
}

.ark-prd-c-price{
	margin: 10px  0px 5px 10px!important;
	padding: 0px 0px 0px 15px !important;
	background: url(img/prd_cart_ic.gif) left no-repeat;
	font-weight: bold;
	line-height: 14px;
}

.ark-prd-c-order{
	margin: 0 !important;
	padding: 0px 0px 0px 50px !important;
}

.ark-prd-c-box{
	padding-bottom: 10px;

}

/*----- カテゴリータイトル -----*/
.ark-cat-ttl{
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
	background: url(img/tool_line_clr.gif) bottom repeat-x;
}

.ark-cat-ttl #ark-cat-ttl-l, .ark-cat-ttl #ark-cat-ttl-r{
	float: left;
}

.ark-cat-ttl img{
	padding: 0px 8px 5px 0px;
}

.ark-cat-ttl h3{
	background-image: none;
	padding: 0;
}

.ark-cat-ttl span{
	margin: 0;
}

.ark-cat-ttl p{
	display: block;
	padding: 2px 0px 5px 20px;
	margin: 0;
	line-height: 14px;
}
/* -------------------------*/



/* 8-3. お知らせ
--------------------------------------------------------------------------*/
#ark-wn dl {
	margin: 13px 4px;
	line-height: 1.6;
}

#ark-wn dt {
	margin: 4px 0 4px 5px;
	padding: 4px 16px 0 10px;
	background: url(img/tp_wn_date.gif) 0 0 repeat-y;
}

#ark-wn dd {
	margin: -25px 0 4px 91px;
	padding: 4px 10px 4px 0;
}

#ark-cnt span.ark-wn-header {
	float:left;
	font-weight : bold;
}

#ark-cnt a.ark-wn-header {
	margin-right:5px;
	font-size:12px;
	color : #ffffff;
}

#ark-cnt h2.ark-wn-header {
	display:block;
	font-weight:normal;
	text-align:right;
}

/* header of info */
h3.ark-wn-title span.ark-wn-title {
	display: block;
	float: left;
	margin-right: 12px;
}

h3.ark-wn-title span.ark-wn-date {
	margin: 2px 2px 0 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	display: block;
	text-align: right;
}

h3.ark-wn-title {
    overflow: hidden;
}
h3.ark-wn-title:after {
    content: "";
    display: block;
	visibility: hidden;
    clear: both;
    height: 1px;
    overflow: hidden;
}
/*\*/
* html h3.ark-wn-title {
    height: 1em;
    overflow: visible;
}
/**/



/* 8-4. スタッフ・リンク
--------------------------------------------------------------------------*/

#ark-links dt, #ark-staff dt {
	background: transparent url(img/pg_ttl_ic.gif) no-repeat scroll 0 3px;
	margin: 20px 0 6px;
	padding: 0 0 0 18px;
	clear: left;
}

#ark-links dd.ark-links-pic, #ark-staff dd.ark-staff-pic {
	margin: 0;
	padding: 2px 0 20px;
	width: 170px;
	float: left;
}

#ark-links dd.ark-links-body, #ark-staff dd.ark-staff-body {
	margin: 0 0 20px 178px;
	padding: 0;
}

#ark-staff dt span.ark-staff-post {
	font-size: 10px;
}
#ark-staff dt span.ark-staff-name {
	display: block;
}



/* 8-5. 日記
--------------------------------------------------------------------------*/

#ark-diary dt.ark-diary-title {
	background: transparent url(img/pg_ttl_ic.gif) no-repeat scroll 0 3px;
	margin: 5px 0 0;
	padding: 0 0 0 18px;
	clear: left;
}



/* 9. フォーム
--------------------------------------------------------------------------*/

form#CustomerLoginForm div label {
	display: block;
	float: left;
	clear: left;
	width: 8em;
	margin-right: .2em;
	text-align: right;
}

form#CustomerLoginForm div.submit {
	margin-left: 8.2em;
}
form#CustomerLoginForm table {
	width: 590px;
}
form#CustomerLoginForm table div.submit {
	margin: 0;
	text-align: right;
}

input#CustomerEmail, input#CustomerEmail2 {
	width: 180px;
}
input#CustomerPw, input#CustomerPw2 {
	width: 100px;
}
input#CustomerName, input#CustomerKana,
input#ReceiverRName, input#ReceiverRKana {
	width: 150px;
}
input#CustomerCity, input#CustomerAddress,
input#ReceiverRCity, input#ReceiverRAddress {
	width: 300px;
}
input#CustomerTel, input#CustomerFax,
input#ReceiverRTel {
	width: 150px;
}

tr form td input#CustomerEmail, trf form td div input#CustomerPw { /* for IE */
	width: 100px;
}


.alert{
	color: #f33;
}

.form-alert{
	background-image: url(img/form_alert.gif);	
}



/* X. 配色
--------------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	background-color: transparent;
}
table .table-data, table .table-header, table .table-exp {
	border: solid 1px #cccccc;
}
table .table-data {
	background-color: #fff;
}
table .table-header {
	background-color: #feef84;
}
table .table-exp {
	background-color: #e4e4e4;
}

/* カレンダー */
table#cal tbody {
	background-color: #fbfbf9;
	border: solid 1px #bbaa99;
}

table#cal thead a {
	color: #44aa44;

}
table#cal thead a:hover, table#cal thead a:focus {
	color: #00FF00;
	text-decoration: underline;
}

table#cal tbody td, table#cal tbody th {
	border-color: #e5ded7;
}

table#cal tbody th {
	background-color: #f0efe9;
}

table#cal td.close {
	color: #FF2C13;
	background-color: #fbe6c6;
}

/* PopBox用カーソル */
.PopBoxImageSmall
{
   border: none 0px white;
   cursor: pointer;
}
.PopBoxImageLarge
{
   border: solid thin #CCCCFF;
   cursor: pointer;
}


/* オリジナル
--------------------------------------------------------------------------*/

h4, h5{
	padding:0;
	margin:0;
	}

.ark-prd-expU{
	width:590px;
	padding:0;
	margin:0;
	float:left;
	}

.ark-prd-expU p, .ark-prd-expU ul{
	padding:0;
	margin:0;
	}

.ark-prd-cart{
	clear:both;
	}

.cnt-box-ex{
	margin:20px 0 20px 0 !important;
	}

#ark-prd-ibox{
	width:590px;
	padding:0;
	margin:0;
	background:#f5f5f5 url(../img/upfiles/1_124794059552516300.gif ) bottom right no-repeat;
	}

.ark-prd-img{
	padding:0 !important;
	margin:0 !important;
	}

.expU-key-v{
	padding-bottom:15px !important;
	}

#ark-rmn2{
	clear:both;
	}

.ark-thum dd{
	clear:both;
	}

#ark-rbanner{
	padding:5px 0 5px 0;
	clear:both;
	}

#ark-rbanner P{
	padding:0 0 7px 0;
	margin:0;
	}

.ark-banner-img{
	padding:0;
	margin:0;
	}

.ca-bx1{
	line-height:200%;
	padding: 15px;
	}

/* 見出し */

.cac-m3{
	padding:9px 15px 5px 15px;
	background:url(../img/upfiles/1_124794055714268700.gif) 0 0 no-repeat;
	color:#FFFFFF;
	line-height:120%;
	width:560px;
	_width:590px;
	}
	
.ca-bx3{
	line-height:200%;
	padding: 25px 15px 30px 15px;
	background:url(../img/upfiles/1_124794057207323100.gif ) 0 0 no-repeat;
	}

.ca-bx3-n{
	line-height:200%;
	padding: 15px;
	}

.ca-bx3-n li{
	margin:0 0 0 10px;
	}

.ca-bx3 h5, .ca-bx3-n h5{
	font-size:110%;
	color:#333333;
	border-bottom: solid 2px #da9595;
	margin-bottom:10px;
	}

#ark-ft-cmp dd{
	display:none;
	}

.ark-pMenu-nolink{
	padding-top:10px;
	display:block;
	font-weight:bold;
	color:#333;
	}
	

/* GALLERY
----------------------------------------------------------------------*/

.photo{
	margin: 3px;
	float: left;
}

.photo img{
	border-color: #000;
}


/* Full Area
----------------------------------------------------------------------*/

.full-area{
	width:860px;
	margin:0;
	padding:70px 60px 50px 60px;
}

.full-area-l1{
	width:480px;
}

.full-area h3, .full-area h4, .full-area p{
	font-weight:normal;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif!important;
}

.full-area h3{
	font-size:35px;
	color:#333;
	margin:0 0 35px 0;
	line-height:1.2em;
}

.full-area h4{
	font-size:21px;
	color:#777;
	margin:0 0 25px 0;
	line-height:1.5em;
}

.full-area p{
	font-size:16px;
	color:#222;
	line-height:2em;
}

/* フォント
--------------------------------------------------------------------------*/

/* サイズ */
.tx-s{ font-size:85% !important;}
.tx-m{ font-size:120% !important;}
.tx-l{ font-size:150% !important;}

/* 行間 */
.lh-s{ line-height:120%;}
.lh-m{ line-height:150%;}
.lh-l{ line-height:190%;}

/* 色 */
.c-red{color:#CC0000 !important;}
.c-blue{color:#003399 !important;}
.c-green{color:#006633 !important;}
.c-orange{color:#FF6600 !important;}

/* 太さ */
.fw-bd{ font-weight:bold !important;}
.fw-nl{ font-weight:normal !important;}



/* 表
--------------------------------------------------------------------------*/

#tb-t1{ margin:0px; line-height:none !important;}
#tb-t1 table{ margin:0 0 5px 0; width:100%;	border-spacing: 1px;
	border-collapse:separate; background:#BBB;}
#tb-t1 th{ background-color:#f9f4d8; text-align:center; font-weight:normal; padding: 5px 10px; }
#tb-t1 td{ background-color:#FFF; padding: 5px 10px;}
#tb-t1 a{ text-decoration:underline; }
#tb-t1 p{ margin:0; padding:0;}


#tb-news{ margin:0px;}
#tb-news table{ margin:0 0 5px 0; width:100%;}
#tb-news th{ font-weight:normal; padding: 5px 20px 5px 0px; border-bottom: solid 1px #e3e3e3;}
#tb-news td{ padding: 5px 10px 5px 0px; border-bottom: solid 1px #e3e3e3; }
#tb-news a{ text-decoration:underline; }

.tb-tdc1{background-color:#fff5eb!important;}
.tb-tdc2{background-color:#FFE8C1!important;}
.tb-tdc3{background-color:#FFCC77!important;}
.tb-tdc4{background-color:#eaeafe!important;}
.tb-tdc5{background-color:#fedbed!important;}
.tb-tdc6{background-color:#feefdf!important;}
.tb-tdc7{background-color:#e9fee9!important;}
.tb-tdc8{background-color:#f1f1fe!important;}

.tb-c1{background-color:#ecf9f9!important;}
.tb-c2{background-color:#fcf7e7!important;}
.tb-c3{background-color:#fdf4e7!important;}
.tb-c4{background-color:#fff5f5!important;}
.tb-c5{background-color:#fdfdfd!important;}

.tb-ev-list td{
	border-bottom: solid 1px #CCCCCC;
	}

.w-no{
	white-space:nowrap;
	}


/* レイアウト
--------------------------------------------------------------------------*/

.ma-auto{margin:auto !important;}

.mt-z{margin-top:0px !important;}
.mt-s{margin-top:10px !important;}
.mt-m{margin-top:30px !important;}
.mt-l{margin-top:50px !important;}

.mb-z{margin-bottom:0px !important;}
.mb-ss{margin-bottom:5px !important;}
.mb-s{margin-bottom:10px !important;}
.mb-m{margin-bottom:30px !important;}
.mb-l{margin-bottom:50px !important;}

.mr-z{margin-right:0px !important;}
.mr-s{margin-right:10px !important;}
.mr-m{margin-right:30px !important;}
.mr-l{margin-right:50px !important;}

.ml-z{margin-left:0px !important;}
.ml-s{margin-left:10px !important;}
.ml-m{margin-left:30px !important;}
.ml-l{margin-left:50px !important;}

.pb-z{padding-bottom:0px !important;}
.pb-s{padding-bottom:10px !important;}
.pb-m{padding-bottom:30px !important;}
.pb-l{padding-bottom:50px !important;}

.pt-z{padding-top:0px !important;}
.pt-s{padding-top:10px !important;}
.pt-m{padding-top:30px !important;}
.pt-l{padding-top:50px !important;}

.pr-z{padding-right:0px !important;}
.pr-s{padding-right:10px !important;}
.pr-m{padding-right:30px !important;}
.pr-l{padding-right:50px !important;}

.pl-z{padding-left:0px !important;}
.pl-s{padding-left:10px !important;}
.pl-m{padding-left:30px !important;}
.pl-l{padding-left:50px !important;}

.a-center{text-align:center !important;}
.a-right{text-align:right !important;}
.a-left{text-align:left !important;}

.f-clear{ float:none !important;}
.f-left{ float:left !important;}


/* ライン
--------------------------------------------------------------------------*/

.line-ten1{
	padding-top: 35px;
	background:url(../css_303/img/img/line-ten-s4.gif) top left repeat-x;
	}

/* ボタン
--------------------------------------------------------------------------*/

.bt-detail a{
	display: block;
	text-indent:-9999px;
	background:url(../css_303/img/img/bt-detail.gif) 0 0 no-repeat;
	width:140px;
	height:26px;
	margin:5px 0px;
	outline:0px;
	}
	
.bt-detail a:hover{
	background-position:0 -26px;
	}

/* クリア
--------------------------------------------------------------------------*/

.bg-clear{ background:none !important;}

.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clear{display:inline-table;}
/* \*/
* html .clear{height:1%;}
.clear{display:block;}
/* */

	
