
/*

		インスピリッツテニスクラブ　print.css
		Copyright (C) 2004-2007 Inspirits Tennis Club. All rights reserved.
		lastupdate 071106

*/



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


#header,
#gnaviBox,
#pnkzBox,
#underMenuBox,
#wrapperFooter {
	display: none;
}




/*------------------------------------------------調整する↓----------------------------------------------- */
#contents {
	margin: 0;
	padding: 0;

}



h2 {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	color: #e79000;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	color: #000000;
	padding: 0 0 1px 4px;
	border-left: 7px solid #ffb039;
	border-top: 1px solid #d6d8d0;
	border-bottom: 1px solid #d6d8d0;
	border-right: 1px solid #d6d8d0;
}

p {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
}


/*-------------------------------------------------
  Txt
-------------------------------------------------*/
.txts {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
}

/* チャート */
/* 背景（オレンジ） */
.txtO01 {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin: 0px;
	padding: 3px 0 3px 0;
	background-color: #ffd189;
	text-align: center;
}

.txtO02 {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin: 0px;
	padding: 3px 0 3px 0;
	background-color: #ffd189;
	text-align: left;
}

.txtO03 {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	background-color: #feefd8;
	text-align: left;
}

/* 背景（白） */
.txtW01 {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	background-color: #ffffff;
	text-align: left;
}

.txtW02 {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin: 0px;
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
}

/* テキスト（オレンジ）背景（白） */
.txtOW01 {
	font-size: 10pt;
	line-height: 14pt;
	color: #b86a3a;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	background-color: #ffffff;
	text-align: left;
}

/* 背景（グレー） */
.txtG01 {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	background-color: #f8f7f7;
	text-align: left;
}




/* フレーム */
.frameBoxTtl01 {
	font-size: 10pt;
	line-height: 14pt;
	color: #e79000;
	font-weight: bold;
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #cdcdcd;
}


/*-------------------------------------------------
  chart
-------------------------------------------------*/
.chart01_txt01 {
	font-size: 10pt;
	line-height: 14pt;
	color: #2063f9;
	padding: 2px 0 2px 0;
	margin: 0px;
	text-align: left;
}

.chart01_txt02 {
	font-size: 10pt;
	line-height: 14pt;
	color: #000000;
	padding: 2px 0 2px 0;
	margin: 0px;
	text-align: left;
}

