

p {	
	display:block;
	text-align: justify;
	font-family: serif;
	font-size:          small;
	font-weight:        normal;
	color:              #333333;
	line-height: 1.4em;
	letter-spacing: 0pt;
	margin-top: 0.5em; /*上とのあき*/
	margin-left: 5em; /*左とのあき*/
	margin-right: 0px; /*右とのあき*/
	margin-bottom: 0em; /*下とのあき*/
	text-indent: -3em;
}





custom\:pt {	
	display:block;
	text-align: left;
	font-family:   Arial;
	font-size:          10.5pt;
	font-weight:        normal;
	color:              #336666;
	line-height: 1.4em;
	letter-spacing: 0em;
	margin-top: 0em; /*上とのあき*/
	margin-left: 1em; /*左とのあき*/
	margin-right: 0em; /*右とのあき*/
	margin-bottom: 1em; /*下とのあき*/

}



h1 {	
	font-family: sans-serif, Arial;
	font-size:         28px;
	font-weight:        bold;
	color:              #336666;
	line-height: 1.2em;
	letter-spacing: 0em;
	margin-top: 1em; /*上とのあき*/
	margin-bottom: 0em; /*下とのあき*/
}

h2 {	
	font-family: sans-serif, Arial;
	font-size:          18pt;
	font-weight:        normal;
	font-weight:        bold;
	color:              #336666;
	line-height: 1.2em;
	letter-spacing: 0em;
	/*margin-top: 0.6em; 上とのあき*/
	margin-left: 20px;/* 左とのあき*/
	/*margin-right: 0em; 右とのあき*/
	/*margin-bottom: 0.4em; 下とのあき*/
}




h4 {	
	font-size:          9px;
	font-weight:        normal;
	color:              #333333;
	text-align: justify;
	line-height: 1.2em;
	margin-top: 0.5em; /*上とのあき*/
	/*margin-left: 4em; 左とのあき*/
	/*margin-right: 0em; 右とのあき*/
	margin-bottom: 0em; /*下とのあき*/
}


h5 {	
	font-size:          10px;
	font-weight:        normal;
	color:              #333333;
	text-align: justify;
	line-height: 1.4em;
	margin-top: -0.5em; /*上とのあき*/
	/*margin-left: 4em; 左とのあき*/
	/*margin-right: 0em; 右とのあき*/
	margin-bottom: 0em; /*下とのあき*/
}


u {	


}


strong {	
	font-family: sans-serif, Arial;
	font-weight:        bold;
	color:              #666666;
	line-height: 0em;
	/*margin-top: 0.6em; 上とのあき*/
	/*margin-bottom: 0.4em; 下とのあき*/
	margin-right: 0.3em; /*右とのあき*/
}



a:link {
color: #008080;
}

a:visited {
color:  #336699;
}

a:hover  {
color: orange;
}


a:active {
color: red ;
}

