@charset "UTF-8";

body {
	color: black;
	font-family: serif;
	font-size: 10pt;
	line-height: 1.4;
}

#header ul#navskip,
#global-nav,
#feed,
#footer h2,
#footer ul {
	display: none;
}

#content .highlight p.date em img {
	display: none;
}
#content .highlight p.date em:after {
	content: "New";
}

a {
	color: black;
	text-decoration: none;
}
a:after {
	margin-left: 2mm;
	content: " (http://choco-mint.jp"attr(href)")";
}
#header h1 a:after,
a.external:after {
	content: "("attr(href)")";
}
.highlight {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #000;
}

