/* japanese */
@import "menu_ja.css";
@import "top.css";
@import "style.css";

@charset "shift-jis";

body,div,table {
	font-size: 12px;
	color: #454545;
	font-family:  "ＭＳ Ｐゴシック";
}

.footer p {
	font-size: 10px;
	line-height: 1.4em;
	padding-top: 5px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: capitalize;
	text-align: left;
	padding-left: 20px;
}
.copyright {
	width: 730px;
	height: 34px;
	background-image:  url(../img/copyright.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.copyright p {
	margin: 0px;
	font-size: 10px;
	padding: 15px 0px 0px 15px;
	text-align: left;
}

/* top box japanese */

#ja .box_inex {
}


#ja .box_export {
	margin: 9px 0px 0px 0px;
	float: none; /* floatをクリア */
}
#ja .box_import {
	margin: 0px 0px 0px 0px;
	float: none; /* floatをクリア */
}

/* top box p */
.box_inex p {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-size: 10px;
	line-height: 1.3em;
}

.news {
	height: 137px;
}


/* お問い合わせはこちらＢＯＸ（日本語背景） */
div.askform {
	background-image: url(../img/ja/askform.gif);
}
# html body div.askform p {
	padding: 44px 15px 32px 15px;
}

/* /お問い合わせはこちらＢＯＸ */

/* company */
dl.outline {
	margin: 0em;
	border: none;
	font-size: 12px;
	line-height: 1.4em;
	color: #454545;
	width: 210px;
}
dl.outline dt {
	margin: 0;
	float: left;
	width: 80px;	!important
}
dl.outline dd {
	margin: 0 0 0 80px;	!important
	border: none;
	padding-left: 0em;
}
dl.outline dt,
dl.outline dd {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
}

dl.customer {
	margin: 0em;
	border: none;
	font-size: 12px;
	line-height: 1.4em;
	color: #454545;
	width: 376px;
}
dl.customer dt {
	margin: 0px;
	float: left;
	width: 45px;	!important
}
dl.customer dd {
	margin: 0px 0px 0px 45px;	!important
	border: none;
	padding-left: 0em;
}
dl.customer dt,
dl.customer dd {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 2px;
}
/* /company */

