@charset "shift_jis";

a{text-decoration: underline;}/*リンク全体*/
a:link {
	color: #FF9933;
	text-decoration: underline;} /* :linkが付いているとvisited指定してなくても訪問済はユーザー色になる */
a:visited { color: #FF9933;} /*既訪問*/
a:hover {
	color: #FF9933
	text-decoration: none;} /*ホバー(オンマウス)*//* 文字を動かす時はhoverで potision: absolute; top: 1px; left: 1px; とか */
a:active {
	color: FF9933;
	text-decoration: none;} /*接続中*/
body {
	background-image: url(../image_data/650/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

