BODY{
	margin:0px;
}

A:link{							/* リンク */
	text-decoration:none;			/* 文字の下線あり */
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: bold;
}

A:visited{						/* 訪問済みリンク */
	text-decoration:none;			/* 文字の下線あり */
	color:#333333;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: bold;
}

A:hover{						/* アクティブリンク */
	text-decoration:none;				/* 文字の下線なし*/
	color:#cccccc;					
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
	font-weight: bold;
}

h1{
	font-size:10px;
	color:#666666;
	margin:0px;
	line-height:10px;
}

.text01{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
}

.text02{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}

.text03{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 14px;
}

.text04{
	font-size: 14px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
}

A:link.dic_copyright{
	color:#0000ff;
	font-size:9px;
	font-weight:normal;
}

A:visited.dic_copyright{
	color:#800080;
	font-size:9px;
	font-weight:normal;
}

A:hover.dic_copyright{
	color:#666666;
	font-size:9px;
	font-weight:normal;
}

