@charset "utf-8";

/*
--------------------------------------------------
映画［ロフト．］サイト　ニュースページスタイルシート
更新日：2009年9月22日
--------------------------------------------------
目次：
・ニュースページ各種設定
・その他設定
--------------------------------------------------
*/

/* ニュースページ各種設定
-------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd{
 margin: 0; 
 padding: 0;
}

body{
 width: 280px;
 background-image: url(../news/images/news-back.jpg);
 background-repeat: no-repeat;
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 font-size: 12px;
 line-height: 1.5;
 color: #FFFFFF;
 margin:0;
}

a img{
 border:0;
}

a:link{
 color: #FFFFFF;
 text-decoration:none;
}

a:visited{
 color: #FFFFFF;
 text-decoration:none;
}

a:hover{
 color: #FFFFFF;
 text-decoration:underline;
}

a:active{
 color: #FFFFFF;
 text-decoration:underline;
}

h2{
 margin: 0 10px 0 20px;
 font-size: 12px;
 line-height: 1.5;
}

p{
 margin: 0 10px 0 20px;
}

/* その他設定
-------------------------------------------------- */


/* clearfix */

.clearfix: after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

.clearfix{ display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */


