@media print {
.for_screen { display:none;
}
}


h1 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 18pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
}

h2 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
}

H6{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	letter-spacing:1px;
	border-bottom:3px solid #999999;
	padding-bottom:3px;
	padding-left:10px;
	padding-top:5px;
}
.text {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
}

/*　やや大きめテキスト　*/
.text_L {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 90%;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
}

.text_L_indent {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 90%;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	text-indent:2em;
}

/*　大きめテキスト　*/
.text_LL {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 120%;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
}



.text_S {
	font-size: 74%;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
}

.text_02 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
}

.text_02_indent {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	font-style: normal;
	line-height: 125%;
	font-weight: normal;
	text-indent:2em;
}

.table_01 {
	border-collapse: collapse; ;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	line-height: 125%;
	font-weight: normal;
	color: #000000;
}

.table_02 {
	border-collapse: collapse; ;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: x-small;
	line-height: 125%;
	font-weight: normal;
}

/*　やや大きめテキストテーブル　*/
.table_L {
	border-collapse: collapse;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 90%;
	line-height: 140%;
	font-weight: normal;
}

.back {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #3359cc;
	font-size: 90%;
	font-style: normal;
	font-weight: bold;
	padding: 15px;
}

/*　テキスト太字　*/
.text_b {font-weight: bold;
}

/*　テキストアンダーライン　*/
.text_u {text-decoration: underline;
}

/*　テキスト太字とアンダーライン　*/
.text_b_underline{
	font-weight:bold;
	text-decoration: underline;

}

/*　テキストイタリック　*/	
.text_italic {
	font-style: italic;
}

