*{margin:0; padding:0;}

html {
	display:table;
	width: 100%;
	height: 100%;
}

body {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	line-height:1.7;
	color:#171717;
	vertical-align:middle;
	background-color:#ffffff;
	letter-spacing:0.02em;
}

h1{
	color:#F3F3F3;
	text-indent:-9999px;
	font-size: 1px;
}
h2{
	font-size: 23px;
}
h3{
	font-size: 12px;
}

a {
	outline:none;
	color:#fe0290;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	text-align:justify;
	text-justify:inter-ideograph;
}

img {
	border:0;
	outline:0;
}

.rightBlock {
	display:block;
	margin-left:auto;
	text-align:right;
}
.leftFloat {
	display:inline;
	float:left;
	margin-right:auto;
	text-align:left;
}
.rightFloat {
	display:inline;
	float:right;
	margin-right:auto;
	text-align:left;
}
.clear {
	clear:both;
}
.disnone{
	display:none;
}


/* 微調整用 */
.margin-top10 {
	margin-top:10px;
}

.margin-top15 {
	margin-top:15px;
}
.margin-top20 {
	margin-top:20px;
}
.margin-top30 {
	margin-top:30px;
}
.margin-top80 {
	margin-top:80px;
}
.margin-top120 {
	margin-top:120px;
}
.margin-top160 {
	margin-top:160px;
}
.margin-top800 {
	margin-top:800px;
}
.margin-right10 {
	margin-right:10px;
}
.margin-bottom20 {
	margin-bottom:20px;
}
.margin-bottom30 {
	margin-bottom:30px;
}
.margin-bottom60 {
	margin-bottom:60px;
}
.margin-bottom120 {
	margin-bottom:120px;
}
.margin-bottom400 {
	margin-bottom:400px;	
}


.spacer20 {
	height:20px;
}

.w150{width:150px;}