@charset "utf-8";

* {
margin: 0;
padding: 0;}

ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
a{
text-decoration: none;
}

img {
border: none;
}


body  {
	font-famiry: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size:95%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background:url(img/el_back.jpg) no-repeat fixed center #000;
	

}

a:link{
	color: #003;
   }
a:visited{
	color: #006;
}
a:hover{
	color: #039;
   }


#rayout #container { 
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color:#ffffff;
	filter:alpha(opacity=60);
     -moz-opacity:0.60;
     -khtml-opacity: 0.60;
     opacity:0.60;

} 

#rayout h1 {
	font-size:150%;
	color:#006;
}

#rayout ul{
	margin:15px;
	line-height: 2em;
}


#rayout h2 {
	margin:20px 0 5px;
	font-size:110%;
	
}

#rayout p {
	margin: 10px 10px 15px 10px;
	line-height:1.5em;

}



#rayout #main {
  margin: 0;
} 

#rayout  #footer { 
	padding: 0 10px; 
} 
#rayout  #footer p {
	margin: 0;
	padding: 10px 0;
	color:#06F;
	font-size:85%;
	text-align:center;
}


.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
