@charset "UTF-8";

 /* alpha3ペイン（左ペイン）の設定 -右側にメニューがない場合
---------------------------------------------------- */

/* 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;
 }

/* alphaペイン：段落内のリンク、マウスオーバー時の指定 */
#alpha3 p a:hover {
 color: #F30;
}

/* .h2タグの指定：各ページ名に使われる定義です */
#alpha3 h2 {
 border: none; /* ボーダーライン */
 margin:0; /* マージンの指定 */
 padding:6px; /* パディングの指定 */
 padding-left:10px; /* 左パディングの指定 */
 height:25px;
 font-size: 14px; /* テキストサイズの指定 */
 line-height: 0.9em; /* 行間の指定 */
 font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック',sans-serif; /* フォントの指定 */
 font-weight: bold; /* テキストの太さの指定 */
 color:#FFF; /* テキストの色指定 */
 text-shadow: #999 2px 2px 2px; /* テキストのドロップシャドウの指定（Safariのみ対応） */
 text-align:left; /* テキストの行揃えの指定。left=左, center=中央, right=右 */
 background : repeat-x; /* 背景色と画像の指定 */
 }

/* alphaペイン：h3タグの指定 */
#alpha3 h3 {
 margin-top: 1em;
 margin-bottom:0;
 padding:6px;
 font-size:14px;
 line-height: 0.9em;
 height: 14px;
 font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック',sans-serif;
 font-weight: bold;
 color:#FFF;
 text-shadow: #aaa 2px 2px 2px;
 text-align:left;
 background : url(../../images/alphah3_background.gif) repeat-x;
 border:#999 solid 1px;
 clear:both;
 }

/* alphaペイン：h3タグにリンク指定された場合の指定 */
#alpha3 h3 a {
 display:block;
 color:#222;
 }

/* alphaペイン：h4タグの指定 */
#alpha3 h4 {
 border-left: #FF6600 solid 6px;
 border-bottom:#CCCCCC solid 1px;
 margin-top : 8px;
 margin-bottom:3px;
 padding:5px;
 font-size:12px;
 line-height: 1em;
 font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック',sans-serif;
 font-weight: bold;
 color:#FFF;
 text-shadow: #999 2px 2px 2px;
 text-align:left;
 display:block;
 clear:both;
 }

/* alphaペイン：h4タグにリンク指定された場合の指定 */
#alpha3 h4 a {
 display:block;
 }

/* alphaペイン：h5とh6タグの指定 */
#alpha h5, h6 {
 margin-top : 8px;
 margin-bottom:5px;
 padding:0;
 font-size:12px;
 line-height: 1.6em;
 font-family: 'Lucida Grande','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W6','ＭＳ Ｐゴシック',sans-serif;
 font-weight: bold;
 color:#000;
 text-align:left;
 display:block;
 }

#alpha3 h6 {
}

p {
 font-size: 10pt;
 color: #FFFFFF;
}

li {
 color: #FFFFFF;
}
.entry {
 margin:5px;
 }