﻿/* ******************************
			印刷用CSS 
****************************** */

/* 印刷向けフォントの指定 */

body {
	font-size: 12pt;
	font-family: "ＭＳ Ｐ明朝", "Times New Roman", serif;
	}
	
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック" , Arial, Helvetica, Meiryo , Osaka , sans-serif;
	}
	
p {
	margin:12pt o;
	line-height:1.5em;
	}
	

/* 印刷領域の指定 */

@page {
	margin:10mm;
	}

#wrapper {
	width:210mm;	
	}
	
/* 改ページの指定 */

    /* table の途中で改ページさせない */
table {
	page-break-inside:avoid;
	}
	

/* 印刷時にリンクURLを出力する　*/

a:after {
	content:"(http://www.kcho.net/" attr(href) ")";
	}
	
a.external:after {
	content:"(" attr(href) ")";
	}

/* 印刷時のタイトル　*/
	
#top_title h1 {
	height:25pt;
	font-size:18pt;
	font-weight:bold;
	padding-bottom:3px;
	border-bottom:3pt #0033CC solid;
	}

/* 印刷しない項目の指定　*/

#skip {
	display:none;
	}

#top_tool {
	display:none;
	}
	
#gnavi {
	display:none;
	}

#movie {
	display:none;
	}

p.past {
	display:none;
	}
	
#page_top {
	display:none;
	}

#navi_button {
	display:none;
	}

#link_button {
	display:none;
	}
	
#pankuzu {
	display:none;
	}
	
#navi {
	display:none;
	}
	
/* 印刷コンテンツの調整　*/

h2 {
	font-size:14pt;
	font-weight:bold;
	padding-bottom:3pt;
	border-bottom:1px gray solid;
	color:#000066;
	}

#whatsnew  table {
	width:100%;
	margin:10pt auto;
	}

#footer {
	border-top:1pt gray solid;
	padding-top:3pt;
	}
		
address{
	font-style:normal;
	}
	
.footer03 {
	margin-top:15pt;
	text-align:center;
	}
	

