div.company {
}
div.company a.company {
	float: left;
	margin: 10px;
}
div.company span.link {
	float: right;
	text-align: right;
}
a.staffonly {
	color: gray;
	font-size: 60%;
	text-decoration: none;
}



div.navi {
	background-color: royalblue;
	clear: both;
	height: 2em;
	margin-bottom: 0.2em;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	width: 100%;
}
div.navi span {
	display: none
}
div.navi a {
	background-color: royalblue;
	border-right: solid 1px white;
	color: white;
	display: block;
	float: left;
	line-height: 2em;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}
div.navi a:hover {
	background-color: #1E90FF;
}



div.attention {
	clear: both;
	margin-bottom: 1em;
}
a.attention {
	background-color: red;
	color: white;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
div.attention p {
	margin: 0px;
}



div.main {
	clear: both;
}



div.footer {
	clear: both;
	margin-top: 1em;
}
div.footer address {
	border-top: solid 1px;
	clear: both;
	font-size: 0.9em;
	width: 100%;
}
div.footer address a {
	float: right;
	text-decoration: none;
}
div.footer address a:link, div.footer address a:visited, div.footer address a:hover, div.footer address a:active {
	color: black;
}



div.gotop {
	float: left;
}
div.back {
	float: right;
}
