@charset "UTF-8";
@import url("../../css/default.css");
@import url("../../css/screen_base.css");
@import url("../../css/two_column_layout.css");

div.japimg {
	margin: 15px 0px;
	text-align: center;
}

h3 {
	clear: both;
	margin: 10px 0px;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: #c0c0c0;
}

img.factoryimg {
	width: 200px;
	margin:0;
}

div.factorytext {
	width:100%;
}

div.factorytext h4 {
	font-weight:normal;
	font-size:120%;
	margin-bottom:5px;
}

div.factorytext table,
div.beopen table {
	border-collapse:collapse;
	border:none;
	width:95%;
}

div.factorytext th,
div.factorytext td,
div.beopen th,
div.beopen td {
	border:none;
	padding:5px 0 0 0;
	vertical-align:top;
}

div.factorytext th,
div.beopen th {
	width:100px;
}

p.pdf {
	padding: 0x;
}

p.pdf img {
	margin:  0px 2px -1px 2px;
}

div.beopen h4 {
	font-size: 120%;
	font-weight: normal;
}

div.beopen h4 img,
div.factorytext h4 img {
	margin:  0px 5px -1px 0px;
}

div.factorytext p,
div.beopen p {
	margin:0;
	padding:0;
}

div.beopen hr,
hr.grp {
	border-top:1px solid #ccc;
	clear:both;
}

div.comleft,
div.comright {
	width: 200px;
}

div.comleft {
	float: left;
	padding-left: 30px;
}

div.comright {
	float: right;
	padding-right: 30px;
}


/* clearfix */
div.group:after {
                 content: "."; 
                 display:block; 
                 height:0; 
                 clear:both; 
                 visibility:hidden;
                }
div.group { display: inline-block; }
* html div.group { height:1%; }
div.group { display:block; }

