/* ====================================================
	全ページ共通スタイルシート プリント用
==================================================== */
/* ----------------------------------------------------
	body 定義
---------------------------------------------------- */
body{
	margin:0px;
	padding:0px;
	background-repeat: no-repeat;
	background-image: none;


}

/* ----------------------------------------------------
	table 定義
	exp:画面表示用 固定幅定義
---------------------------------------------------- */
/* サイト全体の幅定義 */
table.flm{
	width: 100%;
}
td.flm{
	width: 100%;
}
/* 内容で使用する幅定義（印刷時のみ） */
table.opt{
	width: 100%;
}

/* ----------------------------------------------------
	Footer 定義
---------------------------------------------------- */
p.footer{
	font-family: "ＭＳ Ｐゴシック", "Osaka", "MS PGothic", "ヒラギノ角ゴ Pro W3", "sans-serif";
	font-size: 80%;
	color: #666666;
	margin: 2px;
}

/* ----------------------------------------------------
	段落 定義
	exp:h1、h2は画像使用のためmargin、paddingのみ定義
---------------------------------------------------- */
h1{
	margin:0px;
}
h2{
	margin:0px;
}
h3{
	margin:0px;
}
h4{
	font-size: 110%;
	line-height:135%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "MS PGothic", "ヒラギノ角ゴ Pro W3", "sans-serif";
}
p{
	font-size: 95%;
	line-height:135%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "MS PGothic", "ヒラギノ角ゴ Pro W3", "sans-serif";
}
li p{
	margin:0px;
}

/*   font 定義  */
.fs90{
	font-size:90%;
}
.fs85{
	font-size:85%;
}
.fs80{
	font-size:80%;
}
.fs75{
	font-size:75%;
}
.fs70{
	font-size:70%;
}

/* ----------------------------------------------------
	マージン 定義
---------------------------------------------------- */
.spacer{
	margin:0px;
}


/* ----------------------------------------------------
	Navigater 定義
---------------------------------------------------- */
.navi_td{
	border-bottom: 1px solid #3399CC;
	padding: 2px;
}
.navi_p{
	font-size: 9pt;
	margin:5px 3px 10px 3px;
	color: #339999;
}
.navi_a{
	color: #339999;
}
/* ----------------------------------------------------
	TOP index 定義
---------------------------------------------------- */
.tidx_p{
	font-size: 9pt;
}
.tidx_a{
	color: #0033CC;
	text-decoration: none;
}

.report{
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "MS PGothic", "ヒラギノ角ゴ Pro W3", "sans-serif";
	margin-left:20px;
	}