/*■フォントサイズ調整*/
body {
    font-size: 15px; /* モダンブラウザ */
    *font-size: small; /* IE 7 */
    *font: x-small; /* IE 6以下 */
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;

	line-height:30px;
}
#container{
	width:800px;
	margin:auto;
	padding:20px;
	text-align:left;
}
h1{
	margin:10px;
}

/*■スペース調整*/
.space1{
	margin:0 0 0 1em;
}
.space2{
	margin:0 0 0 2em;
}
.space3{
	margin:0 0 0 3em;
}
.space4{
	margin:0 0 0 4em;
}
.space5{
	margin:0 0 0 5em;
}
.space6{
	margin:0 0 0 6em;
}
.space7{
	margin:0 0 0 7em;
}
.space8{
	margin:0 0 0 8em;
}
.space9{
	margin:0 0 0 9em;
}
.space12{
	margin:0 0 0 12em;
}
.space17{
	margin:0 0 0 17em;
}
.space23{
	margin:0 0 0 23em;
}
.space25{
	margin:0 0 0 25em;
}