body {
	line-height: 1.4;
	word-spacing:1.1pt;
	letter-spacing:0.2pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 9pt;
	background-image: none;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 1cm;
}

/* 見出し */
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1{font-size:19pt;}
h2{font-size:17pt;}
h3{font-size:15pt;}
h4,h5,h6{font-size:12pt;}

code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em;  font-size: 10pt; }
hr {
	background-color: #ccc;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}
p.example {
	margin-top: 1em;
	margin-bottom: 3em;
}
/* テーブル*/
table{
	width: 100%;
}


/* イメージ */
img {
	margin: 1em 1.5em 1.5em 0;
}
a img { border: none; }

/* リンク */
a:link, a:visited { background: transparent; font-weight: 700; text-decoration: underline;color:#333; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] {color:#000; }
caption { background: #fff; margin-bottom:2em; text-align:left; }

/*非表示箇所設定*/



#header,#sidebar
{display:none;}