@charset "UTF-8";

/* プリンタ用スタイル */

* {
	font-family:
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	}

#navskip, #global-nav, p#renewaled {
	display: none;
	}



h2 {
	border-left: 10px solid #999999;
	border-bottom: 1px solid #999999;
	padding: 0 0 5px 10px;
	margin-top: 0.5em;
	}

#individual-archive #content h2 {
	margin-top: 2em;
	}

#aside h2 {
	margin-top: 2em;
	}

#content table {
	width: 100%;
	border-collapse: collapse;
	cell-spacing: 0;
	border-right: 0.05em solid #999;
	border-bottom: 0.05em solid #999;
	}
#content table tr th,
#content table tr td {
	padding: 0.5em;
	border: 0.05em solid #999;
	line-height: 1.8;
	}
#content table tr th {
	width: 20%;
	background-color: #efefef;
	font-weight: normal;
	}

a {
	color: #000000;
	text-decoration: none;
	}

a:after {
	content: " (" attr(href) ")";
	font-size: small;
	}
#header h1 a:after {
	content: "";
	}
p.date {
	margin: 2em 0 1em;
	font-size: large;
	font-weight: bold;
	}

#content .lectures-highlight em {
	font-weight: bold;
	}


