a{
	text-decoration:none
}
a:visited{
	color:#0000ff;
	text-decoration:none
}
a:link{
	color:#0000ff;
	text-decoration:none
}
a:hover {
	position:relative;
	text-decoration:none;
	background-color: #ededff
}
a:hover .setsumei {
	display: block;
	background-color: #7070D0;
	padding:3px;
	color:#ffffff;
	border-top:#ffffff solid 10px;
	border-left:#7070D0 solid 5px;
}
.setsumei {
	display: none;
	position: absolute;
	top: 1em;
	left: 1em;
	white-space: nowrap;
}

label {
	padding: 5px;
	border-radius: 30px;
}
label.menuEnabled {
	background-color: #7070FF;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
label.menuDisabled {
	background-color: #E0E0FF;
	color: #A0A0F0;
	cursor: pointer;
	transition: background 1s;
}
label.menuDisabled:hover {
	background-color: #50A0FF;
	color: white;
}
label.menuLoginEnabled {
	background-color: #30B030;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
label.menuLoginDisabled {
	background-color: #E0F0E0;
	color: #A0A0F0;
	cursor: pointer;
	transition: background 1s;
}
label.menuLoginDisabled:hover {
	background-color: #20F020;
	color: white;
}
label.addBtn {
	background-color: #FF5555;
	color: white;
	cursor: pointer;
}
label.saveBtn {
	background-color: #FF5555;
	color: white;
	cursor: pointer;
}
label.addBtnDisabled {
	background-color: #D0D0D0;
	color: white;
	transition: background 1s;
}
label.editBtn {
	background-color: #D080FF;
	color: white;
	cursor: pointer;
}
label.deleteBtn {
	background-color: #555555;
	color: white;
	cursor: pointer;
}
label.cancelBtn {
	background-color: #F0B0B0;
	color: white;
	cursor: pointer;
}
label.findBox {
	color: white;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
}
tr.list:hover{
	background-color: #F5FFFA;
}
th{
	background-color:#F0F0F7;
}
th.header{
	background-color:#C0FAC0;
	border-bottom:2px solid #333333;
}
th.main{
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color:#330000;
	background-color:#E0FAE0;
	background-position:left top;
	padding:0.3em 1em;
	text-align:center;
}
td.main{
	padding:0.3em 1em;
	background-color:#fafffa;
}
td.footer{
	padding:0.3em 1em;
	background-color:#F5F5F5;
}
td.debug{
	background-color:#FFF5F5;
}
div.Tile
{
	position: relative;
	background-image: linear-gradient(#F0F0F0,#FEFEFE);
	margin: 10px;
	float: left;
	overflow:auto;
}
#mapArea{
	position: relative;
	height: 0;
	overflow: hidden;
}
.boxOn{
	padding:2px 9px;
	margin:2 5px;
	background-color:#FFFFFF;
	border:1px solid #707070;
	border-radius:3px;
	box-shadow: 1px 2px 2px #A0A0A0;
	font-family:inherit;
}
.boxOff{
	padding:2px 9px;
	margin:2 5px;
	background-color:#F0F0F0;
	border:1px solid #707070;
	border-radius:3px;
	box-shadow: 1px 2px 2px #A0A0A0;
	font-family:inherit;
}
