@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
html{
	overflow:-moz-scrollbars-vertical;
}
div {   
    zoom: 1;/*for IE 5.5-7*/
}   
div:after {/*for modern browser*/
    content: ".";
    clear: both;
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}  
body{
	color: #444;
	font-size: small;
	font-family: Helvetica, Arial, Sans-serif, "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo";
	line-height: 1.5;
	background: #BBB url(../img/body_bg.jpg) repeat-y center top;
	margin-top: 5px;
}

#container{
}
#wrapper{
	width:900px;
	margin: 0 auto;
	background: url(../img/bg_container.jpg) ;
}
#header{
	color: #FFF;
	background: #000 url(../img/header_bg.jpg) ;
	height:90px;
}
#header h1{
	float: left;
	position: relative;
	top: 17px;
	left: 25px;
}
#header #logoArea{
	float: right;
	height: 31px;
	margin:0;
	padding: 17px 15px 0 0;
}
#header #langArea{
	clear: both;
	float: right;
	margin:0;
	height: 18px;
	padding: 0px 15px 0 0;
}
#header #langArea a.btn_en{
	padding-right: 5px;
	float: left;
	width: 67px;
	height: 18px;
	display: block;
	background: url(../img/btn_en.jpg) 0px -18px no-repeat;
}
#header #langArea a:link.btn_en, #header #langArea a:visited.btn_en{ 
	background: url(../img/btn_en.jpg) 0px -18px no-repeat;
}
#header #langArea a:hover.btn_en, #header #langArea a:active.btn_en{
	background: url(../img/btn_en.jpg) 0px -18px no-repeat;
}
#header #langArea a.btn_ja{
	float: left;
	width: 58px;
	height: 18px;
	display: block;
	background: url(../img/btn_ja.jpg) 0px 0px no-repeat;
}
#header #langArea a:link.btn_ja, #header #langArea a:visited.btn_ja{ 
	background: url(../img/btn_ja.jpg) 0px 0px no-repeat;
}
#header #langArea a:hover.btn_ja, #header #langArea a:active.btn_ja{
	background: url(../img/btn_ja.jpg) 0px -18px no-repeat;
}
#navi{
	color:#FFF;
	background: #444;
	width: 900px;
	height:42px;
}
#navi li{
	float:left;
}
#main{
	width: 900px;
	margin:0px auto;
	padding:0 0 3px 0;
	background: #CCC url(../img/main_bg.jpg) repeat-y;
	border-top: 1px solid #494B59;
}
#contents{
	width: 800px;
	margin: 0 auto;
	min-height:250px;
	_height:250px;
	padding:13px 50px 20px;
	background: #FFF;
	text-align:left;
	border-bottom:1px solid #AAA;
}
#contents:after{
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
#contents h3{
	margin-bottom:15px;
}
#contents h4{
	color: #0A0A31;
	font-size:110%;
	padding:0 7px 0 0.8em;
	margin:10px 10px 20px;
	background:url(../img/icon_tag.gif) 0 50% no-repeat;
}
#contents h5{
	color: #F32;
	border-left:2px solid #B7950B;
	font-size:100%;
	padding:0 5px;
	margin:10px 15px 5px;
}
#contents h5.line{
	background:#E8DCC6;
	padding:4px 0 4px 10px;
	width:610px;
}
#contents p{
	font-size:100%;
	margin:0 20px 1.5em;
}
#contents #flashMovie{
	margin:0 110px 10px;
	text-align:center;
}
#contents a:link{
	color: #00668C;
	text-decoration: none;
}
#contents a:visited{
	color: #00668C;
	text-decoration: none;
}
#contents a:hover{
	color: #007DAB;
	text-decoration: none;
}
#contents a:active{
	color: #F28D00;
	text-decoration: none;
}
#footer{
	clear:both;
	width:880px;
	margin:0 auto;
	padding:10px;
}
#footer ul{
	float:left;
}
#footer ul li{
	float:left;
	margin:0 18px 0 5px;
	padding:0 0 0 0.8em;
	background:url(../img/icon_arrow.gif) 0 50% no-repeat;
}
#footer ul li#GlobalHome{
	float:left;
	margin:0 20px 0 0;
	padding:4px 0 0;
	background:none;
}
#footer p{
	float:right;
	color:#0A0A31;
	padding-right:10px;
}
img{
	border: 0;
}
a:link{
	color: #0A0A31;
	text-decoration: none;
}
a:visited{
	color: #0A0A31;
	text-decoration: none;
}
a:hover{
	color: #065D7D;
	text-decoration: none;
}
a:active{
	color: #065D7D;
	text-decoration: none;
}
a:focus{
	outline: 0;
}
ul,ol,li{
	list-style-type: none;
}
.clr{
	clear: both;
}
.txtR{
	text-align:right;
}
.txtC{
	text-align:center;
}
/* box content  -----------------------------------------------------*/
#box_concept{
	height:400px;
	background: url(../../images/bg_concept.jpg) bottom right no-repeat;
}
#box_order .frame{
	width:600px;
	margin:20px auto;
	border:3px solid #AAA;
}
#box_order .frame p{
	font-size:120%;
	text-align:center;
	margin:20px 0;
}

.alt_text{
	position:relative;
	left:-9999px;
	overflow:hidden;
	font-size:1%;
}
/* navi link [home] -----------------------------------------------------*/
.navi_home{
	width: 81px;
	height: 42px;
	display: block;
	background: url(../img/navi_home.jpg) 0px 0px no-repeat;
}
.navi_home a{
	width: 81px;
	height: 42px;
	display: block;
	background: url(../img/navi_home.jpg) 0px 0px no-repeat;
}
#menu_home .navi_home a{
	width: 81px;
	height: 42px;
	background: url(../img/navi_home.jpg) 0px -42px no-repeat;
}
.navi_home a:link, .navi_home a:visited{ 
	background: url(../img/navi_home.jpg) 0px 0px no-repeat;
}
.navi_home a:hover, .navi_home a:active{
	background: url(../img/navi_home.jpg) 0px -42px no-repeat;
}
/* navi link [about] -----------------------------------------------------*/
.navi_about{
	width: 102px;
	height: 42px;
	display: block;
	background: url(../img/navi_about.jpg) 0px 0px no-repeat;
}
.navi_about a{
	width: 102px;
	height: 42px;
	display: block;
	background: url(../img/navi_about.jpg) 0px 0px no-repeat;
}
#menu_about .navi_about a{
	width: 102px;
	height: 42px;
	background: url(../img/navi_about.jpg) 0px -42px no-repeat;
}
.navi_about a:link, .navi_about a:visited{ 
	background: url(../img/navi_about.jpg) 0px 0px no-repeat;
}
.navi_about a:hover, .navi_about a:active{
	background: url(../img/navi_about.jpg) 0px -42px no-repeat;
}
/* navi link [group] -----------------------------------------------------*/
.navi_group{
	width: 163px;
	height: 42px;
	display: block;
	background: url(../img/navi_group.jpg) 0px 0px no-repeat;
}
.navi_group a{
	width: 163px;
	height: 42px;
	display: block;
	background: url(../img/navi_group.jpg) 0px 0px no-repeat;
}
#menu_group .navi_group a{
	width: 163px;
	height: 42px;
	background: url(../img/navi_group.jpg) 0px -42px no-repeat;
}
.navi_group a:link, .navi_group a:visited{ 
	background: url(../img/navi_group.jpg) 0px 0px no-repeat;
}
.navi_group a:hover, .navi_group a:active{
	background: url(../img/navi_group.jpg) 0px -42px no-repeat;
}
/* navi link [product] -----------------------------------------------------*/
.navi_product{
	width: 185px;
	height: 42px;
	display: block;
	background: url(../img/navi_product.jpg) 0px 0px no-repeat;
}
.navi_product a{
	width: 185px;
	height: 42px;
	display: block;
	background: url(../img/navi_product.jpg) 0px 0px no-repeat;
}
#menu_product .navi_product a{
	width: 185px;
	height: 42px;
	background: url(../img/navi_product.jpg) 0px -42px no-repeat;
}
.navi_product a:link, .navi_product a:visited{ 
	background: url(../img/navi_product.jpg) 0px 0px no-repeat;
}
.navi_product a:hover, .navi_product a:active{
	background: url(../img/navi_product.jpg) 0px -42px no-repeat;
}
/* navi link [tech] -----------------------------------------------------*/
.navi_tech{
	width: 117px;
	height: 42px;
	display: block;
	background: url(../img/navi_tech.jpg) 0px 0px no-repeat;
}
.navi_tech a{
	width: 117px;
	height: 42px;
	display: block;
	background: url(../img/navi_tech.jpg) 0px 0px no-repeat;
}
#menu_tech .navi_tech a{
	width: 117px;
	height: 42px;
	background: url(../img/navi_tech.jpg) 0px -42px no-repeat;
}
.navi_tech a:link, .navi_tech a:visited{ 
	background: url(../img/navi_tech.jpg) 0px 0px no-repeat;
}
.navi_tech a:hover, .navi_tech a:active{
	background: url(../img/navi_tech.jpg) 0px -42px no-repeat;
}
/* navi link [sustainability] -----------------------------------------------------*/
.navi_sustain{
	width: 136px;
	height: 42px;
	display: block;
	background: url(../img/navi_sustain.jpg) 0px 0px no-repeat;
}
.navi_sustain a{
	width: 136px;
	height: 42px;
	display: block;
	background: url(../img/navi_sustain.jpg) 0px 0px no-repeat;
}
#menu_sustain .navi_sustain a{
	width: 136px;
	height: 42px;
	background: url(../img/navi_sustain.jpg) 0px -42px no-repeat;
}
.navi_sustain a:link, .navi_sustain a:visited{ 
	background: url(../img/navi_sustain.jpg) 0px 0px no-repeat;
}
.navi_sustain a:hover, .navi_sustain a:active{
	background: url(../img/navi_sustain.jpg) 0px -42px no-repeat;
}

/* navi link [contact] -----------------------------------------------------*/
.navi_contact{
	width: 116px;
	height: 42px;
	display: block;
	background: url(../img/navi_contact.jpg) 0px 0px no-repeat;
}
.navi_contact a{
	width: 116px;
	height: 42px;
	display: block;
	background: url(../img/navi_contact.jpg) 0px 0px no-repeat;
}
#menu_contact .navi_contact a{
	width: 116px;
	height: 42px;
	background: url(../img/navi_contact.jpg) 0px -42px no-repeat;
}
.navi_contact a:link, .navi_contact a:visited{ 
	background: url(../img/navi_contact.jpg) 0px 0px no-repeat;
}
.navi_contact a:hover, .navi_contact a:active{
	background: url(../img/navi_contact.jpg) 0px -42px no-repeat;
}


#news dl{
	margin:0px 10px;
}
#news dl dt{
	width: 8.0em;
	margin-bottom: 1.4em;
}
#news dl dd{
	margin:-2.8em 0 0.7em 8.0em;
}

#system dl{
	margin:0px 20px;
}
#system dl dt{
	width: 14.0em;
	margin-bottom: 1.4em;
}
#system dl dd{
	margin:-2.8em 0 0.7em 14.0em;
}
#system ul{
	margin:0 20px;
}
#system ul li{
	list-style-type:disc;
	margin-left:1.0em;
}
#about dl{
	margin:0px 10px;
}
#about dl dt{
	width: 12.0em;
	margin-bottom: 1.4em;
}
#about dl dd{
	margin:-1.4em 0 0.7em 12.0em;
}
#group dl{
	margin:0px 10px;
}
#group dl dt{
	width: 12.0em;
	font-weight:bold;
	margin-bottom: 1.4em;
}
#group dl dd{
	margin:-2.8em 0 0.7em 12.0em;
}

table	{
	border-collapse:collapse;
	border-spacing: 0;
	width: 740px;
	margin:0 auto 30px;
}
th, td	{
	padding: 10px 15px;
}

.history th	{
	border-bottom: 1px dotted #999;
	font-size:108%;
	width:20px;
	color: #06506A;
}
.history td	{
	border-bottom: 1px dotted #999;
}

.manageT th	{
	border: 1px solid #AAA;
	font-size:108%;
	color:#4F6B72;
	font-weight:normal;
	width:20%;
	white-space:nowrap;
	vertical-align:top;
	background: #CAE8EA url(../img/table_top.gif) repeat-x;
}
.manageT td	{
	border: 1px solid #AAA;
	background:#F5FAFA;
}
.group th	{
	border: 1px solid #AAA;
	color:#4F6B72;
	font-size:108%;
	width:20%;
	white-space:nowrap;
	vertical-align:top;
	background: #CAE8EA url(../img/table_top.gif) repeat-x;
}
.group td	{
	border: 1px solid #AAA;
	vertical-align:top;
	background:#F5FAFA;
}
.group td ul{
}
.group td ul li{
	font-weight:bold;
}
.group td ul li.branch{
	margin-left:1.5em;
	font-weight:normal;
	list-style-type: disc;
	_text-indent:1.0em;
}
.group td ul.branch{
	margin:1.0em 0 0;
}


br{
	letter-spacing: 0;
}
