@charset "UTF-8";
/**/
body {
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
}
/*splash*/
h1 {
	width: 100%;
	height: 350px;
	background: url(titlebg.gif) repeat-x left top;
	margin: 0 auto;
}
/*wrapper*/
#wrapper {
	background: url(bg.jpg) no-repeat center top;
	width: 100%;
	height: 320px;
	display: block;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
#contents {
	margin: 0 auto;
	background: transparent;
	width: 760px;
	text-align: left;
}
/*menu*/
#menu {
	width: 380px;
	float: left;
	margin-top: 17px;
	list-style-type: none;
	display: block;
	height: 280px;
}
#menu li {
	width: 380px;
	height: 40px;
	list-style-type: none;
}
#menu li a {
	text-indent: -10000em;
	width: 380px;
	height: 40px;
	display: block;
	overflow: hidden;
}
#menu li#profile a {
	background: url(profile.jpg) no-repeat left top;
}
#menu li#locations a {
	background: url(locations.jpg) no-repeat left top;
}
#menu li#tec-golf a {
	background: url(tec-golf.jpg) no-repeat left top;
}
#menu li#tec-steel a {
	background: url(tec-steel.jpg) no-repeat left top;
}
#menu li#tec-forging a {
	background: url(tec-forging.jpg) no-repeat left top;
}
#menu li#medicaldevice a {
	background: url(medicaldevice.jpg) no-repeat left top;
}
#menu li#ir a {
	background: url(ir.jpg) no-repeat left top;
}
#menu li#profile a:hover,
#menu li#locations a:hover,
#menu li#tec-golf a:hover,
#menu li#tec-steel a:hover,
#menu li#tec-forging a:hover,
#menu li#medicaldevice a:hover,
#menu li#ir a:hover {
	background-position: left bottom;
}


/*whatsnew*/
#whatsnew {
	width: 345px;
	float: right;
	margin-top: 17px;
}
#whatsnew dt {
}
#whatsnew dd#list {
	width: 345px;
	height: 230px;
	display: block;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 9px;
}
#whatsnew dd#list dt {
	width: 75px;
	padding: 10px 0;
	display: block;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
}
#whatsnew dd#list dd {
	width: 235px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EBEBEB;
}
#whatsnew dd#list dd a {
	width: 215px;
	padding: 10px;
	line-height: 1.2em;
	display: block;
}
#whatsnew dd#list dd a:hover {
	background: #eeeeee;
}


/*sub*/
#sub {
	clear: both;
	width: 421px;
}
#sub li {
	float: left;
	list-style-type: none;
}
#sub li a {
	text-indent: -10000px;
	display: block;
	overflow: hidden;
	width: 137px;
	height: 32px;
}
#sub li#sitemap a {
	background: url(sitemap.gif) no-repeat left top;
}
#sub li#inquiries a {
	background: url(inquiries.gif) no-repeat left top;
}
#sub li#japanese a {
	background: url(japanese.gif) no-repeat left top;
}
#sub li#sitemap a:hover, #sub li#inquiries a:hover, #sub li#japanese a:hover {
	background-position: left bottom;
}
/*footer*/
address#footer {
	width: 760px;
	clear: both;
	padding: 20px 0;
	margin: 0 auto;
	text-align: left;
}
address#footer p {
	font-size: 85%;
	line-height: 120%;
}
address#footer p span#footname {
	font-weight: bold;
	padding-right: 10px;
}
address#footer p#copy {
	line-height: 300%;
}

