@charset "UTF-8";
/**/
body {
	background: #ffffff;
	margin: 0 auto;
	text-align: center;
}
/*splash*/
h1#splash {
	width: 100%;
	height: 350px;
	margin: 0 auto;
}
/*wrapper*/
#wrapper {
	background: url(bg.gif) no-repeat center top;
	width: 100%;
	display: block;
	margin: 0 auto;
	clear: both;
}
#contents {
	width: 760px;
	display: block;
	margin: 0 auto;
	text-align: left;
	clear: both;
	overflow: hidden;
}
/*menu*/
#menu {
	width: 380px;
	float: left;
	margin-top: 17px;
	list-style-type: none;
	display: block;
}
#menu li {
	list-style-type: none;
}
#menu li a {
	text-indent: -10000px;
	width: 380px;
	height: 40px;
	display: block;
	overflow: hidden;
}
#menu li#outline a {
	background: url(outline.jpg) no-repeat left top;
}
#menu li#guide a {
	background: url(guide.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#newgene a {
	background: url(newgene.jpg) no-repeat left top;
}
#menu li#career a {
	background: url(career.jpg) no-repeat left top;
}
#menu li#outline a:hover,
#menu li#guide 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,
#menu li#newgene a:hover,
#menu li#career a:hover {
	background-position: left bottom;
}
/*whatsnew*/
#whatsnew {
	width: 345px;
	float: right;
	margin-top: 17px;
}
#whatsnew dt {
}
#whatsnew dd#list {
	width: 345px;
	height: 265px;
	display: block;
	overflow: auto;
	margin-top: 10px;
}
#whatsnew dd#list dt {
	width: 75px;
	border-top: 1px solid #cccccc;
	padding: 10px 0;
	display: block;
	float: left;
}
#whatsnew dd#list dd {
	width: 235px;
	border-top: 1px solid #cccccc;
	float: left;
}
#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;
	font-size: 0.9em;
	width: 760px;
	margin: 0 auto;
}
#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#contact a {
	background: url(contact.gif) no-repeat left top;
}
#sub li#english a {
	background: url(english.gif) no-repeat left top;
}
#sub li#sitemap a:hover, #sub li#contact a:hover, #sub li#english a:hover {
	background-position: left bottom;
}
/*footer*/
address#footer {
	width: 760px;
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
	letter-spacing: 1px;
	line-height: 1.2em;
	text-align: left;
}
address#footer p {
	font-size: 77%;
	letter-spacing: 1px;
	line-height: 120%;
	margin: 3px 0 0;
}

