/* --------------------------------------------------
css/movieview.css
HEATH Official Funclub site. All Rights Reserved.
Modified 2008.02.11 MASATO
----------------------------------------------------- */

*{
margin:0;
padding:0;
line-height:1.6;
}

a{color:#666;text-decoration:underline;}
a:visited{color:#666;text-decoration:underline;}
a:hover{color:#2ab77b;text-decoration:underline;}

a img{border:0}

body{
color:#666;
font-weight:normal;
font-size:12px;
font-family:Verdana,Arial,Helvetica;
background:#000;
}

#container{
text-align:left;
}

h1{
font-size:12px;
padding:0 0 5px 0;
padding:0 0 10px 0;
border-bottom:1px dotted #333;
}

/* Color Stock 
---------------------------------------------------------------------------- */

.red{color:#F00;}
.orange{color:#F60;}
.brown{color:#960;}
.pink{color:#e47fcd;}
.green{color:#1fad70;}

/* etc
---------------------------------------------------------------------------- */

.clearfix:after {
content:".";
height:0;
clear:both;
display: block;
visibility:hidden;
}

* html>body .clearfix {
display: inline-block; 
width: 100%;
}

* html .clearfix {
/* Hides from IE-mac \*/
height: 1%;
/* End hide from IE-mac */
}	

*:first-child+html .clearfix{/*for IE7*/
height:1%;
}

br{letter-spacing: 0px;}
.clr{clear:both;}
.fs12{font-size:12px}
.fs11{font-size:11px}
.fs10{font-size:10px}

.mt5  {margin: 5px 0 0 0;}
.mt10 {margin: 10px 0 0 0;}
.mt20 {margin: 20px 0 0 0;}	
.ml5  {margin: 0 0 0 5px;}
.ml10 {margin: 0 0 0 10px;}	
.ml20 {margin: 0 0 0 20px;}		
.ml30 {margin: 0 0 0 30px;}		
.mb5  {margin-bottom: 5px;}	
.mb10 {margin-bottom: 10px;}
.mtb5 {margin:5px 0;}	
.mtb10 {margin:10px 0;}
.hidden {display:none;}