@charset "UTF-8";

/* alphaペイン外枠divの指定 */
#alpha3 {
 width:800px;
 float:left;

 }

/* alphaペイン内枠divの指定
   マージンやパディングは基本的に内枠で行ってください。
   外枠の数値を変えるとレイアウトが崩れる場合があります */
#alpha3-inner {
 margin:0px 10px 10px 0;
 padding:0 210px 0 0;
 border:#AAA solid 1px;
 background:#000 url(../../../images/lineup/zttl0066/backimg.jpg) repeat-y right;
 }

p {
 font-size: 10pt;
}
span.p2 {
 font-size: 10pt;
 color: #3300ff;
}

span.red {
 font-weight: bold;
 font-size: 10pt;
 color: #ff0000;
}

span.big {
 font-size: 13pt;
 font-weight: bold;
 color: #ff0033;
}

span.q {
 color: #1111ff;
}

span.cosio {
 font-weight: bold;
 color: #ff0033;
 margin-right: 0.5em;
}

