@charset "utf-8";
p.sample1, p.sample2, p.sample3, p.sample4, p.sample5, p.sample6, p.sample7{
	text-align:justify;
}
p.sample1{
	text-justify:auto;
}
p.sample2{
	text-justify:inter-word;
}
p.sample3{
	text-justify:inter-ideograph;
}
p.sample4{
	text-justify:inter-cluster;
}
p.sample5{
	text-justify:distribute;
}
p.sample6{
	text-justify:kashida;
}
p.sample7 {text-justify:newspaper;}

div.sample0{
	clear:both;
}