body{
		font-family : Verdana,Osaka,"MS PGothic";
		background:#ffffff;/* 背景色 */

		background-image: url();
		background-attachment:fixed;/* 背景画像の固定 */
		background-position:0% 0%;/* 背景画像の位置 */
		background-repeat:no-repeat;/* 背景画像の繰り返しの有無 */

		font-size: 12px;/* 文字サイズ */

		scrollbar-face-color:#000000;/* スクロールバー */
		scrollbar-highlight-color:#ffffff;
		scrollbar-shadow-color:#ffffff;
		scrollbar-3dlight-color:#ffffff;
		scrollbar-arrow-color:#ffffff;
		scrollbar-track-color:#ffffff;
		scrollbar-darkshadow-color:#ffffff;
}
	td{
		font-family : Verdana,Osaka,"MS PGothic";
		color:#000000;/* ベースとなる文字色２ */
		font-size:13px;/* ベースとなる文字サイズ２ */
	}

	.desp  {
		font-weight: bold;
		font-family: "Arial", "Helvetica", "sans-serif";
		color: #000000;/* 日付の文字色 */
		font-size: 12px;/* 日付の文字サイズ */
		}

	a:visited{
		font-size: 12px;/* 文字サイズ */
		color:#001F78;
		text-decoration:underline;
	}
	a:active{
		font-size: 12px;/* 文字サイズ */
		color:#001F78;
		text-decoration:underline;
	}
	a:link {
		font-size: 12px;/* 文字サイズ */
		color:#001F78;
		text-decoration:underline;
	}
	a:hover {
		font-size: 12px;/* 文字サイズ */	
		text-decoration:overline underline;
		color:#33CCCC;

}