@charset "UTF-8";




body {
	color: #000000;
	font-family: "MS PGothic", "Hiragino Gothic Pro", Osaka, sans-serif;
}

th,td{white-space: nowrap;}

img {
	border: none;
}

A:hover { 
  color : #FF367F;
  background-color : #ffffb3;
  visibility : visible;
  float : none;
  clear : none;
  position : relative;
  top : 1pt;
  left : 1pt;
}

table.header{
	width:465px;
	margin-bottom:20px;
	border-spacing:2px;
}

table.header td{
	padding:2px;
	vertical-align:middle;
}

table.header .indexcode{
	background-color:#006699;
	width:90px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}

table.header .title{
	width:177px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
}

table.header .boxcode{
	width:96px;
	color:#000080;
	font-weight:bold;
}

table.headedr .link{
	width:74px;
	text-align:right;
}

table.headedr .link a{
	display:inline;
}


table.data {
	border:2px outset #999;
	
	margin-bottom:30px;
}

table.data th, table.data td{
	border:1px inset #999;
	border-spacing:2px;
	padding:2px;
}

table.data th.space{
	border:none;
}

table.data tr.index th, table.data th.index{
	text-align:center;
	background-color:#d9ffd9;
	font-weight:bold;
}

table.data th.key{
	text-align:center;
	background-color:#d2e4ff;
	font-weight:normal;
}

table.data td{
	text-align:right;
	min-width:50px;
}

table.data td.stuck{
	text-align:center;
}
