/*link_color*/
a:link,a:visited,a:active{color:#f451a3; text-decoration: underline; outline:none;}
a:hover{color:#f451a3; text-decoration:none; outline:none;}
a:hover img{filter: alpha(opacity=80); -moz-opacity:0.8; opacity:0.8;}

/*header*/
#header{ background:url(../../img/thurs_drama_logo.png) no-repeat; height: 90px;-moz-background-size:100% auto;
 background-size:100% auto; }
#header h1{ width: 100%; display: none;}

/*タイトルを画像にするときは上記2行のコメントアウトを外し、下記から重複部分をコメントアウト*/

/*#header h1{ width: 100%; margin: 15px; font-size: 20px; font-weight: bold;}*/
#header h2{ width: 100%; margin: 15px; font-size: 18px; font-weight: bold;}

/*footer*/			
#footer{ margin: 0; padding: 8px; clear:both; text-align: center; font-family: "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; background-color: #ECECEC;}