@charset "UTF-8"

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#contents {padding-bottom: 150px;}  /* must be same height as the footer */


/* CLEAR FIX*/
.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 */



body{
margin-top: 0px;
		font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;
	line-height: 22px;
	background-color:#ffffff;
	text-align:center;
}

#wrap{
position:relative;

	width:800px;
	
    margin: 0px auto -150px  auto; 
    /* class="footer"縺ｨ蜷後§鬮倥＆(100px)縺ｮ雋 縺ｮ蛟､繧貞?蜉? */
	text-align: left;
	
}
/*
border-left:1px solid #999999;
	border-right:1px solid #999999; */


 
a img { border: 0px; border : none;border-bottom-color:#ffffff;text-decoration:none;
}

a { border: 0px; border : none;border-bottom-color:#ffffff;text-decoration:none;
}
h1{
font-size:16px;
margin:0px 0px 2px 0px;
font-weight:bold;
vertical-align:middle;
}

h2{
font-size:14px;
margin:10px 0px 2px 0px;
font-weight:bold;
vertical-align:middle;
clear:both;
}

