#Header {
	position: fixed;
	top: 0; right: 0; left: 0;
	margin: 0;
	height: 40px;
	background-color: rgba(28, 144, 198, 0.9);
	background-position: 0 58px;
	box-sizing: border-box;
	z-index: 500;
}
#Header .button_area {
	position: absolute;
	top: 0px;
	margin: 0;
	width: 40px;
	height: 40px;
}
#Header .button_area:first-child {
	left: 0px;
}
#Header .button_area:last-child {
	right: 0px;
}
#Header .button_area a {
	display: inline-block;
	margin: 0;
	width: inherit;
	height: inherit;
}
#Header a div {
	width: inherit;
	height: inherit;
	background-size: cover;
}
#Header a.switch div {
	background: url(../../../../file/CRCommon/buttonNav.png) no-repeat top;
}
#Header a.switch.open div {
	background-position: 0 -40px;
}
#Header a.logout div {
	background: url(../../../../file/CRCommon/buttonLogout.png) no-repeat top;
}

#Header .head_area {
	position: relative;
	margin: 0 auto 0 auto;
	width: 80px;
	height: 40px;
}
#Header .head_area a.logo {
	display: inline-block;
	margin: 0;
	width: inherit;
	height: inherit;
}
#Header .head_area a.logo div {
	width: inherit;
	height: inherit;
	background: url(../../../../file/CRCommon/logo_80x40.png) no-repeat center;
	background-size: contain;
}

#Nav {
	position: fixed;
	top: 40px; left: 0;
	margin: 0;
	max-width: 350px;
	overflow: hidden;
	z-index: 300;
}
#Nav.relative {
	position: relative;
	top: 0;
	margin: 40px 0 0;
	max-width: 100%;
}
#Nav ul {
	display: none;
	position: relative;
	float: left;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	list-style: none;
}
#Nav.relative ul {
	margin: 0 !important;
}
#Nav ul.main {
	margin: 0;
	width: 150px;	
}
#Nav.relative ul.main {
	width: 40%;
}

#Nav ul.sub {
	margin: 0 0 0 150px;
	width: 200px;
}
#Nav.relative ul.sub {
	width: 60%;
}
#Nav ul a {
	display: block;
	margin-bottom: 1px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(83, 83, 83, 1);
	box-sizing: border-box;
	color: #FFF;
	user-select: none;
}
#Nav ul.sub a{
	background-color: rgba(121, 121, 121, 1);	
}
#Nav ul a:hover, #Nav ul a.on {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-color: #FFB300;;
}
#Nav ul.sub a:hover {
	background-color: rgba(200, 201, 201, 1);	
}

#Menu {
	position: fixed;
	top: 40px; right: 0; left: 0;
	margin: 0;
	width: auto;
	height: 30px;
	background-color: rgba(28, 144, 198, 0.9);
	z-index: 200;
	box-sizing: border-box;
}
#Menu>a {
	display: inline-block;
	margin: 0;
	width: auto;
	height: 30px;
	vertical-align: bottom;
}
#Menu>a div {
	margin: 0 10px;
	width: inherit;
	height: inherit;
	line-height: 30px;
	font-size: 0.9em;
//	font-weight: bold;
	color: #FFF;
}
#Menu>a.prev div, #Menu>a.up div {
	margin: 5px 0;
	width: 20px;
	min-width: 20px;
	height: 20px;
	background-size: 20px 40px;	
	background-repeat: no-repeat;
	background-position: top;
}
#Menu>a.prev {
	margin-left: 10px;
}
#Menu>a.prev div {
	background-image: url(../../../../file/CRCommon/buttonMenuPrev.png);
}
#Menu>a.up div {
	background-image: url(../../../../file/CRCommon/buttonMenuUp.png);
}

#Contents {
	position: relative;
	margin: 70px 0 30px;
	overflow: hidden;
}

#Footer {
	position: absolute;
	right: 0; bottom: 0; left: 0;
	margin: 0 auto;
	width: 100%;
	min-height: 20px;
	background: url(../../image/footerBg.png) repeat-x top;
	box-sizing: border-box;
	z-index: 1;
	overflow: hidden;
}
#Footer .copyRights {
	position: relative;
	margin: 0 5px 0 auto;
	width: auto;
	text-align: right;
	font-size: 0.6em;
	letter-spacing: 0.1em;
}
