@charset "utf-8";
/* fontset.css */

p, h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

/*#header_logo p {
	font-size:300%;
	font-family:"Essays1743";
	line-height:.5em;
}*/

body {
	font-family:"Book Antiqua",Georgia,"Times New Roman","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",serif;

	line-height: 1.5em;
	-x-system-font:none;
	background-color:#fff;
	color:#333333;
	/*font-family:Georgia, verdana, arial, helvetica, sans-serif;*/
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	word-spacing:0.1em;
	letter-spacing:0.2em;
}
/* IE8 + Vista */
body {
	font-family /*\**/:"Book Antiqua",Georgia,"Times New Roman","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",serif;
	font-size: 71%; /* モダンブラウザ向け*/
	/*/font-size: 55%; /* IE 7向け */*/
	/**font: 60%; /* IE 6以下 */*/
}



/* Safari 3 以上　+ FireFox */
body:first-of-type {
	font-family:"Book Antiqua",Georgia,"Times New Roman","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho",serif;

}

@font-face {
font-family:"Essays1743";
src:url("http://sugiyamayusuke.org/f/Essays1743.ttf");
}

h1 {
	font-family:"Essays1743";
	font-size:200%;
	/*text-transform:uppercase;*/
	padding:10px 5px 0;
	line-height:0;
	letter-spacing:0.3em;
	
	/*text-shadow:0 0 2px #000000;*/
}
.sidebar li {
	line-height:180%;
	font-size:87%;
}
#postLink li {
	line-height:180%;
	font-size:92%;
	/font-size:80%;
}
#copyright li {
	line-height:180%;
	font-size:84%;
	/font-size:80%;
}


