.startbtn
{
    position:absolute;
    left:0px;
    width:150px;
    top: 0px;
    height:100px;
    background-image:url(/img/topbar-but.png);
    background-repeat:no-repeat;
    background-position-y: 0px;
    z-index:20;
}

.startmenu
{
    margin:0;
    position:absolute;
    left:0px;
    top:88px;
    visibility:hidden;
    z-index:19;
}
.menubackbot
{
	/* スタートメニュー上部の空隙 */
	position:absolute;
	left:0px;
	padding-top:0;
	width:410px;
	height:40px;
	background-image:url(menuback-bot.png);
	background-repeat:no-repeat;
}
.startmenuarea
{
	/* スタートメニュー上部の空隙 */
	padding-top:20px;
	padding-bottom:0;
	padding-left:4px;
	margin-bottom:0;
	width:410px;
	height:150px;
	background-image:url(menuback.png);
	background-repeat:repeat-y;
}
.menulinks
{
    margin-left:4px;
    width:190px;
    list-style: none;
    float: left;
}
.menulinks a
{
	display: block;
	padding:10px 0px 0 10px;
	height:40px;
	text-decoration: none;
	font-size:16px;
	color:White;
	vertical-align:middle;
}
.menulinks a:hover
{
	display: block;
	padding:10px 0px 0 10px;
	margin-bottom:0;
	height:40px;
	background-image:url(menubackhot2.png);
	background-repeat:no-repeat;
	text-decoration: none;
	font-size:16px;
	color:White;
}
.menulist
{
	width:190px;

	border:solid 1px gray;
	background-color:White;
	list-style: none;
	float: left;
}
.menulist a img
{
	width:20px;
	list-style: none;
	border: none;
	font-size:12px;
	vertical-align:top; 
}
.menulist a
{
	display: block;
	padding:0 0px 0 20px;
	height:20px;
	text-decoration: none;
	background-color:white;
	color:Black;
	font-size:12px;
}
.menulist a:hover
{
	display: block;
	padding:0 0px 0 20px;
	height:20px;
	background-image:url(menulisthot.png);
	background-repeat:no-repeat;
	text-decoration: none;
	color:Black;
	font-size:12px;
}
.menuicon
{
	position:relative;
	left:310px;
	top:-20px;
	width:64px;
	height:64px;
	background-image:url(menubackhot.png);
	border:solid 2px gray;
}
