@charset ‘UTF-8′;

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 13px;
	color: #999999;
	line-height: 1.5;
	overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
	border: none;
	vertical-align:bottom;
}

a:link	{	color: #ee5dae;	}
a:visited	{	color:	#ee5dae;	}
a:hover	{	color:#ee5dae;	}
a:active	{	color:	#ee5dae;	}

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

.clearfix{
	display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */