@charset "Shift_JIS";
.body {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
.top {
	width: 790px;
	margin: 5px;
}
.navigationBar {
	width: 160px;
	float: left;
	background-color: #EFFFF3;
	list-style-image: url(images/point.gif);
	color: #003300;
	font-size: small;
	margin-left: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
}
.navibarTopicContent {
	background-color: #FFFFFF;
	border: thin solid #99CCCC;
	font-size: small;
}
.navibarTopicTitle {
	background-color: #909149;
	color: #FFFFFF;
}
.verySmallContentStyle {
	font-size: x-small;
}
.h1Midashi {
	background-image: url(images/h1midashi.gif);
	background-repeat: no-repeat;
	width: 580px;
	padding-left: 20px;
	height: 43px;
}
.h2Midashi {
	width: 580px;
	background-image: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: 20px;
	padding-left: 8px;
}
.h2MidashiCopy {
	width: 580px;
	background-image: url(images/h2midashi.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 36px;
	padding-top: 8px;
}
h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 24px;
	color: #4d4d4d;
}
h2 {
	font-size: 18px;
	color: #4d4d4d;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}
.bottom {
	width: 790px;
	clear: both;
	margin: 5px;
}
a {
	color: #003300;
}
.contentsKakomi2 {
	width: 550px;
	background-color: #FFFFEE;
	border: thin solid #CC0000;
	margin-left: 15px;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: small;
	padding: 4px;
}


