@charset "Shift_JIS";

body {
	/*font-family		: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family		: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font-family		: "Times New Roman", Times, serif;
	letter-spacing		: 1px;	
}
h1 {
	font-size		: .8em;
	font-family		: 'Times New Roman','Monotype Corsiva','arial','Helvetica','Verdana',Times, serif;
	color			: #963;
}
h2 {
	font-size		: .7em;
	font-family		: 'Times New Roman','arial','Verdana','Helvetica',Times, serif;
	font-weight		: bold;
	color			: #963;
}
h3 {
	font-size		: .6em;
	font-family		: 'Times New Roman','arial','Verdana','Helvetica',Times, serif;
	font-weight		: bold;
	color			: #996;
}
h1, h2, h3 {
	letter-spacing		: 0px;
}
p, li, dl {
	font-size		: .6em;
	line-height		: 1.6em;
}
.english, li a, li em {
	font-family		: 'Times New Roman', 'Verdana','Arial','Helvetica',Times, serif;
	letter-spacing		: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	p, li, dl {
		letter-spacing	: 1px;
	}
}