﻿body{
	margin: 0 0 0 0;
	font-family: Verdana, Arial, sans-serif,"ＭＳ Ｐゴシック";
	font-size: small;
	line-height: 134%;
	color: rgb(102, 102, 102);
}
p{
	margin-top: 0em;
	margin-left: 0.5em;
	margin-right: 0.4em;
	margin-bottom: 0em;
	font-family: Verdana, Arial, sans-serif,"ＭＳ Ｐゴシック";
	font-size: small;
	line-height: 134%;
	color: rgb(102, 102, 102);
}
a:link								/*-- ハイパーリンク先であることを示すための属性 --*/
{
	color: rgb(102, 102, 102);
	text-decoration: none;
}
a:visited							/*-- ハイパーリンク先への訪問が履歴にある場合の属性 --*/
{
	color: rgb(102, 102, 102);
	text-decoration: none;
} 
a:hover								/*-- マウスがリンク上にある時の属性 --*/
{
	color:black;
	background-color:#DEDEDE;
}
a:active 							/*-- ハイパーリンクがアクティブ(現在のフォーカス位置)な時の属性 --*/
{
	color: green;
	text-decoration: none;
}
h6
{
	margin-top: 0.4em;
	margin-left: 0.6em;
	margin-right: 0.6em;
	margin-bottom: 0.4em;
	font-family: Times New Roman, Times;
	color: rgb(153,153,102);
}
h5
{
	margin-top: 0em;
	margin-left: 0.5em;
	margin-bottom: 0em;
	font-family: Times New Roman, Times;
	color: rgb(102,102,102);
}
h4
{
	margin-top: 0.4em;
	margin-left: 0.4em;
	margin-right: 0.4em;
	margin-bottom: 0.4em;
	font-family: Times New Roman, Times;
	color: rgb(0,153,153);
}
h3
{
	margin-top: 0.4em;
	margin-left: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.4em;
	font-family: Times New Roman, Times;
	color: rgb(153,153,102); 
}
h2
{
	margin-top: 0.4em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.4em;
	font-family: Times New Roman, Times;
	color: rgb(102,102,102); 
}
h1
{
	margin-top: 0.5em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 0.5em;
	font-family: Times New Roman, Times;
	color: rgb(0,153,153);
}
.horizon_color01													/*-- 水平線の属性 --*/
{
	color: #B2B2B2;
	height: 1px;
}
