@charset "utf-8";


/*空白処理*/
.space-5{
	background-image: url(../images/spacer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:400px;
	height:5px;
}
.space-10{
	background-image: url(../images/spacer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:400px;
	height:10px;
}
.space-20{
	background-image: url(../images/spacer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:400px;
	height:20px;
}
.space-30{
	background-image: url(../images/spacer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:400px;
	height:30px;
}
.space-40{
	background-image: url(../images/spacer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:400px;
	height:40px;
}
.space-50{
	background-image: url(../images/spacer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:400px;
	height:50px;
}
.space-70{
	background-image: url(../images/spacer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:400px;
	height:70px;
}
.space-100{
	background-image: url(../images/spacer.gif);
	background-repeat:no-repeat;
	background-position:center;
	width:400px;
	height:100px;
}

.lh-170{
line-height:170%;
font-family: "ＭＳ明朝","ＭＳ Ｐ明朝","細明朝体","ヒラギノ明朝 ProN W3",serif;
}

/*　寄せの設定（センタリング等）　*/

.centering{
	clear:both;
	float:none;
	text-align:center;
}

.migiyose{
	float:right;
	padding-left:10px;
	padding-bottom:20px;
}
.hidariyose{
	float:left;
	padding-right:10px;
	padding-bottom:20px;
}