.imgcontain {
	display: inline-block;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 5px;
	width: 120px;
	height: 80px;
	border: 1px solid #fff;
	background-size: contain;
}
.imgnavi {
	line-height: 100px;
	height:100px;
	font-size:3em;
	vertical-align: middle;
}
.subttl {
	color:#ffffff;	
}
.cutbtn {
	border:1px #c6c0c0 solid;
}

.message_info {
	color:#0000FF;
	font-weight: bold; 
}
.message_error {
	color:#FF0000;
	font-weight: bold; 
}
th a.asc:after {
        content: '▲';
}
th a.desc:after {
        content: '▼';
}

.icon_help {
	width: 18px;
}
