﻿@charset "utf-8";

/* ------------------------------
   baseHeader
------------------------------ */
.baseHeader {
	text-align: center;
	background: #000;
}

.baseHeader div {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	position: relative;
}

.baseHeader div h1 {
	height: 100px;
	font-size: 1.2em;
	line-height: 100px;
	color: #fff;
	font-weight: bold;
}

.baseHeader div a {
	padding: 0 20px;
	top: 35px;
	right: 0;
	height: 30px;
	color: #fff;
	font-size: 0.8em;
	line-height: 30px;
	text-align: center;
	display: block;
	border: #fff 1px solid;
	position: absolute;
	box-sizing: border-box;
}

.baseHeader div a:link,.baseHeader div a:visited,.baseHeader div a:active {
	text-decoration: none;
	color: #fff;
}

.baseHeader div a:hover {
	color: #000;
	background: #fff;
	text-decoration: none;
}

/* ------------------------------
   baseFooter
------------------------------ */
.baseFooter {
	padding: 15px 0;
	text-align: center;
	border-top: #bbb 1px solid;
}

.baseFooter small {
	color: #999;
	font-size: 0.6em;
}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
.cfx:before,
.cfx:after {
	content: " ";
	display: table;
}
.cfx:after {clear: both;}
.cfx {*zoom: 1;}
