@charset "utf-8";

/* --------------------------------
   print
-------------------------------- */

#container {
	width: 760px;
	border-right: none;
	border-left: none;
}
#header {
	width: 100%;
	border-bottom: solid 4px #4454C5;
}
#copy {
	border: solid 1px #4454C5;
	width: 100%;
}
#gnavi {
	display: none;
}
#hlink {
	width:auto;
}
#lang {
	float: none;
}
#hlink ul {
	float: none;
	width:auto;
}
.contents h1 {
	border: solid 1px #999;
	padding: 5px 10px;
}
.contents h2 {
	border-left: solid 4px #999;
	padding: 5px 10px;
}
.contents div h2 {
	border: none;
	padding: 0px;
}
.history {
	border-collapse:collapse;
}
.history thead td,
.history th,
.history td,
#tableSt .odd .cell_year,
#tableSt .even .cell_year {
	border: solid 1px #ccc;
}