﻿@charset "UTF-8";

/*				printer.css				*/
/*									*/

/*				global reset				*/
/*									*/
body {
	font-size: 12pt;
	color: #000000;
	background-color: #FFFFFF;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}

/*				design					*/
/*									*/

#head, #side, #foot, #extension, div.adsense {
  display : none;
}

#body, #mainbox, #blog {
  width: auto;
  margin : 0;
}

#blog h2 {
  font-size : 24px;
}

/*				url write				*/
/*									*/

a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}


a[href^="/"]:after {
	content: " (http://turi2.net" attr(href) ") ";
}
