
* {
	margin:0;
	padding:0;
}
html,body {
	min-height: 100%;
	width:100%;
	height:100%;
	text-align:center;
	color:#333333;
	font-family:"Lucida Grande","Hiragino Kaku Gothic Pro","Osaka","Meiryo","MS PGothic";
	line-height:1.5;
}
ul,dl {
	list-style:none;
}
img {
	border:0;
}
a:link, a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover, a:active {
	text-decoration:underline;
	color:#333333;
}
#holder {
	position:relative;
	margin:0px auto;
	width:100%;
	height:100%;
	min-height: 100%;
}
#swfHolder {
	color: #ffffff;
}
#cssSwitcher {
	text-align: right;
	clear: left;
	margin: 5px;
}
#cssSwitcher label {
	font-size: 80%;
}
#footer {
	clear: left;
	margin-left: 350px;
	text-align: right;
}
/* global menu */
#menuBox {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#menuBox li {
	padding: 1em 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 70%;
	float: right;
	width: 80px;
	height: 25px;
	padding-bottom: 4px;
	line-height: 1em;
}
#menuBox li#gm_breakfast {
	background-position: 82px 0px;
	margin-right: 10px;
}
#menuBox li#gm_lease {
	background-position: 0px 0px;
}
#menuBox li#gm_top {
	background-position: 162px 0px;
}

#menuBox li.off {
	background-image: url(../img_main/g_menu_bg.png);
	background-repeat: repeat-x;
}
#menuBox li.on {
	background-image:  url(../img_main/g_menu_bg_on.png);
	background-repeat: repeat-x;
}
/* admin edit box */
div#editBtnBox {
	position:absolute;
	top:5px;
	left:20px;
	
	z-index: 1000;
}
#copyright {
	text-align: right;
	padding-right: 1em;
	font-family:"Helvetica";
	font-weight:bold;
	color: #666666;
	clear: left;
	font-size:70%;
}
.mapBox {
	padding: 10px;
	padding-right: 30px;
	text-align: right;
}
hr.separator {
	margin:10px;
}
/* form elements */
div#loginInput {
	margin:auto;
	padding: 20px;
	width:300px;
	text-align:right;
	line-height:1.5;
	background: #ffffff;
}
fieldset {
	padding:5px;
	border-color:#f0f0f0;
}
fieldset legend {
	color: #666666;
	font-size:80%;
	font-weight:bold;
	padding:5px 10px;
}
label {
	font-size:80%;
	font-weight:bold;
	
	padding-top: 5px;
	padding-right: 5px;
}
input[type=text] {
	width:65%;
}
input[type=password] {
	width:65%;
}
input[type=submit] {
	font-size:80%;
	font-weight:bold;
}
textarea {
	width: 65%;
	height: 6em;
}
#adminBox {
	padding:5px;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	position: absolute;
	right: 5px;
	bottom: 20px;
}
/* submenu */
li.submenuHeader {
	text-indent: -1000em;
}
li.submenuFooter {
	text-indent: -1000em;
}
/* subform */
#subFormPanel {
	width:500px;
	overflow:auto;
	position:fixed;
	top:20px;
	right:5px;
	background:#f5f5f5;
	border:3px double silver;
	z-index: 1001;
}
#subFormPanel > div {
	padding: 10px;
}
.closeBtn {
	text-align:right;
	margin-top:5px;
	margin-right:10px;
	font-size:80%;
}
div#contactInput p {
	color: #aa3333;
	font-size: 80%;
	font-weight:bold;
	margin: 3px;
	padding: 3px;
	line-height: 1.2em;
}
div#contactInput p.description {
	color: #993333;
	text-align: left;
	font-size: 80%;
	font-weight:bold;
	margin: 3px;
	padding: 3px;
	line-height: 1.5em;
}
div#contactInputCon p.description {
	color: #993333;
	text-align: left;
	font-size: 80%;
	font-weight:bold;
	margin: 3px;
	padding: 3px;
	line-height: 1.5em;
}
/* messages */
p.msgLogin {
	padding: 50px 0px;
	font-size:90%;
	font-weight:bold;
}
p.description {
	text-align:center;
	font-size:90%;
	font-weight:bold;
}
div.error {
	color:#660000;
	font-weight:bold;
	font-size:90%;
}