@charset "UTF-8";

/*
 * printメディア用スタイルシート
 * http://confetto.s31.xrea.com/
 */

@import 'screen.css';

a:visited {
	color: #009;
}

a[href^='http:']:after, a[href^='mailto:']:after {
	content: ' (' attr(href) ') ';
	font-size: smaller;
}

abbr[title]:after {
	content: ' (' attr(title) ') ';
}

body {
	background-image: none;
	font-size: 10pt;
	font-family: serif;
	padding: 0 1%;
}

dl, ol, ul {
	page-break-before: avoid;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
	page-break-after: avoid;
}

/*
h1 {
	page-break-before: always;
}
*/

#content {
	margin-right: 0;
}

#select-style * {
	color: #999;
}

#sidebar {
	display: none;
}

@media print {
	.ad-block, #select-style {
		display: none;
	}
}
