/* typography.css */
body {
	font-size: 97%;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
}

h2, h3, h4, p, ul, blockquote { 
	margin : 0 20px .75em;
}

h2, h3 { 
	margin-bottom : .15em;
	font-size: 200%; 
	font-weight : bold; 
	letter-spacing : -1px;
}

p { 
	font-size : 100%;
}

h2, h3 { 
	color : #88a308;
}

h2+p { 
	font-size : 110%;
}

li > h4 {
	margin-left : 0;
}

li > p {
	margin-left : 0;
}


a:link, a:visited {
	text-shadow: 2px 2px 2px #010e00;
	font-style: normal;
	font-weight: normal;
	color: #FFFFCC;
	text-decoration : none;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #FFCC00;
}
a:focus { outline:none;}

