/* •ø¤­“Q¤¨¿ÉÄÜHTML¤Î¥¹¥¿¥¤¥ë */

body {
	font-size: 120%;
	line-height: 160%;
}
h1 {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 120%;
	color: #fff;
	background-color: #900;
	height: 2.2em;
	padding-top: 1em;
	margin: 0px auto 30px auto;
}

h2 {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
	font-size: 85%;
	color: #333;
	background-color: #FCC;
	border: #900 1px solid;
	width: 200px;
	padding: 5px;
}

a:link, a:visited {
	color: #900;
}
a:hover {
	color: #C00;
}

hr{
	border-top: 1px dashed #900;
}

span.year {
	clear: both;
	font-size: 85%;
	font-weight: bold;
	color: #333;
	background-color: #FCC;
	border: #900 1px solid;
	/* [disabled]padding: 5px; */
	margin-bottom: 10px;
}

ul {
	text-align: left;
	margin: 30px;
}

li {
	text-align: left;
	border-bottom: #900 1px dotted;
	margin-bottom: 20px;
	border-left: #900 3px solid;
	padding-left: 15px;
	list-style: none;
}
