/*

		株式会社エクサーズ　KYOYU online　print.css
		Copyright (C) 2009 KYOYU online. Co., Ltd. All Rights Reserved.
		lastupdate 090401

*/


/* ==================================
プリントアウト用CSS
================================== */
/*----------------------- 
  基本設定
------------------------*/
body{
font-size: 10pt;
color: #000000;
background-color:white;
background:white;
text-align:left;
background-image: none;
margin: 0;
padding: 0;
}


/*----------------------- 
  エリア非表示
------------------------*/
#headerArea,
#gnaviArea,
#footerMenuArea,
#footerArea,
#pnkz,
#contentsIdArea .boxL,
#contentsArea .boxR,
.returnBox,
.pgtopBoxB,
.pgtopBoxB640,
.pgPrint
 {
	display: none;
}


/*----------------------- 
  設定
------------------------*/
#contentsIdArea .boxR{
	float:left;
	text-align:left;
	width:520px;
}

#container .wrapper {
	margin: 0;
	padding: 0;
	width:640px;
	text-align: left;
}

/* Font */
p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	/* これ以降Mac IE 5のみに適用される \*//*/
    font-size: 13pt;
    /* これ以降Mac IE 5以外にも適用される */ 
}
