
body{
    background-color:#ffffff;/* 背景の色 */
margin-left: 50px;
margin-right: 500px;
padding: 0;
}

body,td,th{
	line-height:14pt;
    font-size:13;/*文字の大きさ*/
    font-style:normal;/*文字のスタイル：普通*/
    font-weight:normal;/*文字の太さ：普通*/
    color:#000000;/*文字の色*/
}

img{/* 画像表示のデザイン設定*/
	border:0px;
}

/*リンク関係*/
a:link {/*リンクされた文字の色*/
    color:#000000;/*文字の色*/
    font-style:normal;
    text-decoration:none;/* 下線なし */
}
a:visited {/*訪問後の色*/
    color:#000000;/*文字の色*/
    text-decoration:none;/* 下線なし */
}
a:hover {/*カーソルを合わせたときの色*/
    color:#000000;/*文字の色*/
    font-style:normal;
    text-decoration:none;/* 下線なし */
	position:relative;
	top:1px;
	left:1px;
}
a:active {/*クリック中の色*/
    color:#000000;/*文字の色*/
    text-decoration:none;/* なし */
}
