@charset "utf-8";

body {
	font-size		: .6em;
	font-family		: "Times New Roman", Times, serif;
	line-height		: 1.8em;
	letter-spacing		: 1px;	
}
_body {
	font-family		: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
h1 {
	font-size		: 32px;
	font-family		: 'Times New Roman','arial','Helvetica','Verdana',Times, serif;
	font-variant		: small-caps;
}
h2 {
	font-family		: 'Times New Roman','arial','Helvetica','Verdana',Times, serif;
	font-weight		: bold;
	font-variant		: small-caps;
}
h3 {
	font-family		: 'Times New Roman','arial','Helvetica','Verdana',Times, serif;
	font-weight		: bold;
}
#list p {
	font-variant		: small-caps;
}
#globalnavi li {
	font-variant		: small-caps;
}
#globalnavi li, #globalnavi li a {
/*	font-weight		: bold;*/
}
#footer p {
	font-variant		: small-caps;	
}
.english {
	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;
	}
}