﻿@import url("layout.css");
body {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: medium;
	color: #000;
	width: 840px;
	margin: 0 auto;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #c88;
}
#masthead {
	height: 106px;
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #267AD1;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	height: 1700px;
	float: left;
	width: 180px;
	background-color: #8b8;
}
#content {
	float: left;
	padding: 6px;
	background-color: #fff;
	width: 600px;
}
#cm {
	float: left;
	height: 1700px;

	background-color: #fff;
	width: 160px;

}
#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
/* ナビゲーションのスタイル */
#ulist ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#ulist li {
	width: 70px;
	height: 18px;
	text-align: center;
	display: block;
	border: 3px solid #333333;
	background-color: #666699;
	vertical-align: sub;
}
#ulist a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 1%;
	display: block;
}
#ulist a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* フッターのスタイル */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}

.auto-style3 {
	border: 2px solid #808080;
}
.auto-style4 {
	border: 1px solid #808080;
}
