/* ===== OSHINO LAMPS LIMITED ===== */
/* ===== Style for English ======== */


/* --------------------------------------------------------------------------------Basement */
* {
	color: #333333;
	font-family: sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin:	 0px;
	padding: 0px;
	background-color: transparent;
}
body {
	background: #FFFFFF url(../img/bgimg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;
	width: 740px;
	background: #FFFFFF url(../img/bk_wrapper.gif) repeat-y;
	text-align: left;
}
p {
	font-size: 80%;
	line-height: 1.2;
	text-align: left;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle; 
	text-align: left;
}
ul li {
	list-style-type: none;
}
a:link {
	color: #4165BA;
	text-decoration: underline;
}
a:visited {
	color: #4165BA;
	text-decoration: underline;
}
a:hover {
	color: #355399;
	text-decoration: underline;
}
.clear {
	clear: both;
}
.hrclear {
	clear: both;
	color:#FFFFFF;
	border:none;
	height:0em;
}
.righttxt {
	text-align: right;
	font-size: 80%;
	line-height: 1.3;
}
.nodisplay {
	display: none;
}

/* --------------------------------------------------------------------------------Header */

#header {
	margin-left: 10px;
	width: 720px;
	height: 80px;
	background: url(../img/logo.jpg) no-repeat;
}
#header h1.logo a {
	position: absolute;
	left: auto;
	width: 520px;
	height: 50px;
	overflow: hidden;
}
#language li {
	float: left;
}
#language li.languageJpn a {
	position: relative;
	left: 560px;
	width: 90px;
	height: 25px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/header_jpn.jpg);
}
#language li.languageEng a {
	position: relative;
	left: 560px;
	width: 70px;
	height: 25px;
	display: block;
	text-indent: -2000px;
	overflow: hidden;	
	background: url(../img/header_eng.jpg);
}

/* -------------------------------------------------------GlobalNavigation */

#gnav {
	position: absolute;
	top: 54px;
	left: auto;
	clear: left;
	width: 720px;
	height: 26px;
	background: url(../img/gnav.gif) no-repeat;
}
#gnav ul {
	background-position: 0px 0px;
    width: 720px;
	height: 26px;
}
#gnav ul li {
	float: left;
}
#gnav ul li a {
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/gnav.gif) no-repeat;
}
#gnav a.home {
	position: absolute;
	width: 52px;
	height: 26px;
	background-position: 0px 0px;
}
#gnav a:hover.home {
	background-position: 0px -26px;
}
#gnav a.company {
	position: absolute;
	margin-left: 52px;
	width: 135px;
	height: 26px;
	background-position: -52px 0px;
}
#gnav a:hover.company {
	background-position: -52px -26px;
}
#gnav a.info {
	position: absolute;
	margin-left: 187px;
	width: 151px;
	height: 26px;
	background-position: -187px 0px;
}
#gnav a:hover.info {
	background-position: -187px -26px;
}
#gnav a.network {
	position: absolute;
	margin-left: 338px;
	width: 127px;
	height: 26px;
	background-position: -338px 0px;
}
#gnav a:hover.network {
	background-position: -338px -26px;
}
#gnav a.inquiry {
	position: absolute;
	margin-left: 465px;
	width: 69px;
	height: 26px;
	background-position: -465px 0px;
}
#gnav a:hover.inquiry {
	background-position: -465px -26px;
}
#gnav a.recruit {
	position: absolute;
	margin-left: 534px;
	width: 93px;
	height: 26px;
	background-position: -534px 0px;
}
#gnav a:hover.recruit {
	background-position: -534px -26px;
}
#gnav a.map {
	position: absolute;
	margin-left: 627px;
	width: 93px;
	height: 26px;
	background-position: -627px 0px;
}
#gnav a:hover.map {
	background-position: -627px -26px;
}


#gnav ul#gnavHome a.home {
	background-position: 0px -26px;
}
#gnav ul#gnavCompany a.company {
	background-position: -52px -26px;
}
#gnav ul#gnavInfo a.info {
	background-position: -187px -26px;
}
#gnav ul#gnavNetwork a.network {
	background-position: -338px -26px;
}
#gnav ul#gnavInquiry a.inquiry {
	background-position: -465px -26px;
}
#gnav ul#gnavRecruit a.recruit {
	background-position: -534px -26px;
}
#gnav ul#gnavMap a.map {
	background-position: -627px -26px;
}




/* -------------------------------------------------------Image */
#imageTop {
	margin-left: 10px;
	width: 720px;
	height: 168px;
}



/* --------------------------------------------------------------------------------Container */
#container {
	width: 720px;
	margin-left: 10px;
	margin-top: 10px;
}
/* --------------------------------------------------------------------------------Sidemenu */
#sidemenu {
	float: left;
	width: 204px;
	font-size: 80%;
	line-height: 1.3;
}
#sidemenu ul{
	margin-left: 12px;
}
#sidemenu ul ul {
	margin-left: 0px;
}
#sidemenu ul li{
	margin-bottom: 4px;
}
#sidemenu ul ul li{
	margin-bottom: 0px;
}
#sidemenu ul ul ul{
	border-bottom: solid #CCCCCC 1px;
	border-left: solid #CCCCCC 1px;
	border-right: solid #CCCCCC 1px;
	padding-top: 2px;
	padding-left: 8px;
	padding-bottom: 3px;
	line-height: 1.5;
}


	
/* --------------------------------------------------------------------------------Contents */
#contents {
	float: left;
	width: 516px;
}
#oshino10 #contents, #oshino11 #contents{
	width: 720px;
}


/* -------------------------------------------------------TopicPath */

#topicPath {
	padding-bottom: 5px;
}
#topicPath p {
	color: #666666;
}
/* -------------------------------------------------------PageTop */

#pageTop {
	clear: both;
	height: 24px;
	width: 106px;
	margin-top: 15px;
}
#pageTop p a{
	margin-left:410px;
	text-indent: -2000px;
	background: url(../img/pagetop.gif) no-repeat;
	display: block;
	overflow: hidden;
	width: 106px;
	height: 24px;
}
#oshino10 #pageTop p a, #oshino11 #pageTop p a{
	margin-left:614px;
	text-indent: -2000px;
	background: url(../img/pagetop.gif) no-repeat;
	display: block;
	overflow: hidden;
	width: 106px;
	height: 24px;
}


/* -------------------------------------------------------MainContentsUnderc */

#mainContentsUnderc {
	background: url(../img/bk_underc.jpg) no-repeat;
	height: 250px;
}
#mainContentsUnderc img{
	margin-top: 30px;
	margin-left: 90px;
	margin-bottom: 25px;
}
#mainContentsUnderc dl{
	width: 630px;
	margin-left:35px;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 80%;
}
#mainContentsUnderc dt{
	border-left: #4165BA 4px solid;
	border-bottom: #4165BA 1px dashed;
	padding-left: 6px;
	color: #4165BA;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	margin-top: 8px;
}
#mainContentsUnderc dd{
	margin-left: 25px;
	line-height: 1.8;
}


/* -------------------------------------------------------MainContents */
#mainContents img.img01 { /* width 505px */	
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}
#mainContents img.img02 { /* width 600px */
	margin-top: 15px;
	margin-left: 50px;
	margin-bottom: 15px;
}
#mainContents img.img03 { /* map */
	margin-top: 5px;
	margin-left: 35px;
	margin-bottom: 30px;
}
#mainContents img.img04 { /* ISO */
	margin-top: 20px;
	margin-left: 25px;
	margin-bottom: 20px;
}
#mainContents img.img05 { /* profile.html */
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
#mainContents img.img06 { /* width 353px */
	margin-top: 15px;
	margin-left: 70px;
	margin-bottom: 15px;	
}
#mainContents img.img07 { /* Adobe Reader */
	float: left;
	width: 88px;
}

/* --------------------------------------Heading Style */
#oshino00 h2 {
	margin-bottom: 3px;
}
#oshino01 h2, #oshino02 h2, #oshino10 h2, #oshino11 h2 {
	margin-left: 10px;
	width: 720px;
	height: 63px;
}
#oshino10 h3, #oshino11 h3 {
	margin-bottom: 10px;
}
#oshino02 h4 {	
	margin-top: 10px;
}

/* --------------------------------------PStyle */

#mainContents p.p01 {	
	margin-top: 10px;
	margin-bottom: 10px;
}
#mainContents p.p02 {	
	margin-top: 10px;
}
#mainContents p.p03 {
	margin-bottom: 10px;
}
#mainContents p.p04 {
	margin-left: 100px;
	margin-bottom: 10px;
}

/* --------------------------------------DLStyle */

dl.dlstyle01 {
	width: 630px;
	margin-left:35px;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 80%;
}
#oshino10 dl.dlstyle01 {
	margin-bottom: 25px;
}
dl.dlstyle01 dt{
	border-left: #4165BA 4px solid;
	border-bottom: #4165BA 1px dashed;
	padding-left: 6px;
	color: #4165BA;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	margin-top: 8px;
	clear: both;
}
dl.dlstyle01 dt#CAL {
	margin-top: 30px;
}
dl.dlstyle01 dt a{
	font-weight: bold;
}
dl.dlstyle01 dd{
	margin-left: 25px;
	line-height: 1.3;
}
dl.dlstyle01 dd.networkR{
	float: right;
	width: 154px;
	height: 104px;
	margin-bottom: 5px;
}

dl.dlwidth300 {
	position: absolute;
	left: auto;
	width: 300px;
	margin-left: 15px;
}

dl.dlstyle02 {
	width: 630px;
	margin-left:35px;
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 80%;
}
dl.dlstyle02 dt{
	border-left: #4165BA 4px solid;
	border-bottom: #4165BA 1px dashed;
	padding-left: 6px;
	color: #4165BA;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 8px;
	margin-top: 8px;
}
dl.dlstyle02 dd{
	margin-left: 25px;
	line-height: 1.3em;
}
dl.dlstyle02 dd ul{
	margin-top: 0.5em;
	margin-bottom: 1em;
	_margin-bottom: 0em; /* for IE */
}



dl.dlstyle03 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 80%;
	line-height: 1.3;
}
dl.dlstyle03 dd{
	margin-left: 30px;
}
dl.dlstyle03 ol li{
	margin-left: 30px;
}
dl.dlstyle03 table{
	margin-left: 30px;
}
dl.dlstyle03 table td{
	text-align: center;
	width: 5em;
}
dl.dlstyle03 table td.width1{
	width: 1em;
}

/* --------------------------------------TableStyle */

table.tablestyle01 {
	font-size: 80%;
	line-height: 1.3;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-top: #76B0F1 double;
	width: 505px;
}
table.tablestyle01 tr th, table.tablestyle01 tr td{
	border-bottom: #76B0F1 double;
}
table.tablestyle01 th{
	background-color: #F0F4FF;
	width: 100px;
	padding: 5px;
}
table.tablestyle01 td{
	padding: 5px;
}
table.tablestyle01 td dl dt{
	width: 12em;
}	
table.tablestyle01 td dl dd {
	margin-left: 12em;
	margin-top: -1.3em;
}
table.thwidth130 th {
	width: 130px;
}

table.tablestyle02 {
	line-height: 1.3;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 580px;
}
table.tablestyle02 th{
	width: 85px;
	background: url(../img/arrow_blue.gif) no-repeat #E8EEFF;
	background-position: 10px center;
	text-align: left;
	padding-left: 20px; 
}
table.tablestyle02 td{
	padding: 5px;
	background: #F0F4FF;
}

table.tablestyle03 {
	font-size: 80%;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 486px;
}
table.tablestyle03 th{
	padding: 5px;
	text-align: left;
	background: #EBFFFA;
	border: 1px solid  #BFCFE1;
}
table.tablestyle03 td{
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid  #BFCFE1;
	text-align: center;
}
table.tablestyle03 .centertxt{
	text-align: center;
}
table.tablestyle03 .lefttxt{
	text-align: left;
}
table.widthauto {
	width: auto;
}


/* ----------------------------Cata-TableStyle */

#cataStyle01 {
	margin-top: 20px;
	margin-left: 45px;
	width: 440px;
	clear: both;
}
#cataStyle01 table{
	font-size: 80%;
	width: 200px;
	float: left;
}
#cataStyle01 th{
	padding: 5px;
	background: #FEEED3;
	border: 1px solid  #F2C539;
}
#cataStyle01 td{
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid  #F2C539;
	text-align: center;
}
#cataStyle02 {
	margin-top: 20px;
	margin-left: 45px;
	clear: both;
	width: 440px;
}
#cataStyle02 table{
	font-size: 80%;
	width: 430px;
}
#cataStyle02 th{
	width: 130px;
	padding: 5px;
	background: #FEEED3;
	border: 1px solid  #F2C539;
}
#cataStyle02 td{
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid  #F2C539;
	text-align: center;
}
#cataStyle03 {
	margin-top: 20px;
	width: 514px;
	clear: both;
}
#cataStyle03 table{
	font-size: 80%;
}
#cataStyle03 table.left{
	width: 253px;
	float: left;
}
#cataStyle03 th{
	padding: 5px;
	background: #FEEED3;
	border: 1px solid  #F2C539;
}
#cataStyle03 td{
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid  #F2C539;
	text-align: center;
}
#cataStyle03 ul {
	font-size: 80%;
	margin-left: 5px;
	margin-bottom: 15px;
}
#cataStyle03 ul li{
	display: inline;
	margin-right: 15px;	
	background: url(../img/arrow_orange.gif) no-repeat left 4px;
	padding-left: 10px;
}
#cataStyle03 ul li a{
	font-weight: bold;
}
#cataStyle04 {
	margin-top: 20px;
	clear: both;
}
#cataStyle04 table{
	font-size: 80%;
	width: 129px;
	float: left;
}
#cataStyle04 th{
	padding: 5px;
	background: #FEEED3;
	border: 1px solid  #F2C539;
}
#cataStyle04 td{
	padding: 5px;
	background: #FFFFFF;
	border: 1px solid  #F2C539;
	text-align: center;
	vertical-align:	center;
}
#cataStyle04 td ul{
	height: 3.5em;
	font-size: 90%;
}
#cataStyle04 td ul.height6{
	height: 6em;
}
#cataStyle05 {
	width: 516px;
	font-size: 80%;
}
#cataStyle05 th{
	padding: 5px;
}
#cataStyle05 td{
	padding: 5px;
	text-align: center;
}
#cataStyle05 .fontW {
	color: #FFFFFF;
}
#cataStyle05 .bgK00 {
	background-color: #000000;
}
#cataStyle05 .bgK01 {
	background-color: #e4e4e4;
}
#cataStyle05 .bgK02 {
	background-color: #a2a2a2;
}
#cataStyle05 .bgK03 {
	background-color: #838383;
}
#cataStyle05 .bgR00 {
	background-color: #ff0000;
}
#cataStyle05 .bgR01 {
	background-color: #ffccff;
}
#cataStyle05 .bgR02 {
	background-color: #ff66ff;
}
#cataStyle05 .bgG00 {
	background-color: #009900;
}
#cataStyle05 .bgG01 {
	background-color: #ccffcc;
}
#cataStyle05 .bgG02 {
	background-color: #99ff66;
}
#cataStyle05 .bgB00 {
	background-color: #9999ff;
}
#cataStyle05 .bgB01 {
	background-color: #ccffff;
}
#cataStyle05 .bgB02 {
	background-color: #33ccff;
}
#cataStyle05 .bgY00 {
	background-color: #ffff00;
}
#cataStyle05 .bgY01 {
	background-color: #ffffcc;
}
#cataStyle05 .bgY02 {
	background-color: #ffff66;
}
#cataStyle05 .bgO00 {
	background-color: #ff9933;
}
#cataStyle05 .bgO01 {
	background-color: #ffdfbf;
}
#cataStyle05 .bgO02 {
	background-color: #ffcc99;
}



/* --------------------------------------ListStyle/BoxStyle */


ul.liststyle01{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul.liststyle01 li{
	font-size: 80%;
	background: url(../img/arrow_blue.gif) no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	line-height: 1.3;
	margin-bottom: 8px;
}

ul.liststyle02 li{
	font-size: 80%;
	background: url(../img/arrow_orange.gif) no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	line-height: 1.3;
	margin-bottom: 8px;
}
ul.liststyle03 {
	margin-left: 10px;
	margin-top: 10px;
}
ul.liststyle03 li{
	width: 150px;
	float: left;
	text-align: center;	
}
ul.liststyle04 li{
	margin-bottom: 10px;
	width: 516px;
	clear: left;
}
ul.liststyle04 li img{
	display: block;
	width: 180px;
	float: left;
}
ul.liststyle04 li p{
	margin-top: 0;
	margin-left: 190px;
}
ul.liststyle04 li h5{
	margin-top: 0;
	margin-left: 190px;
	background: url(../img/arrow_orange.gif) no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 80%;
}
ul.liststyle04 li h5 a{
	font-weight: bold;
}	
ul.liststyle05 {
	margin-top: 10px;
}
ul.liststyle05 li {
	margin-bottom: 10px;
}
ul.liststyle05 li p {
	margin-bottom: 5px;
}
ul.liststyle05 li h5{
	background: url(../img/arrow_orange.gif) no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 80%;
}
ul.liststyle06 {

}
ul.liststyle06 li {
	width: 258px;
	float: left;
	display: block;	
}
ul.liststyle06 li p {
	margin-bottom: 5px;
	margin-left: 20px;
}
ul.liststyle06 h5 {	
	margin-bottom: 5px;
	margin-left: 20px;
	background: url(../img/arrow_orange.gif) no-repeat;
	background-position: 0px 4px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 80%;
}
ul.liststyle06 h5 a {
	font-weight: bold;
}
ul.liststyle07 li{
	font-size: 80%;
	background: url(../img/arrow_orange.gif) no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	line-height: 1.3;
	margin-bottom: 8px;
	margin-left: 400px;
}

/* -------------------------Box01 */

div.box01 {
	background: url(../img/bk_box01_main.jpg) repeat-y ;
	margin-right: auto;
	margin-left: auto;
	padding-right: auto;
	padding-left: auto;
	width: 400px;
}
div.box01 ul.liststyle02left{
	float: left;
	width: 11em;
}
div.box01 ul.liststyle02right{
	margin-left: 11em;
}
div.box01 ul.liststyle02left li{
	font-size: 80%;
	background: url(../img/arrow_orange.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 15px;
	line-height: 1.5;
}
div.box01 ul.liststyle02left li a{
	font-weight: bold;
}
div.box01 ul.liststyle02right li{
	font-size: 80%;
	background: url(../img/arrow_orange.gif) no-repeat left center;
	padding-left: 10px;
	line-height: 1.5;
}
div.box01 ul.liststyle02right li a{
	font-weight: bold;
}
div.box01top {
	background: url(../img/bk_box01_top.jpg) no-repeat ;
	width: 400px;
	height: 15px;
}
div.box01bottom {
	background: url(../img/bk_box01_bottom.jpg) no-repeat bottom;
	width: 400px;
	height: 15px;
	clear: both;
}

/* -------------------------Box02 --CompanyImgBox */


div.box02 {
	width: 486px;
	height: 285px;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	background: url(../company/img/img_company.jpg) no-repeat;
}
div.box02 ul {
	position: absolute;
	width: 486px;
	height: 285px;
}
div.box02 ul a {
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../company/img/bk_img_company.jpg) no-repeat;
}
div.box02 a.box02lamp {
	position: absolute;
	left: 161px;
	top: 0px;	
	width: 192px;
	height: 285px;
	background-position: -161px 0px;
}
div.box02 a:hover.box02lamp {
	background-position: -161px -286px;
}
div.box02 a.box02optics {
	position: absolute;
	left: 0px;
	top: 140px;	
	width: 217px;
	height: 145px;
	background-position: 0px -140px;
}
div.box02 a:hover.box02optics {
	background-position: 0px -426px;
}
div.box02 a.box02thermal {
	position: absolute;
	left: 0px;
	top: 0px;	
	width: 230px;
	height: 100px;
	background-position: 0px 0px;
}
div.box02 a:hover.box02thermal {
	background-position: 0px -286px;
}
div.box02 a.box02os {
	position: absolute;
	left: 333px;
	top: 0px;	
	width: 153px;
	height: 285px;
	background-position: -333px 0px;
}
div.box02 a:hover.box02os {
	background-position: -333px -286px;
}

/* -------------------------Box03 --Network(JPN)ImgBox */

div.box03 {
	width: 400px;
	height: 300px;
	margin-top: 15px;
	margin-left: 150px;
	margin-bottom: 15px;
	background: url(../img/img_network_jpn.jpg) no-repeat;
}
div.box03 ul {
	position: absolute;
	width: 400px;
	height: 300px;
}
div.box03 ul a {
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/bk_img_network_jpn.jpg) no-repeat;
}
div.box03 a.box03tokyo {
	position: absolute;
	left: 200px;
	top: 180px;	
	width: 130px;
	height: 26px;
	background-position: -200px -180px;
}
div.box03 a:hover.box03tokyo {
	background-position: -200px -480px;
}
div.box03 a.box03atsugi {
	position: absolute;
	left: 180px;
	top: 206px;	
	width: 215px;
	height: 26px;
	background-position: -180px -206px;
}
div.box03 a:hover.box03atsugi {
	background-position: -180px -506px;
}
div.box03 a.box03kago {
	position: absolute;
	left: 70px;
	top: 250px;	
	width: 152px;
	height: 40px;
	background-position: -70px -250px;
}
div.box03 a:hover.box03kago {
	background-position: -70px -550px;
}



/* -------------------------Box04 --Network(World)ImgBox */

div.box04 {
	width: 600px;
	height: 318px;
	margin-top: 15px;
	margin-left: 50px;
	margin-bottom: 15px;
	background-image: url(../../img/map_network.gif);
	background-repeat: no-repeat;
}
div.box04 ul {
	position: absolute;
	width: 600px;
	height: 320px;
}
div.box04 ul a {
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url(../../img/map_network.gif);
	background-repeat: no-repeat;
}
div.box04 a.box04JPN {
	position: absolute;
	left: 266px;
	top: 130px;	
	width: 77px;
	height: 28px;
	background-position: -270px -130px;
}
div.box04 a:hover.box04JPN {
	background-position: -270px -448px;
}
div.box04 a.box04GER {
	position: absolute;
	left: 65px;
	top: 104px;	
	width: 80px;
	height: 25px;
	background-position: -65px -104px;
}
div.box04 a:hover.box04GER {
	background-position: -65px -422px;
}
div.box04 a.box04GBR {
	position: absolute;
	left: 17px;
	top: 94px;	
	width: 46px;
	height: 23px;
	background-position: -17px -94px;
}
div.box04 a:hover.box04GBR {
	background-position: -17px -412px;
}

div.box04 a.box04FRA {
	position: absolute;
	left: 0px;
	top: 117px;	
	width: 66px;
	height: 23px;
	background-position: 0px -117px;
}
div.box04 a:hover.box04FRA {
	background-position: 0px -435px;
}
div.box04 a.box04ITA {
	position: absolute;
	left: 70px;
	top: 129px;	
	width: 66px;
	height: 32px;
	background-position: -70px -129px;
}
div.box04 a:hover.box04ITA {
	background-position: -70px -447px;
}
div.box04 a.box04HKG {
	position: absolute;
	left: 228px;
	top: 159px;	
	width: 102px;
	height: 25px;
	background-position: -228px -159px;
}
div.box04 a:hover.box04HKG {
	background-position: -228px -477px;
}
div.box04 a.box04CAL {
	position: absolute;
	left: 433px;
	top: 133px;	
	width: 56px;
	height: 22px;
	background-position: -433px -133px;
}
div.box04 a:hover.box04CAL {
	background-position: -433px -451px;
}
div.box04 a.box04ASL {
	position: absolute;
	left: 286px;
	top: 248px;	
	width: 81px;
	height: 22px;
	background-position: -286px -248px;
}
div.box04 a:hover.box04ASL {
	background-position: -286px -566px;
}

div.box04 a.box04SIN {
	position: absolute;
	left: 210px;
	top: 192px;	
	width: 105px;
	height: 22px;
	background-position: -210px -192px;
}

div.box04 a:hover.box04SIN {
	background-position: -210px -510px;
}



ol.olstyle01 {
	margin-top: 15px;
	margin-left: 35px;
}
ol.olstyle01 li{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 80%;
	line-height: 1.3;
	color: #4165BA;
	font-weight: bold;
}
ol.olstyle01 p{ /* IE4-6p */
	_margin-top: 5px;
	_font-size: 100%;
}
ol.olstyle02 {
	margin-top: 15px;
	margin-left: 80px;
	margin-right: 40px;
	margin-bottom: 20px;
}
ol.olstyle02 li{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 80%;
	line-height: 1.3;
}
ol.olstyle03 {
	margin-top: 15px;
	margin-left: 30px;
	font-size: 80%;
}
ol.olstyle03 li{
	line-height: 1.3;
}

/* -------------------------------------------------------Top */

#topBox {
	margin-bottom: 10px;
}
#topBox dl {
	width: 250px;
	float: left;
}
#topBox dl.topBox1 {
}
#topBox dl.topBox2 {
	margin-left: 16px;
}
#topBox dl dd {
	margin-top: 2px;
}
#topBox dl dd img {
	float: left;
	width: 60px;
	margin-bottom:4px;
}
#topBox dl dd p {
	margin-left: 67px;
}
#topISO {
	clear: both;
	background: url(../img/bk_iso.jpg) no-repeat;
	height: 60px;
}
#topISO img {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
}
#topISO p.pISO {
	font-size: 70%;
	line-height: 1.2em;
	color: #666666;
	padding-top: 12px;
	margin-left: 6px;
}


/* -------------------------------------------------------CompanyBox */

#companyBox {
	margin-bottom: 10px;
}
#companyBox dl {
	width: 516px;
}
#companyBox dl dt{
	margin-top: 5px;
	clear: both;
}
#companyBox dl dd {
	margin-top: 2px;
}
#companyBox dl dd img {
	float: left;
	width: 60px;
	margin-bottom:4px;
}
#companyBox dl dd p {
	margin-left: 67px;
}

/* -------------------------------------------------------SitemapBox */

#sitemapBox {
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 80%;
}
#sitemapBox ul {
	float: left;
	width: 320px;
}
#sitemapBox ul li{
	margin-bottom: 10px;
	border-left: #4165BA 3px solid;
	color: #4165BA;
	float: clear;
	clear: both;
voice-family: "\"}\"";
voice-family:inherit;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#sitemapBox ul li a{
	font-weight: bold;
}
#sitemapBox ul ul {
	margin-left: 10px;
	margin-bottom: 5px;
	float: clear;
}
#sitemapBox ul ul li{
	margin-top: 5px;
	margin-bottom: 5px;
	background: url(../img/arrow_orange.gif) no-repeat left 7px;
	border-left: none;
voice-family: "\"}\"";
voice-family:inherit;
	padding-left: 10px;
	padding-bottom: 0px;
}
#sitemapBox ul ul li a{
	font-weight: normal;
}
#sitemapBox ul ul ul {
	margin-top: 8px;
	margin-bottom: 0px;
}
#sitemapBox ul ul ul li{
	margin-top: 0px;
	margin-right: 3px;	
	background: url(../img/arrow_blue.gif) no-repeat left 7px;
	border-left: none;
voice-family: "\"}\"";
voice-family:inherit;
	padding-left: 10px;
}
#sitemapBox ul ul ul li a{
	font-weight: normal;
}

/* --------------------------------------------------------------------------------Footer */
#footer {
	clear: both;
	width: 740px;
	height: 43px;
	background: #FFFFFF url(../img/bk_footer.gif) no-repeat;
}
#footer p.copyright {
	padding-left: 10px;
	padding-top: 19px;
	color: #666666;
}
#footer p.footerlinks {
	float: right;
	padding-right: 10px;
	padding-top: 21px;
	font-size: 70%;
}


