@charset "utf-8";
/*
--------------------------------------------------
映画［3時10分、決断のとき］サイトニューススタイルシート
更新日：2009年5月20日
--------------------------------------------------
目次：
・ニュース
--------------------------------------------------
*/

/* 各種設定
-------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,ul,dl,dt,dd{
 margin: 0; 
 padding: 0;
}

body{
 background-color: #F3E8D6;
 font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
 font-size: 12px;
 line-height: 1.5;
 color: #513422;
 margin:0;
 padding:5px;
 width:90%;
   scrollbar-face-color:#FFFFFF;/*スクロールバーの表面の色*/
   scrollbar-highlight-color:#333300;/*スクロールバーの内枠左と上側の色*/
   scrollbar-shadow-color:#333300;/*スクロールバーの内枠右と下側の色*/
   scrollbar-3dlight-color:#FFFFFF;/*スクロールバーの外枠の左と上側の色*/
   scrollbar-arrow-color:#333300;/*スクロールバーの矢印の色*/
   scrollbar-track-color:#FFFFFF;/*バーを移動させる範囲の溝の色*/
   scrollbar-darkshadow-color:#FFFFFF;/*スクロールバーの内枠右と下側の色*/
}

a img{
 border:0;
}

a:link{
 color: #CC0000;
 text-decoration:none;
}

a:visited{
 color: #990000;
 text-decoration:none;
}

a:hover{
 color: #FFFFFF;
 text-decoration:underline;
}

a:active{
 color: #FFFFFF;
 text-decoration:underline;
}

h1{
 font-size: 12px;
 color: #990000;
 border-bottom: 1px dotted #95856C;
 margin-bottom: 5px;
}

address{
 font-style: normal;
 font-size: 10px;
 border-top: 1px dotted #95856C;
}
.url{
 font-size: 10px;
}


/* その他設定
-------------------------------------------------- */


/* 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 */


