body {
	margin: 0;
}
/* Intro */
#intro {
	padding: 0 10px;
}
#intro header {
	height: 114px
}
#intro header hgroup {
    background-repeat: no-repeat;
    height: 60px;
    margin-top: 10px;
	margin-left: 10px;
}
#intro header hgroup h1 {
	font-family: sans-serif;
	margin: 0;
	padding: 0;
    font-style: italic;
    font-weight: bold;
    margin: 0;
    padding: 0;
	padding-top: 10px;
}
#intro header hgroup h1 a {
	text-decoration: none;
	color: #333333;
}
#intro header hgroup h2 {
    font-style: italic;
    font-weight: bold;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 90%;
}
#intro header ul  {
	padding: 0;
	margin: 0;
    position: absolute;
	height: 64px;
	z-index: 1;
}
#intro header ul li {
    list-style: none;
    float: left;
    padding-left: 10px;
}
#intro header ul li a,
#intro header ul li canvas {
    width: 64px;
    height: 64px;
    display: block;
    font-size: 0;
}
#intro header ul li a {
    background: url("../images/mirelle-yuumura.png");
}
#intro header ul li a.mirelle {
    background-position: 0 0;
}
#intro header ul li a.mirelle:hover {
    background-position: 0 -64px;
}
#intro header ul li a.yuumura {
    background-position: 0 -128px;
}
#intro header ul li a.yuumura:hover {
    background-position: 0 -192px;
}
#intro article {
	background-image: url("../images/macross-frontier.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 175px;
	position: relative;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0 0;
}
#intro article aside {
	background-color: #111111;
	border-top: 1px solid #FFFFFF;
	position: absolute;
	bottom: 0;
	width: 100%;
}
#intro article aside p {
	font-family: sans-serif;
	color: #FFFFFF;
	padding: 0 10px;
}
/* Intro Footer */
#intro footer {
	background-color: #111111;
	border-radius: 0 0 10px 10px;
}
#intro footer nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 0 10px;
}
#intro footer nav ul li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px dashed #666666;
}
#intro footer nav ul li a {
	text-decoration: none;
	font-family: sans-serif;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
/* Content */
#content {
	margin: 0 20px;
}
#content header hgroup h1 {
	color: #333333;
	font-family: sans-serif;
	font-weight: bold;
}
#content article p {
	color: #333333;
	font-family: sans-serif;
}
#content article p a {
	color: #423A38;
}
#content article h1,
#content article h2 {
	color: #333333;
	font-family: sans-serif;
	font-weight: bold;
}
#content article form label {
	color: #333333;
	display: block;
	font-family: sans-serif;
}
#content article form input[type=text],
#content article form input[type=email],
#content article form input[type=number],
#content article form select {
	margin-bottom: 15px;
	width: 50%;
}
#content article form textarea {
	width: 99%;
	height: 100px;
	margin-bottom: 15px;
}
#content article form input[type=submit] {
	display: block;
}
/* Content Footer */
#content footer p {
	color: #333333;
	display: block;
	font-family: sans-serif;
    font-size: .7em;
	text-align: right;
}
#content footer p a {
	color: #423A38;
}
/* Mobile Menu */
#menu {
	margin: 0;
	padding: 0 10px 10px 10px;
	font-family: sans-serif;
	color: #FFFFFF;
	cursor: pointer;
}
