@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: 290px;
	display: block;
	margin: 0 auto;
	clear: both;
	text-align: center;
}
#contents {
	margin: 0 auto;
	background: transparent;
	width: 760px;
	height: 249px;
	text-align: left;
}
/*menu*/
#menu {
	width: 420px;
	float: left;
	margin-top: 17px;
	list-style-type: none;
	display: block;
	height: 240px;
}
#menu li {
	width: 420px;
	height: 40px;
	list-style-type: none;
}
#menu li a {
	text-indent: -10000em;
	width: 420px;
	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#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#ir a:hover {
	background-position: left bottom;
}
/*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%;
}
