/* ====================================================
	全ページ共通スタイルシート 画面表示用
==================================================== */
/* ----------------------------------------------------
	body 定義
---------------------------------------------------- */
body{
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;

}

/* ----------------------------------------------------
	table 定義
	exp:画面表示用 固定幅定義
---------------------------------------------------- */
/* サイト全体の幅定義 */
table.flm{
	width: 700px;
}
/* 内容で使用する幅定義（印刷時のみ） */
table.opt{}

/* ----------------------------------------------------
	Footer 定義
---------------------------------------------------- */
p.footer{
	font-family: "ＭＳ Ｐゴシック", "Osaka", "MS PGothic", "ヒラギノ角ゴ Pro W3", "sans-serif";
	font-size: 80%;
	color: #666666;
	margin: 2px;
}

/* ----------------------------------------------------
	段落 定義  font 定義
	exp:h1、h2、h3は画像使用のため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";
}

p.top{
	line-height: 130%;
	font-size: 85%;
	font-weight: bold;

	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%;
}

/* ----------------------------------------------------
	リンク 定義
---------------------------------------------------- */
a:hover{
	color: red;
} 

/* ----------------------------------------------------
	マージン 定義
---------------------------------------------------- */
.spacer{
	margin:0px;
}

/* ----------------------------------------------------
	Navigater 定義
---------------------------------------------------- */
.navi_td{
	border-bottom: 1px solid #3399CC;
	padding: 2px;
}
.navi_p{
	font-size: 9pt;
	margin:2px;
	color: #339999;
}
.navi_a{
	color: #339999;
}
/* ----------------------------------------------------
	TOP index 定義
---------------------------------------------------- */
.tidx_p{
	font-size: 9pt;
}
.tidx_a{
	color: #0033CC;
	text-decoration: none;
}

/* ----------------------------------------------------
	その他 定義
---------------------------------------------------- */

.ta1{
	font-size: 11pt;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "MS PGothic", "ヒラギノ角ゴ Pro W3", "sans-serif";
	}


.report{
	font-size: 95%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "MS PGothic", "ヒラギノ角ゴ Pro W3", "sans-serif";
	margin-left:20px;
	}
