@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif, "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	list-style-type: none;
}
a {
	border-bottom: 1px dashed #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	border-bottom: 1px dashed #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	border-bottom: 1px dashed #FF0000;
	color: #FF0000;
	text-decoration: none;
}
img {
	padding: 0px;
	margin: 0px;
	border: 0;
}
