@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
}

#wrapper {
	width: 880px;
	margin: 0 auto;
	text-align: left;
}
#wrapper1 {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-color: #FAFAF3;
	border: 1px gray solid;
}
h1    {
	color: #066;
	font-weight: bold;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 15pt;
	line-height:24pt;
}
h2    {
	color: gray;
	font-size: 13pt;
	margin-top: 50px;
}

#contents {
	margin: 30px;
}
/*.haikei {
	background:url(img/haikei.jpg);
}*/
#footer {
	font-size:11px;
	text-align:center;
	margin-top:5px;
}
	
/*

.class1     { font-size: 9pt; line-height: 12pt; margin-right: 1em }
.class2    { font-size: 9pt; line-height: 14pt; text-indent: -1em; margin-left: 1em }
.class3 { font-size: 9pt; line-height: 14pt; margin-left: 2em }
*/