@charset "euc-jp";

body {
	font-family: 'Meiryo UI';
	font-size: 14px;
	letter-spacing: -1px;
	color: #000;
	background-color: #ffffff;
	text-align: center;
	margin: auto;
	padding: auto;
}

a {
	font-size: 14px;
	color: #fff;
	font-family: 'Meiryo UI';
	text-decoration:none;
	font-weight:none;
}

#aff {
	width: 905px;
	background-color: #fff;
	border: none;
	text-align: center;
	margin: auto;
	padding: auto;
}

#aff table {
	text-align: center;
	border-spacing: 1px;
}
#aff td {
	text-align: center;
	margin: 0;
	padding: 0;
}

#aff .title {
	background-color: #ff8080;
	padding: 5px;
	font-family: 'Meiryo UI';
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#aff table {
	text-align: center;
	border-spacing: 1px;
}

#aff .banner {
	background-color: #fff;
	border-top: 3px solid #ff80c0;
	border-bottom: 3px solid #ff80c0;
	padding: 5px;
	font-family: 'Meiryo UI';
	font-size: 14px;
	color: #000;
	text-align: center;
}
#aff .banner a {
	font-family: 'Meiryo UI';
	font-size: 14px;
	color: #000;
	text-align: center;
}

#aff td.thumb {
	width: 150px;
	background-color: #fff;
	border: none;
	padding: 0;
	text-align: center;
}
#aff td.comm {
	background-color: #ffbfbf;
	border: none;
	padding: 5px 0;
	text-align: center;
	font-family: 'Meiryo UI';
	font-size: 14px;
	color: #000;
}
#aff td.comm a {
	font-family: 'Meiryo UI';
	font-size: 14px;
	color: #000;
	padding: 3px 0;
}
