body { 
	font-family: "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif ; 
	font-size:  17px ; 
	background-color: #000000 ; 
	background-image: url('images/macha_head-neg.png') ; 
	background-position: center center ;
	background-repeat: no-repeat ;
	background-attachment: fixed ;
	font-weight: normal ;
	color : #fbea34 ;
	z-index: 1 ;
}

h1 {
	font-style: normal ;
	font-size: 34px  ; 
	font-weight: bold;
	color: #9c9c9c ;
	padding-left: 2em ;
	margin: 0px ;
	margin-top: 10px ; 
}

p { 
  width: 88% ;
  margin-left: auto ;	
  margin-right: auto ;
  margin-top: 1em ;
  line-height: 27px ;
}

p.footnote {

	font-size:  12px ; 
	color : #ffffff ;

}

strong {
	color: #ffffff ;
}


div.main {
	width: 100% ; height: 100% ;
	position: absolute ; right: 0px ; top: 1% ;
	font-size: 90% ;
	z-index: 20;
}

div.lamp {
	width: 281px ; height: 315px ;
	position: absolute ; right: 10px ; bottom: 10px ;
	background-color: #000000 ; 
	background-image: url('images/lamp_off.png') ;  
	z-index: 1 ;
}

div.lamp_over {
	width: 281px ; height: 315px ;
	position: absolute ; right: 10px ; bottom: 10px ;
	background-color: #000000 ; 
	z-index: 10 ;
}

div.trans {
	width: 281px ; height: 315px ;
	position: absolute ; right: 10px ; bottom: 10px ;
	background-color: transparent ; 
	z-index: 30 ;
}


a:link { color: #6993c5; text-decoration:none }
a:visited { color: #6993c5; text-decoration:none }
a:hover { color: #5eaef5; text-decoration:none }
a:active { color: #6993c5; text-decoration:none }

/* chat */

div.chat {
	width: 100% ; height: 100% ;
	position: absolute ; right: 0px ; top: 0px ;
	overflow:hidden ;
}

iframe.chat {
	width: 100% ; height: 100% ;
	padding: 0px ;
	border: none ;
	background-color: #000000;
}

