@charset "euc-jp";

body {
	font-family: 'Meiryo UI';
	font-size: 14px;
	letter-spacing: -1px;
	color: #000;
	background-color: none;
	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: 1px solid #ccc;
	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: #060;
	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 #f00;
	border-bottom: 3px solid #f00;
	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 .comm {
	background-color: #808000;
	border: none;
	padding: 5px 0;
	text-align: center;
	font-family: 'Meiryo UI';
	font-size: 14px;
	color: #fff;
}
#aff .comm a {
	font-family: 'Meiryo UI';
	font-size: 14px;
	color: #fff;
	padding: 3px 0;
}



/* -------------------------------
   320
------------------------------- */

#affsp {
    width: 319px;
    background-color: #fff;
    border: 1px solid #F27900;			/* バナー下の色 */
    text-align: center;
    margin: auto;
    padding: auto;
}

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

#affsp .title {
    background-color: #B30000;					/* タイトル帯の色 */
    padding: 5px;
    font-family: 'Meiryo UI';
    font-size: 14px;
    color: #E3E3FF;								/* タイトル文字色 */
    text-align: center;
}

#affsp .title a {
    font-family: 'Meiryo UI';
    font-size: 14px;
    color: #E3E3FF;								/* タイトル文字色 */
    text-align: center;
}

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

#affsp .banner {
    background-color: #fff;
    border-bottom: 3px solid #F27900;			/* バナー下の色 */
    padding: 5px;
    font-family: 'Meiryo UI';
    font-size: 14px;
    color: #ff0000;
    text-align: center;
}
#affsp .banner a {
    font-family: 'Meiryo UI';
    font-size: 14px;
    color: #000;								/* テキスト色 */
    text-align: center;
}

#affsp td.thumb {
    width: 150px;
    background-color: #fff;
    border: none;
    padding: 0;
    text-align: center;
}
#affsp .comm {
    background-color: #B34300;				/* コメント背景色 */
    border: none;
    padding: 5px 0;
    text-align: center;
    font-family: 'Meiryo UI';
    font-size: 12px;
    color: #fff;
}
#affsp .comm a {
    font-family: 'Meiryo UI';
    font-size: 12px;
    color: #fff;							/* コメントの色 */
    padding: 3px 0;
}
