﻿* {
	margin:0;
	padding:0;
}
#page {
	position:relative;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width:1000px;
	margin:0px auto;
}
#header {
	padding-top:10px;
	height: 110px;
	border-bottom: solid 2px #267568;
	background-color:white;
	color: #267568;
	font-weight: bold;
	vertical-align: bottom;
	width:1000px;
	z-index:10;
}
@media screen {
	#header {
		position: fixed;
		top:0;
	}
}
#header #title {
	font-size:48px;
	padding-left: 2em;
}
#header #rogo {
	float:right;
	width:100px;
}
#header #rogo img {
	width;100px;
	height:100px;
}
#header a {
	text-decoration: none;
}
#header a:link {
	color: #267568;
}
#header a:visited {
	color: #267568;
}
#header a.headmenu {
	margin-left:2em;
}
#menu {
	margin-top: 20px;
	width: 200px;
	float:left;
}
@media screen {
	#menu {
		position: fixed;
		top:200px;
	}
}
#menu ul {
	list-style-type:none;
	margin-left:10px;
}
#menu li {
	margin-bottom: 10px;
}
#menu a {
	text-decoration:none;
	display:block;
}
#menu a:link {
	color: #267568;
}
#menu a:visited {
	color: #267568;
}
#menu a:hover {
	text-decoration: underline;
}
a.anchor {
    display: block;
    padding-top: 160px;
    margin-top: -160px;
}
#content {
	margin:20px 0px 50px 200px;
	width: 800px;
	padding: 0px;
}
@media screen {
	#content {
		margin-top: 160px;
	}
}
#articles {
	margin:0px auto;
	width: 800px;
	line-height:1.8em;
}
h1 {
	width:800px;
	margin: 30px auto;
	padding: 60px 0px;
	background-color: #267568;
	font-size: 28px;
	line-height:30px;
	color: white;
	text-align: center;
}
footer {
	margin-top:20px;
	padding:50px 0;
	background-color:#525d59;
	text-align:center;
	color:white;
	font-size:small;
}
article {
	margin:10px auto;
}
#gakubu h2 {
	margin: 20px 0;
}
#gakubu #chart {
	text-align:center;
}
#gakubu h3 {
	margin: 20px 0;
	background-color: #e5f4f4;
	padding:1em;
	color: #267568;
	font-size: 24px;
}
#gakubu article p {
	margin: 10px 20px 10px 0px;
}
#gakubu article ol {
	margin-left: 2em;
}
#gakubu p.image {
	text-align: center;
}
#gakubu h4 {
	margin: 25px 0 15px 0;
	border-bottom: 3px solid #267568;
	font-size: 20px;
}
#gakubu h5 {
	margin: 15px 0 15px 0;
	border-left: 1em #267568 solid;
	padding-left: 1em;
	font-size: 16px;
}
#top {
	margin: 20px auto;
	width: 600px;
}
#timeline {
	margin: 20px auto;
	background-color:#e5f4f4;
	padding:0 50px;
	width:700px;
}
#vline {
	width: 600px;
	border-left: #267568 solid 1px;
	margin: 0px auto;
	padding: 0px 0 50px 20px;
}
#timeline h2 {
	border-radius: 15px;
	margin-left:-70px;
	width: 180px;
	height:30px;
	color: #267568;
	background-color:white;
	text-align:center;
	font-size:20px;
}
#timeline article {
	padding-left:80px;
	position: relative;
}
#timeline article h3 {
	font-weight:normal;
}
#timeline article h3:before {
	position: absolute;
	left:-28px;
	content:"◆";
	font-size:15px;
	color: #267568;
	display:block;
}
#timeline article h3 span.year {
	position: absolute;
	top:1px;
	left:0px;
	width: 80px;
	font-weight: bold;
	font-size: 12px;
	color: #267568;
}
#timeline article h3 span.title {
	font-size: 15px;
}
#timeline article p {
	font-size: 14px;
}
#timeline article p.img {
	margin-left:auto;
	margin-right:auto;
	width: 400px;
	text-align:center;
}
#timeline article p.img img {
}
