﻿@charset ""UTF-8";

/* 印刷用スタイルシート */

* {
	font-family:
		"メイリオ",
		Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
	}

#header-inner img {
	display: none;
	}

#navskip, #global-navi {
	display: none;
	}

h2 {
	border-left: 9px solid #999;
	border-bottom: 1px solid #999;
	padding: 0 0 5px 10px;
	margin-top: 0.5em:
	}

p.date {
	font-weight: bold;
	margin : 30px 0px -10px 0px;
	}


a {
	color: #000;
	text-decoration: none;
  }

a:after {
	content: " ( http://www.ishihara-akira.com" attr(href) " )";
	font-size: small;
	font-weight: normal;
	}
a.external:after {
	content: " (" attr(href) ")";
	font-size: small;
	}

#header h1 a:after {
	content: "";
	}

#feed-icon {
	display: none;
	}