﻿/* CSS レイアウト */
#container {
	width : 900px;
	height: 800px;
	margin-left: auto;
	margin-right: auto;
	top: 15px;
	background-color: #485DC6;
}

#masthead {
	height: 40px;	
}
.style1{
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	top: 50px;
	position: relative;
	text-align: center;
	background-color: #C0C0C0;
}
#page_content {
	height: 685px;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	position: relative;
}
h1{
	position: relative;
	left: 100px;
	top: 10px;
}
h2{
	position: relative;
	left: 100px;
}
h3{
	position: relative;
	left: 100px;
}
h4{
	position: relative;
	left: 100px;
}
h5{
	position: relative;
	top: 10px;
	right: 280px;
}
h6{
	position: relative;
	left: 100px;
	top: -40px;
}

a {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
}
ul {
	position: relative;
	left: 150px;
}
.style2{
	float: left;
	position: relative;
	margin-left: 15px;
}
.style3 {
	clear:both
}
.style4 {
	position: relative;
	top: -10px;
}

#footer {
	height: 35px;
	position: relative;
	top: 50px;
}
.style13 {
	background-color: #C0C0C0;
	color: #808080;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: xx-small;
	text-align: center;
}
.style14 {
	background-color: #FFE1E1;
	color: #808080;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: xx-small;
	text-align: center;
}

