@charset "UTF-8";

/*------------------------------------------------

 print.css
 (media: print)

------------------------------------------------*/

/* body
------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 10pt;
	text-align: left;
	line-height: 1.5;
}

a {
	color: #000000;
	text-decoration: none;
}

/* h1, h2, h3
------------------------------------------------*/
h1 { font-size: 160%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }

/* table
------------------------------------------------*/
table {
	width: 100%;
	border: 1px solid #999999;
	border-collapse: collapse;
	border-spacing: 0;
	color: #666666;
	font-size: 14px;
	empty-cells: show;
}

table th {
	padding: 3px;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

table td {
	padding: 3px;
	border: 1px solid #999999;
	text-align: left;
	vertical-align: top;
}


/* img
------------------------------------------------*/
img { border: none; }

/* text
------------------------------------------------*/
strong { 
	color: #000;
	font-weight: bold;
	font-size: 120%;
	line-height: 1.4;
}
em { font-weight: bold; font-style: normal; }
address { font-style: normal; }
.annotation { color: #600; font-size: 90%; }
.f-small { font-size: 90%; }
.f-xsmall { font-size: 70%; }
.f-red { color: #600; }
.f-blue { color: #6295CE; }
.f-serif { font-family: "ＭＳ Ｐ明朝", "ヒラギノ明朝 Pro W3", "Osaka", Verdana, Arial, serif; }

/* img float
------------------------------------------------*/
.imgL {
	float: left;
	clear: both;
	margin: 0 10px 10px 0 !important;
}

.imgR {
	float: right;
	clear: both;
	margin: 0 0 10px 10px !important;
}

/* clear
------------------------------------------------*/
.clear { clear: both; }

/* [hack] image replacement
------------------------------------------------*/
.Phark {
  text-indent: 0px !important;
}

/* display: none
------------------------------------------------*/

div#header, div#sidebar, div.sidebarR, p#topicPass, p.pageTop, div#footer, p.print {
	display: none;
}
