BODY{
	margin:0px;
}

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

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

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

h1{
	font-size:11px;
	color:#999999;
	margin:0px;
}

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

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

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

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


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