﻿@charset "UTF-8";

/* 印刷用スタイルシート */

* {/* フォントを消す */
	font-family:
		"メイリオ",
		Meiryo,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro W3",
		Osaka,
		"ＭＳ Ｐゴシック",
		"MS P Gothic",
		sans-serif;
	}


embed {
	display: none;
}

#navskip, #global-nav {/* ナビを消す */
	display: none;
	}

h2 {/* 見出しを装飾 */
	border-left: 10px solid #999;
	border-bottom: 1px solid #999;
	padding: 0 0 0 10px;
	margin-top: 0.5em;
	}

p.date {/* 日付を太字に */
	font-weight: bold;
	}

a {/* リンク色を黒＆ボーダーを消す */
	color: #000;
	text-decoration: none;
	}

a:after { /* IEは利かない */
	content: " (http://choco-mint.jp" attr(href) ")"; /* 相対パスが出る */
	font-size: small;
	}

a.external:after { /* 外部リンク */
	content: " (" attr(herf) ")";
	font-seize: small;
	}
#header h1 a:after {
	content: "";
	}




