/* Main Body/Style Characteristics, Container Centering */

BODY {
	FONT-SIZE: 10pt; COLOR: #000; 
	FONT-FAMILY: Helvetica,sans-serif; 
	BACKGROUND-COLOR: #CCC;
	TEXT-ALIGN: center;
	}

		
/* Containers, Divs, and Tables */
	
#container {
	TEXT-ALIGN:left;
	MARGIN: 20px auto;
	WIDTH: 700px;
	BORDER:1px solid #444;
}

#header {
	width:700px;
	height:230px;
	border-bottom:2px solid #444;
	background-color:#FFF;
	background-image: url(images/header2.jpg);
	background-repeat:no-repeat;
	background-position:right;
}

#headertext {
	text-align:justify;
	width:490px;
	height:230px;
	padding:10px;
}

#maintable {
	border-collapse:collapse;
	width:700px;
	background-color:#EEE;
	font-family:arial,sans-serif;
	font-size:12px;
	
}

td.leftcol {
	border-right:1px solid #444;
	padding:10px;
	width:550px;
	vertical-align:top;
	text-align:justify;
}

td.rightcol {
	vertical-align:top;
	width:150px;
	padding:10px;
	padding-top:10px;
}

#featprod {
	padding-top:10px;
}

/* Text and Image */ 

td.rightcol a {
	text-decoration:none;
	font-size:16px;
	color:#339;
	font-weight:bold;
	display:block;
}

#headertext h1 {
	font-size:36px;
	font-weight:bold;
	font-family:arial,sans-serif;
	letter-spacing:-1.0px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

#featprod h1 {
	font-size:14px;
	font-weight:bold;
	font-family:arial,sans-serif;
	letter-spacing:-1.0px;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

#featprod img {
	border:1px solid #444;
	clear:both;
}

span.headline {
	display:block;
	color:#339;
	font-size:18px;
	font-weight:bold;
	font-family:arial,sans-serif;
	letter-spacing:-1px;
	vertical-align: middle;
	background-color: #DDD;
}
#maintable .leftcol .subhead img {
	margin-left:5px;
	height:75px;
	width:75px;
	float:right;
	border:1px solid #000;
	clear:both;
	margin-top: 25px;
}


span.subhead {
	display:block;
	font-size:14px;
	font-weight:bold;
	font-family:arial,sans-serif;
	letter-spacing:-1px;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	background-color: #DDD;
}


ul {
	margin-top:5px;
	margin-bottom:5px;
}
.BigText {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}

.BlueText {
	font-family: "MS Gothic";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #339;
	vertical-align: text-top;
	background-color: #DDD;
	display: block;
}
#container #maintable .leftcol img {
	border: 1px solid #444;
}
#container #maintable .leftcol .exclude img {
	border: none;
}
.copyright {
	font-family: "MS PGothic";
	font-size: 10px;
	text-align: center;
}
.ItemDetail {
	font-family: tahoma;
	font-size: 9px;
	line-height: 10px;
	font-weight: lighter;
	border: 1px solid #444;
	vertical-align: top;
	position: relative;
	display: block;
	left: 215px;
	top: -55px;
	width: 231px;
	height: 53px;
}
.TextIcon {
	font-family: tahoma;
	font-size: 10px;
	line-height: 12px;
	font-weight: lighter;
	text-align: justify;
	vertical-align: middle;
	display: block;
	height: auto;
	width: 199px;
	padding: 2px;
	border: solid #444 1px;
}
.CompanyName {
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
	font-size: 42px;
	display: block;
	border-bottom: solid 1px #444;
	width: 450px;
}
.CoLtd {
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	vertical-align: top;
}
#container #maintable tr .leftcol .style10 .style9 {
	color: #F00;
}
#container #maintable tr .leftcol .style10 .style9 em {
	color: #000;
}
#container #maintable tr .leftcol .style10 .style9 strong em {
	color: #F00;
}
#container #maintable tr .leftcol .style10 .style9 .style56 em {
	color: #FF8000;
}
#container #maintable tr .leftcol p .style101 .style91 .style561 em {
	color: #FF8000;
}
/*2407add*/
.wrap_flex{display:flex;justify-content:space-between;}
/*2507add*/
.w50{width:49%;}
.text_s{font-size:11px;}
.text_150{font-size:150%;}
.text_bold{font-weight:bold;}
.color_333{color:#333;}
