@charset "utf-8";

*{
	margin:0 auto;
	padding :0;
	}
body{
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
			arial, sans-serif;
	/*font-family:'Lucida Grande',
 'Hiragino Kaku Gothic ProN', 'ヒラギノ明朝 ProN W3',
  sans-serif;*/
	line-height:1.5;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
}	
#wrapper {
	width:900px;
	margin: 0 auto;
	position:relative;
	top:100px;
	z-index:1
	}
.header {
	width:900px; height:54px;
	
	z-index:1;
	}
#footer {
	clear:both;
	width:900px;
	height:20px;
	background-color:#3399ff;
	color:#fff;
	text-align:center;
	margin-top:50px;
	}
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  
	
.bar {
		color:#3399ff;
		font-weight:bold;
		margin-left:0px;
		margin-top:50px;
		font-size: 20px;
		}