﻿@import url("layout.css");
body {
	margin: 0 auto 0 10px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #000;
	background-color: white;
	border: 0;
	width: 850px;
}
#container {
}
#masthead {
	width: 830px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	overflow: hidden;
	background-color: white;
}
#topmenu {
	margin-top: 0px;
	background-color: white;
	font-size: 0.8em;
}
#topmenu a {
	font-family: メイリオ;
	font-weight: normal;
	text-decoration: none;
	color: black;
}
#topmenu a:hover {
	text-decoration: none;
	color: #CC3300;
}

#sidebar {
	margin-top: 10px;
	float: left;
	width: 240px;
	background-color: white;
	position: relative;
	clear: both;
	display: inline;
	font-size: 0.8em;
}
#sidebar h1 {
	margin: 0 0 0 0;
	padding: 0;
	background: transparent url('../menu/images/nav_bg.png') no-repeat left top;
	font-family: ＭＳ Ｐゴシック;
	font-size: medium;
	font-weight: 600;
	color: #000000;
	line-height: 28px;
}
#sidebar h1 a {
	margin: 0 0 0 0;
	padding: 0;
	background: transparent url('../menu/images/nav_bg.png') no-repeat left top;
	font-family: ＭＳ Ｐゴシック;
	font-size: medium;
	font-weight: 600;
	color: #000000;
	line-height: 28px;
}
#content {
	float: right;
	width: 580px;
	margin-right: 20px;
	background-color: #fff;
	position: relative;
	margin-top: 10px;
	line-height: 1.4em;
}
#content h1 {
	margin-top: 10px;
	font: normal normal bold medium メイリオ;
	background-color: #4F81BD;
	color: #FFFFFF;
	font-size: medium;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
}
#content h2 {
	margin-top: 10px;
	font: normal normal bold medium メイリオ;
	background-color: #4F81BD;
	color: #FFFFFF;
	font-size: small;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 3px;
}
#content p {
}
#content ul {
}
#footer {
	text-align: center;
	clear: both;
	width: 830px;
	overflow: auto;
	background-color: #FFFFFF;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
/* ナビゲーションのスタイル */
#sidebar a {
	font-family: メイリオ;
	font-weight: normal;
	text-decoration: none;
	color: black;
	display: block;
	padding-top: 5px;
	padding-left:10px;
	border-bottom: 1px solid white;
}
#sidebar a:hover {
	text-decoration: none;
	color: #CC3300;
	background-color: white;
}

/* フッターのスタイル */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
	background-color: #96B5DD;
	margin-top: 8px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: normal;
}
#sidebar h2 {
	font-family: メイリオ;
	font-size: medium;
	font-weight: 600;
	font: 100% メイリオ;
	margin: 0;
	padding: 0;
}
.show-list
{
	font-size: 0.8em;
}
.show-list ul {
	font: 100% メイリオ;
	padding: 0px 0 0 0;
	list-style-type: none;
	color: #4D4D4D;
	margin-top: -10px;
	height: 284px;
	overflow-y: scroll;
}
.show-list li {
	line-height: 2em;
}
#topiclist a
{
	text-decoration:none;
	color:black;
}
#topiclist a:hover
{
	text-decoration:underline;
	color:black;
}
.style1 {
	border-width: 0;
}
.style2 {
	border-collapse: collapse;
	width: 100%;
}
.style3 {
	border: 1px solid #4A7EBB;
}
.style6 {
	text-align: right;
}
.style7 {
	border-width: 0px;
}
