@charset "utf-8";

body{
	_height: 100%;
	margin:0px;
	padding:0px;
	_overflow:hidden;
}
#container
{
	padding-top: 50px;
}

.top_menu {
	position: fixed;
	_position: absolute;
	top: 15px;
	left:12px;
	z-index:1;
	/* background-color:#ffffff; */
	text-align: center;
	width:100%;
	border-bottom: 5px #AAAAAA;
}

.show_area {
	overflow:expression('auto');
	_height: 100%;
}

.top_line {
	width:100%;
	height:100%;
	border-top:3px solid #bbb;
}

/* toppu menu button*/
.launcherWebQseet{
	width:125px;		height: 26px;
	font-size:12px;
	color:#6d6d6d;
	font-weight:bold;
	text-align:center;
	background-color:#ffffff;
	background-image: url("/style/media/common/launcher/launcher_preview_sheet.png");
	background-size:19px 20px;
	background-repeat: no-repeat;
	background-position: 5% center;
	text-decoration:none;
	border:1px solid #dddddd;
	padding:0px 0 0px 0;
	margin-left:14px;
}
:hover.launcherWebQseet{
	color: #fffefe;
	background-color:#26B8EE;
	cursor: pointer;
}

#launcherPreview{
	width:125px;		height: 26px;
	font-size:12px;
	color:#6d6d6d;
	font-weight:bold;
	text-align:center;
	background-color:#ffffff;
	background-image: url("/style/media/common/launcher/launcherPreview.gif");
	background-size:19px 19px;
	background-repeat: no-repeat;
	background-position: 5% center;
	text-decoration:none;
	border:1px solid #dddddd;
	padding:0px 0 0px 0;
	margin-left:14px;
}
:hover#launcherPreview{
	color: #fffefe;
	background-color:#26B8EE;
	cursor: pointer;
}
.launcherWebQseet_tree{
    width:125px;      height: 26px;
    font-size:12px;
    color:#6d6d6d;
    font-weight:bold;
    text-align:center;
    background-color:#ffffff;
    background-image: url("/style/media/common/launcher/launcherWebQseet_tree.png");
    background-size:19px 19px;
    background-repeat: no-repeat;
    background-position: 5% center;
    text-decoration:none;
    border:1px solid #dddddd;
    padding:0px 0 0px 0;
    margin-left:14px;
}
:hover.launcherWebQseet_tree{
    color: #fffefe;
    background-color:#26B8EE;
    cursor: pointer;
}