(css_01.css)

/* body設定 背景 マージン */
body{
	background: #ffffff;
	margin: 0px 0px 0px 0px;
}

/* body,td,th 文字色 文字サイズ 字体 */
body,td,th{
	color: #000000;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height:170%;
}

/* form等 マージン */
form,input,select,textarea{
	margin: 0px;
	padding: 0px;
}

/* スクロールバー */
html,body{
	scrollbar-base-color: #ff9900;
}

/* リンク文字色 装飾 */
a{
	color: #ff0000;
	text-decoration: underline;
}

/* オンマウス時 リンク文字色 装飾 */
a:hover{
	background: #ff6600;
	color: #ffffff;
	text-decoration: underline;
}

