@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background-color:#ffffff;
	color:#5A5A5A;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 13px;
	line-height: 2;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color:#5A5A5A;
}
a:hover {
	text-decoration: none;
	color: #5A5A5A;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li { 
	margin: 0px; 
	padding: 0px; 
	font-weight: 100%; 
	list-style:none; 
}
h2 {
	text-align:center;
	color: #000000;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 30px;
}

header {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#headerNav01 ul{
	float: right;
	width:960px;
	height:28px;
}
#headerNav01 ul li {
	float: right;
	padding-left: 20px;
	font-size: 11px;
	height:22px;
}
#headerNav01 ul li a {
	text-decoration:none;
	color:#333;
}
#headerNav01 ul li a:hover,
#headerNav01 ul li.active {
	text-decoration:underline;
	color:#333;
}
#headerDiv01 {
	clear: both;
}
/*140521 nagamori 修正*/
#headerDiv01 h1 {
	float: left;
	padding-right: 35px;
	color: #333;
	margin-bottom: 50px;
	padding-top:15px;
}
/*140521 nagamori 修正*/
#headerDiv01 h1 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#headerDiv01 #headerNav02 {
	width: 100%;
}
#headerDiv01 #headerNav02 ul {
	padding-top: 25px;
	width: 100%;
}
#headerDiv01 #headerNav02 ul a {
	display: inline-block;
	padding-right: 30px;
	/* vertical-align: top; */
}
#headerDiv01 #headerNav02 ul li {
	/* float: left;
	padding-right:30px; */
	display: block;
	text-indent: -9999px;
	height: 12px;
	cursor:pointer;
}
#headerDiv01 #headerNav02 ul li.active {
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}
#headerDiv01 #headerNav02 ul li:hover {
	opacity: 0.8;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}
#headerDiv01 #headerNav02 ul li#liAbout {
	background: url(../img/btn_header01_new.png) no-repeat left top;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	width: 110px;
}

#headerDiv01 #headerNav02 ul li#liProduct {
	background: url(../img/btn_header02_new.png) no-repeat left top;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	width: 82px;
}

/*140521 nagamori 修正*/
#headerDiv01 #headerNav02 ul li#liOnlinestore {
	background: url(../img/btn_header03_new.png) no-repeat left top;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	width: 105px;
}
/*140521 nagamori 修正*/


#headerDiv01 #headerNav02 ul li#liSenkaclub {
	background: url(../img/btn_header04_new.png) no-repeat left top;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	width: 138px;
}

#headerDiv01 #headerNav02 ul li#liSpecial {
	background: url(../img/btn_header05_new.png) no-repeat left top;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	width: 69px;
}
#headerDiv01 #headerNav02 ul li#liSpecial:hover {
	opacity: 0.8;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}
#headerDiv01 #headerNav02 ul li#liStore {
	background: url(../img/btn_header06.png) no-repeat left top;
	-webkit-background-size: auto 12px;
	background-size: auto 12px;
	width: 56px;
}
#headerDiv01 #headerNav02 ul li#liStore:hover {
	opacity: 0.8;
	padding-bottom: 5px;
	border-bottom: 2px solid #000;
}


#topNav {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
}
#topNav ul li {
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
#topNav ul li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.tbl01 {
	border-collapse:collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.tbl01 th {
	background-color: #F2F2F2;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #000000;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	vertical-align: top;
	width: 185px;
}
.tbl01 td {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	vertical-align: top;
}
.tbl01 td.tdMidashi01 {
	color: #000000;
}
.tbl01 td.tdMidashi01 a {
	color: #000000;
}
.tbl01_01 {
	border-collapse:collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898989;
}
.tbl01_01 th {
	background-color: #BEBEB4;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #898989;
	vertical-align: middle;
	font-size: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #898989;
	border-left-color: #898989;
	padding-left: 0px;
}
.tbl01_01 td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #898989;
	vertical-align: middle;
	font-size: 15px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #898989;
	padding-left: 0px;
}
img.newwindow {
	padding-left: 5px;
	vertical-align: middle;
	padding-right: 5px;
}
img.btn01 {
	padding-left: 10px;
	vertical-align: middle;
}
img.btn02 {
	padding: 0px 10px;
	vertical-align: middle;
}
img.btn03 {
	padding-right: 10px;
	vertical-align: middle;
}
#pagetop {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: right;
	clear:both;
	padding-top: 80px;
}
#pagetop img {
	vertical-align: bottom;
}
#pagetop a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
footer {
	background-color: #E6E6E6;
	width: 100%;
	clear: both;
	padding-top: 40px;
}
#footerDiv01 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*160630 nagamori 修正*/
	padding-bottom: 20px;
}

/*140521 nagamori 修正*/
#footerDiv01 h1 {
	float: left;
	padding-right: 60px;
	padding-top:16px;
}
/*140521 nagamori 修正*/

#footerDiv01 #footerDiv01_01 {
	width: 600px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	/* height: 85px; */
}
#footerDiv01 #footerDiv01_01 ul {
	float: left;
	padding-right: 60px;
}
#footerDiv01 #footerDiv01_01 ul:last-child {
	float: left;
	padding-right: 0px;
}
#footerDiv01 #footerDiv01_01 ul h2 {
	margin: 0px;
	padding: 0px;
	line-height: 1;
	text-align:left;
}
#footerDiv01 #footerDiv01_01 ul h2.sub {
	margin-bottom: 5px;
}
#footerDiv01 #footerDiv01_01 ul h2 img {
	vertical-align: top;
	padding-bottom:10px;
}
#footerDiv01 #footerDiv01_01 ul li {
	font-size: 12px;
}
#footerDiv01 #footerDiv01_01 ul li a {
	text-decoration:none;
}
#footerDiv01 #footerDiv01_01 ul li a:hover {
	text-decoration:underline;
}
#footerDiv01 #footerDiv01_02 {
	float: right;
	width: 170px;
	/* padding-top: 15px; */
}

#footerDiv01_02 .footBtnFb {
	width: 144px;
	padding: 8px 10px;
	border: 1px solid #999999;
	position: relative;
	text-decoration: none;
	font-size: 11px;
	display: block;
	margin-bottom: 8px;
}
#footerDiv01_02 .footBtnFb::after {
	position: absolute;
	content: '';
	width: 13px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background: url(../img/iconBrowser.png) no-repeat center;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
}
#footerDiv01_02 .footBtnFb:hover {
	background-color: #f6f6f6;
}
#footerDiv01_02 .footBtnTbgr:hover {
	opacity: 1;
}
#footerDiv01_02 .footBtnTbgr:hover img {
	opacity: 1;
}




#footerDiv01 #footerDiv01_02 h2 {
	line-height: 1;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#footerDiv01 #footerDiv01_02 h2 img {
	vertical-align: top;
}
#footerDiv01 #footerDiv01_02 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#footerDiv02 {
	background-color: #666666;
	width: 100%;
	clear: both;
}
#footerDiv02 #footerDiv02_01 {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #E6E6E6;
	text-align: right;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footerDiv02 #footerDiv02_01 p a {
	text-decoration: none;
	color: #E6E6E6;
}
#footerDiv02 #footerDiv02_01 p a:hover {
	text-decoration: underline;
	color: #E6E6E6;
}







/*140611 nagamori 追加*/


#top_header_back{
	width:100%;
	height:120px;
	
	position:absolute;
	top:0px;
	z-index:10;
}

#top_header{
	width: 960px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin:0 auto;
	height:140px;
}

#top_header #top_nav_01{
	height:17px;
	clear:both;
}

#top_header #top_nav_01 ul{
	margin:0 auto;
	width:960px;
}

#top_header #top_nav_01 ul li{
	font-size:11px;
	float:right;
	margin-left:20px;
}




#top_header #top_nav_01 ul li a {
	text-decoration:none;
	color:#333;
}
#top_header #top_nav_01 ul li a:hover,
#top_header #top_nav_01 ul li.active {
	text-decoration:underline;
	color:#333;
}


#top_nav_01 ul li#jp {
	background: url(../img/btn_language_01.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 28px;
	width: 53px;
	margin-left:20px;
	cursor:pointer;}
#top_nav_01 ul li#jp:hover,
#top_nav_01 ul li#jp.active {
	background: url(../img/btn_language_01.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 28px;
	margin-left:20px;
	width: 53px;
	cursor:pointer;}
	

#top_nav_01 ul li#cn {
	background: url(../img/btn_language_02.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 28px;
	width: 60px;
	margin-left:0px;
	cursor:pointer;}
#top_nav_01 ul li#cn:hover,
#top_nav_01 ul li#cn.active {
	background: url(../img/btn_language_02.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 28px;
	margin-left:0px;
	width: 60px;
	cursor:pointer;}


#top_nav_01 ul li#ko {
	background: url(../img/btn_language_03.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 28px;
	margin-left:0px;
	width: 60px;}
	/*----
#top_nav_01 ul li#ko:hover,
#top_nav_01 ul li#ko.active {
	background: url(../img/btn_language_03.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 28px;
	width: 60px;
	cursor:pointer;}
---*/

#top_nav_01 ul li#en {
	background: url(../img/btn_language_04.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 28px;
	margin-left:0px;
	width: 55px;}
	
#top_nav_01 ul li#en:hover,
#top_nav_01 ul li#en.active {
	background: url(../img/btn_language_04.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 28px;
	width: 55px;
	margin-left:0px;
	cursor:pointer;}




























#headerDiv01 {
	clear: both;
}

#headerDiv01 h1 {
	float: left;
	padding-right: 35px;
	color: #333;
	margin-bottom: 50px;
	padding-top:15px;
}


#headerDiv01 h1 a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

#headerDiv01 #top_nav_02 {
}
#headerDiv01 #top_nav_02 ul {
	padding-top: 25px;
}
#headerDiv01 #top_nav_02 ul li {
	float: left;
	padding-right:30px;
}
#headerDiv01 #top_nav_02 ul li#liAbout {
	background: url(../img/btn_header01.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 112px;
	cursor:pointer;
}
#headerDiv01 #top_nav_02 ul li#liAbout:hover,
#headerDiv01 #top_nav_02 ul li#liAbout.active {
	background: url(../img/btn_header01.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 112px;
	cursor:pointer;
}
#headerDiv01 #top_nav_02 ul li#liProduct {
	background: url(../img/btn_header02.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 84px;
	cursor:pointer;
}
#headerDiv01 #top_nav_02 ul li#liProduct:hover,
#headerDiv01 #top_nav_02 ul li#liProduct.active {
	background: url(../img/btn_header02.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 84px;
	cursor:pointer;
}


#headerDiv01 #top_nav_02 ul li#liOnlinestore {
	background: url(../img/btn_header03.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 112px;
	cursor:pointer;
}

#headerDiv01 #top_nav_02 ul li#liOnlinestore:hover,
#headerDiv01 #top_nav_02 ul li#liOnlinestore.active {
	background: url(../img/btn_header03.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 112px;
	cursor:pointer;
}


#headerDiv01 #top_nav_02 ul li#liSenkaclub {
	background: url(../img/btn_header04.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 145px;
	cursor:pointer;
}
#headerDiv01 #top_nav_02 ul li#liSenkaclub:hover,
#headerDiv01 #top_nav_02 ul li#liSenkaclub.active {
	background: url(../img/btn_header04.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 145px;
	cursor:pointer;
}













/*140917 nagamori cn追加*/
#headerDiv01 #headerNav02 ul li#liAbout_cn {
	background: url(../img/btn_header01_cn.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 58px;
	cursor:pointer;
}


#headerDiv01 #headerNav02 ul li#liAbout_cn:hover,
#headerDiv01 #headerNav02 ul li#liAbout_cn.active {
	background: url(../img/btn_header01_cn.jpg) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 58px;
	cursor:pointer;
}

#headerDiv01 #headerNav02 ul li#liProduct_cn {
	background: url(../img/btn_header02_cn.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 84px;
	cursor:pointer;
}
#headerDiv01 #headerNav02 ul li#liProduct_cn:hover,
#headerDiv01 #headerNav02 ul li#liProduct_cn.active {
	background: url(../img/btn_header02_cn.jpg) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 84px;
	cursor:pointer;
}

#headerNav01_lg ul{
	float:right;
	height:22px;}

#headerNav01_lg ul li {
	float: left;
	padding-left:0px;
	font-size: 11px;
}
#headerNav01_lg ul li a {
	text-decoration:none;}

#headerNav01 ul li#jp,
#headerNav01_lg ul li#jp {
	background: url(../img/btn_language_01.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 28px;
	padding:0px;
	margin-left:22px;
	width: 53px;
	cursor:pointer;}
#headerNav01 ul li#jp:hover,
#headerNav01 ul li#jp.active,
#headerNav01_lg ul li#jp:hover,
#headerNav01_lg ul li#jp.active {
	background: url(../img/btn_language_01.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 28px;
	padding:0px;
	width: 53px;
	cursor:pointer;}
	

#headerNav01 ul li#cn ,
#headerNav01_lg ul li#cn {
	background: url(../img/btn_language_02.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 28px;
	padding:0px;
	width: 60px;
	cursor:pointer;}
#headerNav01 ul li#cn:hover,
#headerNav01 ul li#cn.active,
#headerNav01_lg ul li#cn:hover,
#headerNav01_lg ul li#cn.active {
	background: url(../img/btn_language_02.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 28px;
	padding:0px;
	width: 60px;
	cursor:pointer;}

#headerNav01 ul li#ko,
#headerNav01_lg ul li#ko {
	background: url(../img/btn_language_03.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 28px;
	padding:0px;
	width: 60px;}
		/*----
#headerNav01_lg ul li#ko:hover,
#headerNav01_lg ul li#ko.active {
	background: url(../img/btn_language_03.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 28px;
	width: 60px;
	cursor:pointer;}
---*/

#headerNav01 ul li#en,
#headerNav01_lg ul li#en {
	background: url(../img/btn_language_04.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 28px;
	padding:0px;
	width: 53px;}
	
#headerNav01_lg ul li#en:hover,
#headerNav01_lg ul li#en.active {
	background: url(../img/btn_language_04.png) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 28px;
	width: 53px;
	cursor:pointer;}



#footerDiv01 #footerDiv01_02_lg {
	float: right;
	width: 300px;
	text-align:right;}

#footerDiv01 #footerDiv01_02_lg p{
	font-size:11px;
	color:#000;}

#footerDiv01 #footerDiv01_02_lg h2 {
	line-height: 1;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#footerDiv01 #footerDiv01_02_lg h2 img {
	vertical-align: middle;
	padding-top:15px;
}
#footerDiv01 #footerDiv01_02_lg a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}



/*140917 nagamori cn追加*/



/*141028 nagamori cn追加*/
#headerDiv01 #headerNav02 ul li#liAbout_en {
	background: url(../img/btn_header01_en.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 20px;
	width: 23px;
	cursor:pointer;
	margin-right:20px;}


#headerDiv01 #headerNav02 ul li#liAbout_en:hover,
#headerDiv01 #headerNav02 ul li#liAbout_en.active {
	background: url(../img/btn_header01_en.jpg) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 20px;
	width: 23px;
	cursor:pointer;
	margin-right:20px;}

#headerDiv01 #headerNav02 ul li#liProduct_en {
	background: url(../img/btn_header02_en.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 20px;
	width: 142px;
	cursor:pointer;}
#headerDiv01 #headerNav02 ul li#liProduct_en:hover,
#headerDiv01 #headerNav02 ul li#liProduct_en.active {
	background: url(../img/btn_header02_en.jpg) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 20px;
	width: 142px;
	cursor:pointer;
}



/*160630 nagamori 追加 mailmagazine*/

#fotterMailmagazine{
	width: 960px;
	margin: 0 auto;
	padding: 30px 0px 30px 0px;
	overflow: hidden;
	border-top: 1px solid #b4b5b5;
}

.fotterMailmagazine_left{
	float: left;
	width: 30%;
}

.fotterMailmagazine_right{
	float: left;
	width: 70%;
}

.fotterMailmagazine_form{
	padding-top: 1%;
}

.fotterMailmagazine_form .email{
	width: 81%;
	border: none;
	padding: 1%;
	margin-right: 2%;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.fotterMailmagazine_button{
	width: 14%;
	background: #4c4c4c;
	color: #fff;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 1% 3%;
}

#footerDiv01 #footerDiv01_02 {
	float: right;
	width: 170px;
	/* padding-top: 15px; */
}

#footerDiv01_02 .footBtnFb {
	width: 144px;
	padding: 8px 10px;
	border: 1px solid #999999;
	position: relative;
	text-decoration: none;
	font-size: 11px;
	display: block;
	margin-bottom: 8px;
}
#footerDiv01_02 .footBtnFb::after {
	position: absolute;
	content: '';
	width: 13px;
	height: 10px;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background: url(../img/iconBrowser.png) no-repeat center;
	-webkit-background-size: 13px auto;
	background-size: 13px auto;
}
#footerDiv01_02 .footBtnFb:hover {
	background-color: #f6f6f6;
}




.en #headerDiv01 #headerNav02 {
}
.en #headerDiv01 #headerNav02 ul {
	padding-top: 25px;
}
.en #headerDiv01 #headerNav02 ul li {
	float: left;
	padding-right:30px;
	display: block;
}
.en #headerDiv01 #headerNav02 ul a {
	display: initial;
	padding-right: 0;
}
.en #headerDiv01 #headerNav02 ul li.active {
	padding-bottom: 0;
	border-bottom: none;
}
.en #headerDiv01 #headerNav02 ul li:hover {
	padding-bottom: 0;
	border-bottom: none;
}
.en #headerDiv01 #headerNav02 ul li#liAbout {
	background: url(../img/btn_header01.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 112px;
	cursor:pointer;
}
.en #headerDiv01 #headerNav02 ul li#liAbout:hover,
.en #headerDiv01 #headerNav02 ul li#liAbout.active {
	background: url(../img/btn_header01.jpg) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 112px;
	cursor:pointer;
}
.en #headerDiv01 #headerNav02 ul li#liProduct {
	background: url(../img/btn_header02.jpg) no-repeat left top;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 84px;
	cursor:pointer;
}
.en #headerDiv01 #headerNav02 ul li#liProduct:hover,
.en #headerDiv01 #headerNav02 ul li#liProduct.active {
	background: url(../img/btn_header02.jpg) no-repeat left bottom;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 84px;
	cursor:pointer;
}

