

html, body {
	margin: 0;
	padding: 0;
}
BODY {
	color: #393939;
	text-align: center;
	font: x-small "MS UI Gothic";
}
p {
	margin: 0 10px 10px;
}
DIV#header_2 {
	color: #66c;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
div#content P {
	font-size: x-small;
}
DIV#header_1 {
	background: #66c;
	color: white;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : silver black black silver;
text-align : left;
}
div#header_1 p {
	margin: 0;
	padding: 5px 10px;
}
DIV#footer {
	
	width: 100%;
	background: #66c;
	color: white;
	border-width : 1px 1px 1px 1px;
	border-style : solid solid solid solid;
	border-color : silver black black silver;
text-align : left;
float : left;
}
div#footer p {
	margin: 0;
	padding: 5px 10px;
}
div#container {
	width: 780px;
	text-align: left;
	margin: auto;
}
div#wrapper {
	float: left;
	width: 100%;
}
DIV#content {
	margin: 0 130px 0 170px;
	padding: 5px;
	padding-bottom: 5px;
}
DIV#navigation {
	float: left;
	width: 160px;
	margin-left: -780px;
}
DIV#extra {
	float: left;
	width: 125px;
	margin-left: -125px;
}
DIV#extra_container {
	border-width: 1px;
	border-style : none none none none;
	border-color: #f6f6f6 silver silver #f6f6f6;
}
div#header_1 {
	clear: left;
	width: 100%;
}
DIV#nav_container H3 {
	font-size: x-small;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: silver;
	border-bottom-color: silver;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-align: center;
	background: #F6F6F6;
}
DIV#nav_container {
	width: 160px;
	padding-top: 1em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: silver;
	border-bottom-color: silver;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f6f6f6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f6f6f6;
}
UL#navlist {
	list-style-image : url(image/arrow_5.gif);

DIV#navlist_li LI {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}


a.widelink { display: block; width: 100%;}
a.widelink:hover { background-color: #ffffff; color:red;}

H1{
font-size : large;
}
H2{
font-size : medium;
}
H3{
font-size : small;
}




TABLE{
font-size : x-small;
}

.history{
width : 450px;
text-align : center;
height : 300px;
}

.history_2{
width : 450px;
text-align : center;
height : 150px;
}

.l_m {
    width : 160px;
	text-align: left;
	border-width: 1px;
	border-style: solid;
	border-color: silver black black silver;
	padding: 10px 5px;

}
.l_m br{line-height : 30%;}

h3.h3_2 {
	font-size: x-small;
	text-align: center;
	margin-top: 0.2em;
	margin-bottom: 0.2em;	
}	
	
/*************************
  任意の範囲を中央に表示（センタリング）
*************************/

div.ct { text-align: center; margin-left: auto; margin-right: auto; }
