@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: verdana;
	}
body {
	background-color: #EEEEEE;
	}
#container {
	width: 630px;
	margin: 20px auto;
	}
#header {
	width: 630px;
	height: 114px;
	display: block;
	background-image: url(images/header.gif);
	position: relative;
	}
body#index_en #header {
	background-image: url(images/header_en.gif);
	}
h1 a {
	width: 240px;
	height: 82px;
	display: block;
	position: absolute;
	top: 17px;
	left: 14px;
	text-indent: -3000px;
	}
body#index_en h1 a {
	width: 372px;
	height: 82px;
	display: block;
	position: absolute;
	top: 17px;
	left: 14px;
	text-indent: -3000px;
	}
#description {
	position:absolute;
	top: 94px;
	left:0px;
	width: 620px;
	height: 20px;
	font-size: 12px;
	text-align: right;
	}
#menu {
	width: 628px;
	height: 32px;
	display: block;
	background: url(images/memu.gif) repeat-x;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	position: relative;
	}
#menu01 {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 60px;
	height: 32px;
	display: block;
	}
#menu02 {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 50px;
	height: 32px;
	display: block;
	}
#menu03 {
	position: absolute;
	top: 0px;
	left: 130px;
	width: 80px;
	height: 32px;
	display: block;
	}
#menu04 {
	position: absolute;
	top: 0px;
	left: 470px;
	width: 150px;
	height: 32px;
	display: block;
	}
#menu01 a {
	width: 60px;
	height: 32px;
	display: block;
	background-image: url(images/menu01.gif);
	background-position: 0px 0px;
	text-indent: -3000px;
	}
#menu02 a {
	width: 50px;
	height: 32px;
	display: block;
	background-image: url(images/menu02.gif);
	background-position: 0px 0px;
	text-indent: -3000px;
	}
#menu03 a {
	width: 80px;
	height: 32px;
	display: block;
	background-image: url(images/menu03.gif);
	background-position: 0px 0px;
	text-indent: -3000px;
	}
#menu04 a {
	width: 150px;
	height: 32px;
	display: block;
	background-image: url(images/menu_yawata.gif);
	background-position: 0px 0px;
	text-indent: -3000px;
	}
#menu01 a:hover, #menu02 a:hover, #menu03 a:hover, #menu04 a:hover,
body#index_ja #menu01 a, body#history #menu02 a, body#index_en #menu03 a {
	background-position: 0px -32px;
	}
#contents {
	width: 560px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding: 20px 34px 0;
	background-color: #FFFFFF;
	}


#footer {
	width: 630px;
	height: 70px;
	display: block;
	background-image: url(images/footer.gif);
	}

table {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCC;
	border-collapse: collapse;
	}
table th {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCC;
	border-collapse: collapse;
	padding: 3px 2px 3px 3px;
	text-align: right;
	font-size: 11px;
	}
table td {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCC;
	border-collapse: collapse;
	padding: 3px 2px 3px 3px;
	font-size: 11px;
	}	
