@charset "UTF-8";

/* base
---------------------------------------------------------*/
body {
	background-color: #000;
	font-size: 12px;
	color: #FFF;
}
a:link, a:visited {
	color: #FABE00;/* #F3Cこれがピンク--*/
}
a:hover {
	font-weight: bold;
	color: #960F16;
}
.top-left a:link, a:visited {
	color: #FABE00;/* #F3Cこれがピンク--*/
}
.top-left a:hover {
	font-weight: bold;
	color: #960F16;
}
/* 
#yukiblog a:link {
	color: #E5005A;
}
#yukiblog a:visited {
	color: #E5005A;
}
#yukiblog a:hover {
	font-weight: bold;
	color: #E5005A;
}--*/
.top-infoboard {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.top-infoboard p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}.top-infoboard td {
	padding-top: 8px;
	padding-bottom: 8px;
}
.top-infoboard td img {
	margin-top: 5px;
	margin-bottom: 5px;
}
