@charset "utf-8";
/* CSS Document */

#history {
	padding:5px;
	margin:0 auto 20px;
	overflow: auto;
	width: 80%;
	height: 200px;
	border:ridge;
	text-align:center;
}

.historycell {
	width:auto;
	height:auto;
	margin-bottom:10px;
}

.historycell a{
	font-weight:bold;
}

#update {
	padding:5px;
	margin:0 auto 20px;
	overflow: auto;
	width: 80%;
	height: 100px;
	border:ridge;
	text-align:center;
}


.download a {
	margin-top:15px;
	height:30px;
	padding:12px 40px;
	line-height:30px;
	background:url(../image/downloadimage.gif) left no-repeat;
	font-weight:bold;
}

.support a {
	margin-top:15px;
	height:30px;
	padding:12px 40px;
	line-height:30px;
	background:url(../image/support.gif) left no-repeat;
	font-weight:bold;
}

.link_data a {
	margin-top:15px;
	height:35px;
	padding:12px 40px;
	line-height:35px;
	font-weight:bold;
	font-size:bold;
}
