@charset "UTF-8";


/**************************************


						contents CSS


***************************************/
html{
	background:url(../img/005.png);
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:100%;
}
.keyv{
	padding:100px 0;
	width:500px;
	margin:0 auto;
	position:relative;
}
.keyv .logo{
	position:absolute;
	top:35px;
	left:-65px;
}
.picbox{
	margin-top:100px;
	text-align:center;
}
/**************************************


							Float Clear


**************************************/


.clearfix:after {
  content: ".";  
  display: block; 
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}