@charset "utf-8";
* {
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}






/* hide hack from Mac-IE5 \*/
* html .mybuggyelement {
	height: 1%;
}
/* end hiding */



body {
	width: 858px;
	margin: 0px auto;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	font-family: sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #333333;
}
a img {
	border-style: none;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.hr {
	display: block;
	background-image: url(../images/hr.gif);
	height: 3px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
}










#contents {
	width: 858px;
	background-color: #FFFFFF;
}
#header  {
/*	background-image: url(../images/headerBG.gif);
*/	height: 60px;
	width: 858px;
}






#keywords  {
	position: absolute;
	left: -150%;
	font-weight: normal;
	line-height: 0em;
	z-index: 100;
}





#logo  {
	float: left;

	height: 50px;
	width: 230px;
	padding-top: 7px;
	padding-left: 15px;
	height: 50px;
}

#logo  img {
	border-style: none;
}






#headerMenu   {
	float: right;
	width: 400px;
	margin-top: 35px;
	margin-right: 15px;
}


#headerMenu  ul  li  {
	float: right;
	margin-left: 10px;
	background-repeat: no-repeat;
	list-style: none;
}

#headerMenu ul li#contact {
	background-image: url(../images/contact.gif);
}

#headerMenu ul li#privacyInfo {
	background-image: url(../images/privacyInfo.gif);
}

#headerMenu ul li#sitemap {
	background-image: url(../images/sitemap.gif);
}



#headerMenu ul li a {
	width: 100px;
	padding-left: 25px;
	color: #333333;
	line-height: 2em;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
	font-size: 90%;
}
#topMenu {
	clear: both;
	height: 138px;
	border-top: 1px solid #A0E6AF;
	border-bottom: 1px solid #DA6F54;
	background-color: #FFFFFF;
}
#home #topMenu {
	clear: both;
	height: 398px;
	border-top: 1px solid #A0E6AF;
	border-bottom: 1px solid #DA6F54;
	background-color: #FFFFFF;
}







#topMenu div.topMenuContext {
	float: left;
	height: 35px;
	width: 858px;
}
#topMenu div.topMenuImg {
	float: left;
	clear: left;
	height: 100px;
	width: 858px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FF3C3C;
	background-image: url(../images/top2.jpg);
	background-repeat: no-repeat;
}
#company #topMenu div.topMenuImg {
	float: left;
	clear: left;
	height: 100px;
	width: 858px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FF3C3C;
	background-image: url(../company/images/top.jpg);
	background-repeat: no-repeat;
}
#business #topMenu div.topMenuImg {
	float: left;
	clear: left;
	height: 100px;
	width: 858px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FF3C3C;
	background-image: url(../business/images/top.jpg);
	background-repeat: no-repeat;
}
#topix #topMenu div.topMenuImg {
	float: left;
	clear: left;
	height: 100px;
	width: 858px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FF3C3C;
	background-image: url(../topix/images/top.jpg);
	background-repeat: no-repeat;
}
#recruit #topMenu div.topMenuImg {
	float: left;
	clear: left;
	height: 100px;
	width: 858px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FF3C3C;
	background-image: url(../recruit/images/top.jpg);
	background-repeat: no-repeat;
}
#partner #topMenu div.topMenuImg {
	float: left;
	clear: left;
	height: 100px;
	width: 858px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 1px solid #FF3C3C;
	background-image: url(../partner/images/top.jpg);
	background-repeat: no-repeat;
}
#home #topMenu div.topMenuImg {
	float: left;
	clear: left;
	height: 360px;
	width: 858px;
	border-top: 2px solid #ffffff;
	border-bottom: 1px solid #FF3C3C;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}
#topMenu div.topMenuImg h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin-top: 10px;
	margin-left: 25px;
}
#topMenu div.topMenuImg h1 a {
	font-weight: bold;
}








#topMenu ul {
	width: 858px;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}






#topMenu ul li {
	float: left;
	list-style: none;
}






#topMenu ul li a {
	height: 35px;
	width: 141px;
	border-left: 2px solid #FFFFFF;
	color: #333333;
	line-height: 3em;
	text-decoration: none;
	display: block;
	text-align: center;
	background-image: url(../images/normalButtonBG.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 90%;
}






#topMenu ul li a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/hoverButtonBG.gif);
}







#topMenu ul li#nHome a {
	border-left: 1px solid #FFFFFF;
}






#home #topMenu #nHome a,
#topix #topMenu #nTopix a,
#company #topMenu #nCompany a,
#business #topMenu #nBusiness a,
#recruit #topMenu #nRecruit a,
#partner #topMenu #nPartner a
 {
	background-image: url(../images/activeButtonBG.gif);
	background-repeat: repeat-x;
}
#contents #mainbody {
	position: absolute;
	top: 201px;
	width: 858px;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#home #contents #mainbody {
	position: absolute;
	top: 459px;
	width: 858px;
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#middleBanner {
	text-align: center;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}







#sidemenu  {
	float: left;
	width: 210px;
	padding: 5px 10px 10px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #DCEBFC;
	border: 1px dotted #76B1F3;
}

#sidemenu h2 {
	width:196px;
	font-family:helvetica, arial, sans-serif;
	margin:0 0 0.3em 0;
	padding:0.3em 0.5em;
	color:#666666;
	border: 0px dotted #76B1F3;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
}

#sidemenu ul {
	font-family:helvetica, arial, sans-serif;
	margin:0;
	padding:0;
	width:210px;
	background-color: #FFFFFF;
	border: 1px dotted #76B1F3;
}
#sidemenu ul li {
	list-style:none;
	margin:0.3em 0;
}
#sidemenu ul li a {
	text-decoration:none;
	display:block;
	padding:0.3em 0.5em;
	border:0px dotted #76B1F3;
	color:#666666;
	background:#FFFFFF;
}
#sidemenu ul li a:hover {
	border:0px solid #76B1F3;
	color:#000000;
	background:#DCEBFC
}
#sidemenu #sakasa {
	height: 47px;
	width: 210px;
	margin-top: 10px;
	background-color: #FFFFFF;
	text-align: center;
}

#sidemenu #oesf {
	height: 62px;
	width: 210px;
	margin-top: 10px;
	background-color: #FFFFFF;
	text-align: center;
}


/*
#sidemenu  ul li {
	height: 25px;
	width: 209px;
	border-bottom: 1px dotted #54DA6F;
	line-height: 2em;
	text-align: center;
	list-style: none;
}






#sidemenu ul li a {
	height: 25px;
	width: 209px;
	color: #333333;
	text-decoration: none;
	display: block;
}






#sidemenu ul li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCF2D3;
}







#sidemenu h2 {
	padding: 4px 0px 4px 15px;
	border-top: 1px dotted #54DA6F;
	border-bottom: 1px dotted #54DA6F;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
*/








#maincontents {
	float: right;
	width: 573px;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#subcontents {
	float: right;
	width: 573px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}






#maincontents h2,
#subcontents h2 {
	padding: 4px 0px 4px 15px;
	border-top: 1px dotted #8FC0F5;
	border-bottom: 1px dotted #8FC0F5;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#maincontents h3 {
	margin:1em 0;
	padding:5px 5px 5px 10px;
	color:#333333;
	font-size: 100%;
	font-weight:bold;
	background-color: #FFFFFF;
	background-image: url(../images/h3bg.gif);
	background-repeat: repeat;
	background-position: left top;
	border: 3px double #98C5F5;
}
#maincontents h4 {
	padding:5px 0 5px 15px;
	border-left:8px solid #98C5F5;
	border-bottom:1px solid #98C5F5;
	font-size: 100%;
	font-weight: bold;
	color:#333333;
	margin-left: 10px;
	margin-bottom: 1em;
	margin-top: 1em;
}
#maincontents    h5 {
	font-weight: bold;
	font-size: 120%;
	line-height: 22px;
	color: #76B1F3;
	background-color: #DCEBFC;
	margin: 20px 10px;
	padding: 10px 10px 10px 80px;
}
#maincontents .q1 {
	background-image: url(../images/q1.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maincontents .q2 {
	background-image: url(../images/q2.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maincontents .q3 {
	background-image: url(../images/q3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maincontents .q4 {
	background-image: url(../images/q4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maincontents .q5 {
	background-image: url(../images/q5.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maincontents .q6 {
	background-image: url(../images/q6.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#maincontents .q7 {
	background-image: url(../images/q7.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#maincontents   h6 {
	font-weight: bold;
	color: #98C5F5;
	text-align: right;
	clear: both;
	margin: 15px;
	padding-right: 15px;
	font-size: 100%;
}
#maincontents  h3  a, #maincontents  h4  a {
	color:#333333;
	font-weight: bold;
}
#maincontents  h6  a {
	color: #98C5F5;
	font-weight: bold;
}


#maincontents h3 span, #maincontents h4 span {
	float: right;
	position: relative;
	right: 1.2em;
	bottom: 1.2em;
}
#maincontents  h6  img {
	vertical-align: middle;
}








#maincontents table,
#subcontents table {
	margin-bottom: 15px;
	border-collapse: collapse;
	width: 573px;
}

#maincontents table.notitle {
	margin-bottom: 15px;
	border-collapse: collapse;
	width: 574px;
	border-top: 1px dotted #76B1F3;
}






#maincontents table th,
#subcontents table th {
	width: 140px;
	padding: 5px 15px;
	border-bottom: 1px dotted #76B1F3;
	text-align: center;
	border-right: 1px dotted #76B1F3;
}

#maincontents table td,
#subcontents table td {
	padding: 5px 15px;
	border-bottom: 1px dotted #76B1F3;
}
#maincontents table td.noborder,
#subcontents table td.noborder,
#maincontents table.noborder td,
#subcontents table.noborder td,
#maincontents table th.noborder,
#subcontents table th.noborder,
#maincontents table.noborder th,
#subcontents table.noborder th,
#maincontents table tr.noborder,
#subcontents table tr.noborder,
#maincontents table.noborder tr,
#subcontents table.noborder tr {
	padding: 0 4px 0 4px;
	border-bottom: none;
}
#maincontents  table  .odd,#subcontents 
table  .odd  {
	background-color: #DCEBFC;
}
#maincontents  table.wbtn {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}
#maincontents table.wbtn td,
#subcontents table.wbtn td {
	padding: 5px;
	text-align: center;
	border-style: none;
}
#maincontents  table.sitemap {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
}
#maincontents table.sitemap td {
	padding: 5px;
	text-align: left;
	border-style: none;
	vertical-align: top;
	width: 50%;
}
#maincontents  table.sitemap  td  li a {
	color: #76B1F3;
}
#maincontents table.intable {
	border-collapse: collapse;
	width: 372px;
	border: 1px dotted #76B1F3;
}
#maincontents table.intable td {
	border: 1px dotted #76B1F3;
	background-color: #FFFFFF;
}
#maincontents table.intablenoborder {
	border-collapse: collapse;
	width: 372px;
	border: none;
}
#maincontents table.intablenoborder td {
	border: none;
}
#maincontents table.intablenoborder450 {
	border-collapse: collapse;
	width: 450px;
	border: none;
}
#maincontents table.intablenoborder450 td {
	border: none;
	vertical-align: text-top;
}
#maincontents table.bordertop {
	border-top: 1px dotted #76B1F3;
}




#maincontents .right {
	float: right;
	margin-right: 15px;
}
#maincontents .rightalign {
	text-align: right;
	margin-right: 15px;
}
#maincontents        .centeralign  {
	text-align: center;
	padding: 1px;
	width: 100%;
	clear: both;
	margin: 1px;
}
#maincontents .leftalign {
	text-align: left;
	margin-left: 15px;
}
#maincontents  ul, #maincontents dl {
	margin-left: 30px;
	list-style: url(../images/list_circle.gif);
	clear: inherit;
}
#maincontents  ul.nomargin, #maincontents dl.nomargin {
	margin-left: 0px;
	list-style: url(../images/list_circle.gif);
}
#maincontents  ul.nobullet, #maincontents dl.nobullet {
	margin-left: 20px;
	list-style: none;
}

#maincontents p  {
	line-height: 1.2;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 10px;
}
#maincontents p.nomargin {
	margin-left: 0px;
}
#maincontents .margin10 {
	margin-left: 10px;
}
#maincontents .margin30 {
	margin-left: 30px;
}
#maincontents  .margin144 {
	margin-left: 144px;
}



#maincontents li  {
	line-height: 1.2;
	margin-left: 15px;
	margin-right: 10px;
}
#maincontents    .width75Center {
	width: 75%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#maincontents        img.leftpicture       {
	float: left;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#maincontents        img.rightpicture       {
	float: right;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
}
#maincontents  .greenbox {
	background-color: #DCEBFC;
	margin: 10px 30px;
	padding: 10px;
	color: #76B1F3;
}
#maincontents  .greenboxnomargin {
	background-color: #DCEBFC;
	margin: 10px;
	padding: 10px;
	color: #76B1F3;
	border: 1px dotted #76B1F3;
}

#maincontents  .greenbox strong  {
	font-weight: bold;
}
#maincontents p.infobox {
	font-weight: bold;
	color: #76B1F3;
	text-align: center;
	clear: both;
	margin: 15px auto;
	font-size: 120%;
}
#maincontents p.infotext {
	font-weight: bold;
	color: #76B1F3;
	clear: both;
	margin: 5px auto;
	font-size: 120%;
}
#business    #maincontents   p a, #business  #maincontents li a {
	text-decoration: underline;
}

#maincontents a.greenbold {
	font-weight: bold;
	color: #76B1F3;
}



#footerBanner {
	clear: both;
}
#footerBanner  #bannerEXEOGroup {
	width: 200px;
	float: left;
	text-align: center;
}
#footerBanner  #bannerISO9001 {
	width: 200px;
	float: left;
	text-align: center;
}
#footerBanner #bannerISMS {
	float: left;
	width: 200px;
	text-align: center;
}
#footerBanner #bannerJISQ15001 {
	float: left;
	width: 150px;
	text-align: center;
}
#footerBanner #bannerLOL {
	text-align: center;
	width: 300px;
	float: left;
}











#footerMenu {
	clear: both;
	padding-right: 15px;
	font-size: 100%;
	color: #333333;
	text-align: right;
}





#footer {
	clear: both;
	height: 35px;
	padding-right: 15px;
	font-size: 75%;
	color: #333333;
	line-height: 35px;
	text-align: right;
	background-color: #54DA6F;
	background-image: url(../images/normalButtonBG.gif);
	background-repeat: repeat-x;
	vertical-align: bottom;
}

body#sub {
	width: 630px;
	margin: 0px auto;
	font-family: sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	background-image: none;
}

#contents_sub {
	width: 603px;
	background-color: #FFFFFF;
}

#contents #mainbody_sub {
	top: 0px;
	width: 603px;
	background-color: #FFFFFF;
	position: absolute;
}

