div.menubox_left {
/*	position: absolute;
	left: 10px;
	top: 95;*/
	width: 150px;
	padding: 12px 15px;
	background-color: #ffd491;
}
div.menubox_right {
	position: absolute;
	left: 610px;
	top: 680px;
}
div.foot {
	padding-bottom: 15px;
	text-align: center;
	font-size: 10pt;
}
div.promo_top {
	position: absolute;
	left: 200px;
	top: 110px;
	width: 530px;
	text-align: center;
	font-size: 10pt;
	/*background-color: #ffffaa;*/
}
div.update {
	position: absolute;
	left: 220px;
	top: 180px;
	width: 322px;
	height: 335px;
	margin: 10px;
	padding: 80px 40px 60px;
	overflow: hidden;
	text-align: center;
	background-image: url("graphic/udpanel.gif");
	background-repeat: no-repeat;
}
div.update_mail {
	position: absolute;
	left: 300px;
	top: 535px;
	width: 245px;
	/*height: 335px;*/
	padding: 5px;
	text-align: center;
	font-size: 10pt;
	color: #404040;
	background-color: #f0f0f0;
	border-style: double;
	border-width: 5px;
	border-color: #888888;
}
div.mail {
	position: absolute;
	left: 280px;
	top: 680px;
	padding: 10px 30px;
	font-size: 10pt;
	text-align: center;
	border-left: 15px solid #aaaaaa;
	border-bottom: 1px solid #888888;

}

img.menubtn {
	margin: 0px 0px 7px;
}

p.date {
	display: inline;
	font-size: 10pt;
	color: #ff4500;
}

table.mainmenu {
	width: 680px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #666666;
	border-style: solid;
	border-width: 2px;
	border-color: #dddddd;
	font-size: 11pt;
}

th.menu_windows {
	color: #ffffff;
	text-align: left;
	padding-left: 30px;
	background-color: #3333cc;
}
th.menu_android {
	color: #ffffff;
	text-align: left;
	padding-left: 30px;
	background-color: #339933;
}
th.menu_create {
	color: #ffffff;
	text-align: left;
	padding-left: 30px;
	background-color: #aa3333;
}
th.menu_technical {
	color: #ffffff;
	text-align: left;
	padding-left: 30px;
	background-color: #333333;
}

td.menu_item {
	width: 200px;
	font-weight: bold;
	text-align: center;
	background-color: #ffffcc;
}
td.menu_explain {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f9f9f9;
}
