@charset "gb2312";
/* CSS Document */
.bodyKV {
	height:232px;
	margin:0 0 15px;
	border:1px solid #cccccc;
	text-align:center;
	padding:3px;
}
.bodyContact {
	line-height:2;
}
.titleContact {
	background:url(/images/titleContact.gif) no-repeat 1px 1px;
}
.titleContact_en {
	background:url(/images/titleContact_en.gif) no-repeat 1px 1px;
}
.titleContact_jp {
	background:url(/images/titleContact_jp.gif) no-repeat 1px 1px;
}
.bodyContact h3 {
	line-height:5;
	padding-left:8px;
}
.bodyContact ul {
	padding-left:8px;
}
.bodyProduct {
}
.bodyProduct a {
	color:#2f2d2d;
}
.titleProduct {
	background:url(/images/titleProduct.gif) no-repeat -2px 1px;
}
.titleProduct_en {
	background:url(/images/titleProduct_en.gif) no-repeat -2px 1px;
}
.titleProduct_jp {
	background:url(/images/titleProduct_jp.gif) no-repeat -2px 1px;
}
.listProduct {
	padding:5px 0 20px;
}
.listProduct li {
	background:url(/images/icon33.gif) no-repeat 4px center;
	padding-left:13px;
	height:18px;
	width:87px;
	float:left;
	line-height:18px;
}
.listProduct_en {
	padding:5px 0 20px;
}
.listProduct_en li {
	background:url(/images/icon22.gif) no-repeat 4px center;
	padding-left:13px;
	padding-right:20px;
	height:18px;
	/*float:left;*/
	line-height:18px;
}
.listProduct_jp {
	padding:5px 0 20px;
}
.listProduct_jp li {
	background:url(/images/icon22.gif) no-repeat 4px center;
	padding-left:13px;
	height:18px;
	width:137px;
	float:left;
	line-height:18px;
}


td {
  padding-bottom:10px;
}
td span {
  color:#0154a9;
}
.tip {
  letter-spacing:0;
  padding-bottom:50px;
}
form {
	padding:40px 5px;
	letter-spacing:0;
	font-size:12px;
	line-height:1.5;
}
input.text {
	width:300px;
	height:20px;
	margin-bottom:10px;
	border:1px solid #999999;
}
input.button {
	background-color:#2480df;
	border:0;
	width:50px;
	height:22px;
	color:#FFF;
	cursor:pointer;
}
label {
  margin-left:10px;
  margin-right:10px;
  cursor: pointer;
}
textarea {
  width:300px;
  height:90px;
  margin-bottom:20px;
  font-size:12px;
  line-height:1.5;
  border:1px solid #999999;
}