@charset "Shift_JIS";
body {
	margin: 0;
	padding: 0;
	background-color: #FF6600;
}
.k {
	color: White;
	text-decoration: none;
}
.ku {
	color: Yellow;
	text-decoration: none;
}
.kv {
	color: Red;
	text-decoration: none;
}
.acc {
	color: #2492FF;
}
.k a { text-decoration: none; }
.k a:link { color: Yellow; }
.k a:visited { color: Red; }
.k a:active { color:Yellow; }
.k a:hover {
 color: Yellow;
 text-decoration: underline;
}
#keitai {
 color: White;
 background-color: Black;
 border: 6px solid #999;
 padding: 8px;
 width: 200px;
}
#keitai a { text-decoration: none; }
#keitai a.underline { text-decoration: underline; }
#keitai a:link { color: Yellow; }
#keitai a:visited { color: Red; }
#keitai a:active { color:Yellow; }
#keitai a:hover {
	color: Yellow;
	text-decoration: underline;
}
