BODY{
	background:#ffffff;			/* 背景　画像の時は background:背景色 url(img/***.jpg); 背景色も入れておいたほうが良い*/
	margin:0px;
	color:#000000;					/* 文字の色*/
}

A:link{							/* リンク */
	text-decoration:underline;			/* 文字の下線あり */
	color:"#000099";
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: nomal;
}

A:visited{						/* 訪問済みリンク */
	text-decoration:underline;			/* 文字の下線あり */
	color:"#333333";
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: nomal;
}

A:hover{						/* アクティブリンク */
	text-decoration:none;				/* 文字の下線なし*/
	color:#0099FF;					
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	font-weight: nomal;
}

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;
}

h1{
	font-size:10px;
	color:#3399FF;
	margin:0px;
	line-height: 15px;
}

.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";
}

.td01{
	padding:2px 5px 2px 10px;
}
.local00tb { margin-bottom:10px; }

.local01tb { width:100%; }
.local01td1 { width:256px; padding:10px; }
.local01td2 {}
.local01td3 { vertical-align:top; text-align:center; padding:10px 0px 10px 0px; }
.local01td4 { vertical-align:bottom; text-align:center; padding:10px 0px 10px 0px; }

.local02tb {}
.local02td1 { padding:8px; }
.local02td2 {	background:#FFFFFF; padding:4px; border:1px solid #666666;
		font-size:12px;
	}

.local03tb { width:90%; background:#FFFFCC; }
.local03td1 { vertical-align:top; padding:10px; font-size:12px; line-height:140%; }
.local03td2 { padding:4px 12px 4px 4px; text-align:right; }

.local04tb {}
.local04td1 { text-align:center; }
.local04td2 { text-align:center; font-size:12px; }
.local04td3 { text-align:center; font-size:12px; }
