@charset "UTF-8";


/* フォント設定 */
body {
    font: 13px/1.22 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Century Gothic,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
    *font-size:small;           /* =hack for IE & backCompat */
    *font:x-small;              /* =hack for IE < 6 and IE6 quirks mode */
}

/*
	Font-size Adjustment
	
	77% -> 10px		|	123.1% -> 16px	|	167% -> 22px	
	85% -> 11px		|	131%   -> 17px	|	174% -> 23px
	93% -> 12px		|	138.5% -> 18px	|	182% -> 24px
	100% -> 13px	|	146.5% -> 19px	|	189% -> 25px
	108% -> 14px	|	153.9% -> 20px	|	197% -> 26px
	115% -> 15px	|	161.6% -> 21px	|
*/

        
body {
    margin: 0px;
    padding: 0px;
    background: #f2b264 url(../images/popup/bg.gif) repeat-x;
    color: #1b1b1b;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

img {
    border: 0px;
}

a:link {
    color: #a6220f;
    text-decoration: underline;
}
a:visited {
    color: #a6220f;
    text-decoration: underline;
}
a:hover {
    color: #a6220f;
    text-decoration: none;
}

/* 構造系 */
#container {
    width: 500px;
    margin: 0px auto;
    text-align: left;
}

#contents {
    margin-top: 1em;
    padding: 1em 4px;
    border-top: 2px solid #a6220f;
}

/* フッタ */
#footer {
    margin: 12px 0 2em 0;
}

.copyright {
    padding-left: 6px;
    text-align: left;
	font-size: 93%;
	line-height: 1.33;
}

h2 {
    padding-bottom: 1em;
    color: #a6220f;
    font-size: 150%;
    font-weight: bold;
}

.button {
    margin: 0;
    text-align: center;
}

.command {
    margin-bottom: 1em;
    padding: 0.35em 0;
    background: #a6220f;
    text-align: center;
}

.command a:link {
    color: #fff;
    text-decoration: underline;
}
.command a:visited {
    color: #fff;
    text-decoration: underline;
}
.command a:hover {
    color: #fff;
    text-decoration: none;
}

.img {
    border: 1px solid #a6220f;
}
