﻿@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	line-height: 2;
	font-family: "メイリオ", Meiryo, "ＭＳ ゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	background-color: #393f4c;
	color: #fff;
}
ol, ul {
	list-style: none;
}
a {
	color: #ffff00;
	text-decoration: none;
}
a:hover {
	color: #f0e68c;
	text-decoration: underline;
}
.color1 {
	color: #FF0033;
}
#container {
	position: relative;
	width: 100%;
	margin: auto;
}
.toplogo {
	margin-top: 100px;
	font-size: 4em;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
}
.toplogo a {
	color: #fff;
}
.toplogo a:hover {
	text-decoration: none;
	color: #ccc;
}
h1 {
	position: fixed;
	right: 20px;
	top: 20px;
	color: #ddd;
	font-size: 0.9em;
	font-weight: normal;
}
.toppost {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
.toppost h2, ul {
	color: #ddd;
	font-size: 0.9em;
	font-weight: normal;
}
.contents {
	margin-top: 40px;
	margin-left: 300px;

}

.contents h2 {
	color: #ddd;
	font-size: 5em;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.contents ul {
	color: #ddd;
	font-size: 1.5em;
}
.contents img {
	margin-bottom: 50px;
	margin-left: 150px;
}
.contents p {
	margin-left: 150px;

}

.contents h3 {
	font-size: 18px;
}
.ta {
	border-collapse: collapse;
	margin-bottom: 30px;
}
.ta th, td {
	border: none;
	color: #ddd;
	font-size: 1.5em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	padding: 0 0px 10px 10px;
}
.logo {
	position: fixed;
	left: 20px;
	top: 50px;
	font-size: 1.5em;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
}
.logo a {
	color: #f5f5f5;
}
.logo a:hover {
	text-decoration: none;
	color: #dcdcdc;
}
.sidemenu {
	position: fixed;
	left: 20px;
	top: 200px;
	font-family: 'Poller One', cursive;
	font-size: 2.5em;
	text-align: left;
	text-transform: uppercase;
}
.sidemenu li a {
	color: #ddd;
}
.sidemenu li a:hover {
	text-decoration: none;
	color: #ffd700;
	cursor: pointer;
}
.active {
	color: #ffd700 !important;
}
.copyright {
	position: fixed;
	left: 20px;
	bottom: 10px;
	color: #ddd;
	font-size: 0.8em;
}
p {
	font-size: 1.5em;
	color: #ddd;
}
