html, body {
	width: 100%;
	height: 100%;
}
#general {
	background-color: #f3f3f3;
	z-index: 1;
	position: relative;
	background-image: url(bg_coordinate.png);
	background-repeat: repeat;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #444;
	text-decoration: none;
}
#stage {
	text-align: center;
	position: relative;
	z-index: 1;
	height: 100%;
}
#lgm {
	background-image: url(aw_logo.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 124px;
	position: absolute;
	z-index: 2;
	left: 30px;
	top: 26px;
}
header {
	font-size: 12px;
	line-height: 1em;
	height: 23px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
	color: #888;
	background-color: #fafafa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
section.selector {
	position: absolute;
	background-color: #fafafa;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2);
	border-radius: 3px;
	visibility: hidden;
}
section.selector h3 {
	font-size: 11px;
	line-height: 1em;
	font-weight: bold;
	display: block;
	background-image: url(nv_close.png);
	background-repeat: no-repeat;
	background-position: right center;
}
section .head {
	display: block;
	float: none;
	background-color: #fafafa;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	margin: 0px;
	padding: 0.8em;
	border-top-color: #fcfcfc;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
section .head:hover {
	background-color: #ececec;
}
#areaCoordinate {
	background-color: #ddd;
	padding: 1px;
	position: absolute;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	border-radius: 2px;
	overflow: hidden;
	z-index: 2;
}
#areaCoordinate.standby {
	background-image: none;
	background-color: transparent;
	box-shadow: none;
}
#areaCoordinate.loading {
	background-image: url(../../frameworks/sig_loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
}
#areaCoordinate.loading #viewBouquet img {
	visibility: hidden;	
}
#areaOpener {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
#areaOpener a {
	position: fixed;
	z-index: 50;
	display: none;
	border-radius: 4px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	border: 1px solid #FFF;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	width: 90px;
	height: 90px;
	background-color: #fcfcfc;
}
#areaOpener a.enable {
	display: inline-block;
}
#areaOpener a[name="areaPropaty"] {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	left: 0px;
	bottom: 40px;
	background-image: url(mn_info.png);
}
#areaOpener a[name="areaPropaty"].store {
	background-image: url(mn_store.png);
}
#areaOpener a[name="selectorDress"] {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	left: 0px;
	top: 156px;
	background-image: url(mn_dress.png);
}
#areaOpener a[name="selectorBouquet"] {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	top: 30px;
	right: 0px;
	background-image: url(mn_flowers.png);
}
#areaOpener a[name="selectorBouquet"].loading {
	background-image: url(../../frameworks/sig_loading.gif);	
}
#backPaper {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
	visibility: hidden;
	z-index: 60;
	left: 0px;
	top: 0px;
	display: block;
}
#backPaper.disfunction {
	cursor: default;	
}
small {
	font-family: "Lucida Grande","Lucida Sans",sans-serif;
	font-size: 9px;
	line-height: 1em;
	font-weight: normal;
	color: #888;
	position: absolute;
	left: 12px;
	bottom: 15px;
	z-index: 30;
	letter-spacing: 0.1em;
}
#general.smp,
.smp #stage,
.smp #areaOpener {
	height: auto;
}
#general.smp {
	position: relative;
}
.smp #lgm {
	background-size: contain;
	height: 75px;
	width: 93px;
}
