body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}

p {
	margin:0px;
	padding:3px;
}

a{
	color:#0099CC;
	text-decoration:none;
}

#container {
	width: 800px;
	height: auto;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#header {
	width: 800px;
	height: 74px;
	margin: 0px;
	padding: 0px;
}

#haader_left {
	width:  205px;
	height: 74px;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/logo_1.jpg);
	float: left;
}

#header_right {
	width: 575px;
	height: 54px;
	margin: 0px;
	float: left;
	padding: 10px;
	text-align: right;
	vertical-align: bottom;
	overflow:hidden;
	border: 0px;
}


/* ------ navi -------- */

#navi_box {
	width: 800px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul#navi {
	float: left;
	width: 800px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	background: url(../img/navi_eng.jpg);
	text-indent: -3000px;

}

ul#navi li {
	display: inline;
	height: 29px;
	/* _overflow: hidden; */
	margin: 0px;
	padding: 0px;
	float: left;
}

ul#navi li a{
	display:block;
	height:100%;
	text-indent:-3000px;
	text-decoration:none;
}

ul#navi li#navihome { width: 150px; }
ul#navi li#naviproducts { width: 150px; }
ul#navi li#navicompany { width: 150px; }
ul#navi li#naviinquiry { width: 150px; }
ul#navi li#space {width: 200px; }

li#navihome a:hover {background: url("../img/navi_eng.jpg") 0px -29px;}
li#naviproducts a:hover {background: url("../img/navi_eng.jpg") -150px -29px;}
li#navicompany a:hover {background: url("../img/navi_eng.jpg") -300px -29px;}
li#naviinquiry a:hover {background: url("../img/navi_eng.jpg") -450px -29px;}

#main {
	float: left;
	width: 800px;
	height:310px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#middle_box {
	clear: both;
	width: 800px;
	height:600px;
	margin: 0px;
	padding: 0px;
}

#middle_box_auto {
	clear: both;
	width: 700px;
	height: auto;
	margin: 0px;
	padding: 50px 0px 0px 100px;
	
}

#middle_title_company {
	width: 700px;
	height: 30px;
	margin:0px;
	padding: 0px;
	font-size:18px;
	font-weight:bold;
	color: #0099CC;
	background-image:url(../img/page_title_company_eng.jpg);
	background-repeat:no-repeat;
}
#middle_title_product {
	width: 700px;
	height: 30px;
	margin:0px;
	padding: 0px;
	font-size:18px;
	font-weight:bold;
	color: #0099CC;
	background-image:url(../img/page_title_product_eng.jpg);
	background-repeat:no-repeat;
}
#middle_title_inquiry {
	width: 700px;
	height: 30px;
	margin:0px;
	padding: 0px;
	font-size:18px;
	font-weight:bold;
	color: #0099CC;
	background-image:url(../img/page_title_inquiry_eng.jpg);
	background-repeat:no-repeat;
}

#middle_contents {
	width: 600px;
	height: auto;
	margin: 30px 0px;
	padding: 0px 0px 0px 50px;
}

#product_title_optical {
	width: 600px;
	height:30px;
	margin: 15px 0 0 0;
	padding: 0px;
	background-image:url(../img/product_title_optical_eng.gif);
	background-repeat:no-repeat;
	 }
#product_title_wireless {
	width: 600px;
	height:30px;
	margin: 15px 0 0 0;
	padding: 0px;
	background-image:url(../img/product_title_wireless_eng.gif);
	background-repeat:no-repeat;
	 }
#product_title_smart {
	width: 600px;
	height:30px;
	margin: 15px 0 0 0;
	padding: 0px;
	background-image:url(../img/product_title_smart_eng.gif);
	background-repeat:no-repeat;
	 }
#product_title_ubiquitous {
	width: 600px;
	height:30px;
	margin: 15px 0 0 0;
	padding: 0px;
	background-image:url(../img/product_title_ubiquitous_eng.gif);
	background-repeat:no-repeat;
	 }
	 	
#footer_link {
	width: 800px;
	height: 25px;
	margin: 35px 0px 0px 0px;
	clear:both;
	font-size: 14px;
	text-align: center;
}
	
#footer {
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 2px 0px;
	background-color: #00A5CF;
	font-size:12px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

