/* CSS Document */
body {
	font-size:16px;
	line-height:150%;
}
* html body {
	font-size:16px;
	line-height:150%;/* IE6以下のみ適用 */
}
*:first-child + html body {
	font-size:16px;
	line-height:150%;/* IE7のみ適用 */
}
#caption{font-size:12px;
line-height:100%;}
