@charset "utf-8";

/*
============================================================
top.css	※CSSファイルタイトルを記載
------------------------------------------------------------

１.
２.
３.
４.
５.

作成日：
作成者：
更新日：
更新者：
バージョン： 1.0
会社名：Dynamite Brothers Syndicate

============================================================
*/

/* ---------------------------------------------------------
２.コンテンツ
--------------------------------------------------------- */
body {
background:url(../img/history/img_historyBG.jpg) no-repeat fixed top left;
background-size:cover;
-moz-background-size:cover;
margin-top: -30px;
padding-top: 20px;}

* html body {  
   background-position: expression('10px '+this.parentNode.scrollTop + 'px');  
}  


/* ---------------------------------------------------------
２.コンテンツ
--------------------------------------------------------- */
#contents {
text-align:center;
}

#topTitle {
font-size:200%;
font-family: "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
background-image:url("../img/common/ttl_underline.png");
background-repeat:repeat-x;
background-position: center bottom;
margin:0 auto 60px;
width: 610px;
}

footer {
padding-bottom: 20px;
}

#p_coop { 
top:70px !important;
}



/* ---------------------------------------------------------
３.bottomFilter
--------------------------------------------------------- */
#videoFilter {
height:100% !important;
}




