@charset "utf-8";


/*  body  */
body{
	font:100%/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif ;
	margin:0;
	overflow:visible;
	padding:0;
}

/*  テキスト揃え  */
.alignL { text-align: left ; }
.alignC { text-align: center ; }
.alignR { text-align: right ; }

/*　フォント　*/
.small	{ font-size: 0.9em; }
.big	{ font-size: 1.16em; }
.bold	{ font-weight: bold; }

/*  フォント色  */
.red	{ color:#FF0000 ;}
.gray	{ color:gray ;}
.green	{ color:#4daf38 ;}

.fontsize-11 {
	font-size: 11px;
	line-height: 1.8em;
}
.fontsize-12 {
	font-size: 12px;
	line-height: 1.8em;
}
.fontsize-13 {
	font-size: 13px;
	line-height: 1.8em;
}
.fontsize-14 {
	font-size: 14px;
	line-height: 1.8em;
}
.fontsize-15 {
	font-size: 15px;
	line-height: 1.8em;
}
.fontsize-16 {
	font-size: 16px;
	line-height: 1.8em;
}
.fontsize-18 {
	font-size: 18px;
	line-height: 1.8em;
}
.fontsize-19 {
	font-size: 19px;
	line-height: 1.8em;
}

