/*　ボディ　*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/*　標準文章　*/

.normal {
	font-size: 12px;
	line-height: 150%;
}


.small {
	font-size: 10px;
	line-height: 150%;
}

.small02 {
	font-size: 8px;
	line-height: 150%;
}

.small03 {
	font-size: 9px;
	line-height: 150%;
}

/*　標準文章（カラー）　*/

.white_normal {
	font-size: 12px;
	line-height: 150%;
    color: #FFFFFF;
}
