@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: #FFFFB7;
    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: #F97C00;					/* タイトル帯の色 */
    padding: 5px;
    font-family: 'Meiryo UI';
    font-size: 14px;
    color: #fff;								/* タイトル文字色 */
    text-align: center;
}

#aff .title a {
    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 #FFDEAD;				/* バナー上の色 */
    border-bottom: 3px solid #FFDEAD;			/* バナー下の色 */
    padding: 5px;
    font-family: 'Meiryo UI';
    font-size: 14px;
    color: #ff0000;
    text-align: center;
}
#aff .banner a {
    font-family: 'Meiryo UI';
    font-size: 14px;
    color: #C86400;								/* テキスト色 */
    text-align: center;
}

#aff td.thumb {
    width: 150px;
    background-color: #fff;
    border: none;
    padding: 0;
    text-align: center;
}
#aff .comm {
    background-color: #FFA500;				/* コメント背景色 */
    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: #111;							/* コメントの色 */
    padding: 3px 0;
}

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

#affsp {
    width: 315px;
    background-color: #fff;
    border: 1px solid #F97C00;					/* 外枠（帯と同色） */
    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 td img {
    text-align: center;
    width: 100px;
    height: 100px;
}

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

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

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

#affsp .banner {
    background-color: #fff;
    border-bottom: 2px solid #FFDEAD;				/* バナー上の色 */
    margin-bottom: 5px;
    padding: 5px 0;
    font-family: 'Meiryo UI';
    font-size: 14px;
    color: #000;
    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: #FFA500;				/* コメント背景色 */
    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: #111;							/* コメントの色 */
    padding: 3px 0;
}

