@charset "UTF-8";
/* CSS Document */

#contents #main #japan_left {
	float: left;
	width: 275px;
}
#contents #main #uk_right {
	float: right;
	width: 275px;
}
#contents #main .center {
	margin-top: 15px;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #888;
}
#contents #main #mainarea #maincopy_sub{
	width: 360px;
	float: left;
}
#contents #main #mainarea #photo {
	float: right;
	width: 180px;
	height: 250px;
	background-image: url(../images/company_photo_m_e.jpg);
	background-repeat: no-repeat;
}
