@charset "Shift_JIS";
/*===================目次======================


	プリント用CSS

	最終更新日:2010年4月23日



	1:ページ全体のレイアウト


===========================================*/



/*=========================================
■1:ページ全体のレイアウト
==========================================*/
@media print{
* {
    font-family: "ＭＳ Ｐ明朝", serif;
    vertical-align: 0;
}
body {
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 12pt;
    background-image: none;
	color: #000;
	background-color: #FFF;
	margin:0;
    padding:0;
    width: 100%;
}

div#wrap{
	background-color:#fff;
	padding:0px;
	margin:0px;
}

div#wrap div#header,
div#wrap div#header h1#logo,
div#footerwrap div#footer div#copyRight{
	background-image:none;
}

div#main div#maintitle{
	background-image:none;
}

div#main div#contentswrap{
	background-image:none;
	}

h2, h3, h4{
    margin: 0;
    padding: 0;
    font-weight:bold;
	background-image:none;
}

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

img {
	border: 0;
}
div#wrap div#main_close,
div#wrap div#entrance_top,
div#wrap div#entrance_bottom,
div#wrap div#header ul#topsub,
div#bread,
div#contentswrap h3#message img,
div#jikkou,
div#back,
div#page_top{
	display:none;
}

table {
    margin-bottom: 1em;
    border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
    width: 100%;
}

table#tenkai_box{
	border-collapse:collapse;
	border:2px solid #000;
	margin:10px 0 0 0;
	font-size: 9px;
    width: 80%;
}

table td.tdr2_blue,
table td.tdr2_white01,
table td.tdr2_gray01,
table td.tdr2_pink01,
table td.tdr2_kurihen{
	padding:3px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	border-right:2px solid #000;
	background:#fff;
	color:#000;
}

table td.blue,
table td.green,
table td.red{
	padding:5px 10px 5px 10px;
	border:1px solid #000;
	background:#fff;
	color:#000;
}

table td.blue02{
	padding:3px;
	border:1px solid #000;
	background:#fff;
	color:#000;
}

table td.white01,
table td.white02,
table td.white03,
table td.gray01,
table td.gray02,
table td.pink01,
table td.pink02,
table td.pink03,
table td.kurihen
{
	padding:5px;
	border:1px solid #000;
	background:#fff;
}











}



