html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-size: 12px;
  font-family:'メイリオ',	'Meiryo',	'Hiragino Kaku Gothic Pro',	'ヒラギノ角ゴ Pro W3',	'Osaka',	'ＭＳ Ｐゴシック',	sans-serif;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #4b8793;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #4b8793;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #4b8793;
	}
	
h2 { 
font-size: 9pt;
	background: transparent;
text-align:center;
}
 
#pagewidth{ 
 width:900px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative;
 margin-top: 200px;
 height:150px; 
  background-color:#FFFFFF; 
 width:100%;
} 
 
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
  padding: 10px 10px 10px 10px;
 width:900px; 
 }
 
#footer{

margin-top: 80px;
 height:50px; 
  background-color:#fff; 
 clear:both;
 text-align: center;
 } 
 

 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

