/*　ボディ　*/

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



/*　標準文章　*/

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


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

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

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