@charset "Shift_JIS" ;

body {
	background-color : white ;
	color : #333333 ;
}

body.medium {
	font-size : medium ;
}

body.x-large {
	font-size : x-large ;
}

p.normal {
	font-size : 100% ;
}

p.ninety {
	font-size : 90% ;
}

p.oneEM {
	font-size : 1em ;
}

p.zeronineEM {
	font-size : 0.9em ;
}

/* 画像のサイズ指定めんどうだけど */

img.PHOTO-A {
	width : 25em ;
	height : 21.5em ;
}

img.PHOTO-B {
	width : 12.5em ;
	height : 10.75em ;
}
