﻿@import url("layout.css");
@import url("menu.css");
@import url("masthead.css");
@import url("content.css");
@import url("bottom_menu.css");
body {
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 10pt;
	color: #000;
}
#container {
	width: 980px;
	margin:0 auto;
	background-color: #FFFFFF;
}
#page_content {
	position: relative;
	margin: 0;
	padding: 0;
}
#footer {
	background-color: #FFFFFF;
	width: 100%;
	overflow: auto;
	text-align: center;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
	color: #555555;
	text-align: center;
}
p {
	padding: 0.5em;
	margin: 10px 10px 10px 10px;
	font-size: 12pt;
	color: #000000;
	text-align: left;
}

h6 {
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
h5 {
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
h4 {
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
h3 {
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
h2 {
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
h1 {
	background: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	visibility: hidden;
}
