@charset "utf-8";

/* ============================================================

	style info : general style

============================================================ */

/* --------------------------------
	background-image,
	image substitute (.sub)
-------------------------------- */

.bgCmnN {
	background-image: transparent url(../img/common/common_n_en.png);
}
.bgCmnX{
	background: transparent url(../img/common/common_x.png) repeat-x;
}
.bgCmnY {
	background: transparent url(../img/common/common_y.png) repeat-y;
}

#logo,
#footer li.logo,
#footer .copyright,
#footer .pagetop a,
.subCmnN {
	background-image: url(../img/common/common_n_en.png);
}



/* ============================================================

	style info : global style

============================================================ */

/* -----------------------------------
	basic
----------------------------------- */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6;
}
th, td {
	line-height: 1.6;
}


/* -----------------------------------
	#header
----------------------------------- */

#header ul#globalMenu1 {
	width:428px;
}
#header ul#globalMenu1 li a,
#header ul#globalMenu2 li a{
	background-image: url(../img/common/common_n_en.png);
}

#header ul#globalMenu1 .shoplist a{
	width: 126px;
	background-position: -980px 0;
}

#header ul#globalMenu1 .shoplist a:hover,
#header ul#globalMenu1 .shoplist a.current{
	background-position: -980px -40px;
}

#header ul#globalMenu1 .support a{
	width: 102px;
	background-position: -1107px 0;
}

#header ul#globalMenu1 .support a:hover,
#header ul#globalMenu1 .support a.current{
	background-position: -1107px -40px;
}

#header ul#globalMenu1 .news a{
	width: 116px;
	background-position: -1211px 0; 
}

#header ul#globalMenu1 .news a:hover,
#header ul#globalMenu1 .news a.current{
	background-position: -1211px -40px;
}


#header ul#globalMenu1 .lang a{
	width: 62px;
	background-position: -1400px 0;
}

#header ul#globalMenu1 .lang a:hover,
#header ul#globalMenu1 .lang a.current{
	background-position: -1400px -40px;
}



/* -----------------------------------
	#footer
----------------------------------- */

#footer .footR li a,
#footer .footR li span {
	background-image: url(../img/common/common_n24_en.png);
}


/* ============================================================

	common

============================================================ */

ul.pagination li.prev a {
	background-image: url(../img/common/pagenavi_prev_en.gif);
}

ul.pagination li.next a {
	background-image: url(../img/common/pagenavi_next_en.gif);
}


#contents .Rside .box02 {
    background-color: #FFEBE0;
    padding: 9px 15px 12px 8px;
}