@charset "utf-8";
/* CSS Document */


*{
margin:0;
padding:0;
}

html,body{
  height: 100%;
}
.hinban{ 
background-color:#000!important;
color:#fff!important;
}

.colory {
background-color: #DCDCDC!important;
}

.colorx {
background-color: #E0FFFF!important;	
}
	

.utspec {
width:640px;
border-collapse: collapse;
}
.utspec th {
width:120px;
border: solid 1px #666666;
color: #ffffff;
background-color: #494949;
font-family: メイリオ; 
padding-left:0px;
text-align:center;
font-size: 11px;
}

.utspec td {
	width: 100px;
	border: solid 1px #666666;
	color: #000000;
	background-color: #ffffff;
	font-family: メイリオ;
	text-align: center;
	font-size: 11px;
	line-height:1.5em;

}
