/* --------------------------------------------------------------
▼基本設定【kunikuni】
-------------------------------------------------------------- */

/* 閉鎖のお知らせ用 */

body{
	margin:100px;
	background-color:#ffffff;
	background-repeat:repeat-y;
	background-attachment:scroll;
	font-family:’ヒラギノ角ゴ Pro W3’,’ヒラギノ丸ゴ Pro W3’,'Hiragino Kaku Gothic Pro',Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	line-height:200%;
}

/* センタリング */
.center{
	text-align:center;
}

.title{
	font-size:14pt;
}

.aisatu{
	font-size:12pt;
}

.small{
	font-size:10pt;
}

.komel{
	font-size:10pt;
	color:#dc7474;
}