.floatRight{
	float:right;
}

.floatLeft{
	float:left;
	margin-right:10px;
}

#contentsArea{
	width:564px;
	margin:0 0 40px 0;
}

h2{
	margin:15px 0 0 0;
}

.countryBox{
	width:410px;
	float:left;
	clear:both;
	margin:0 20px 0 0;
	_margin:0 10px 0 0;
}


.clear{
	clear:both;
}

p{
    font-size: 12px; /* モダンブラウザ向け */
    *font-size: small; /* IE 7向け */
    *font: x-small; /* IE 6以下 */
}