BODY{
  background-color : white;
  color : black;
/*  font-size : 10pt;*/
  margin-left : 0px;
  margin-right : 0px;
}

p {
	font-size: small;
	_font-size:x-small;/*IE6用*/
	line-height: 150%;
	/*text-align: justify; 2008/03/17　表示上（外国語版において）余計なスペースを入れいないために解除*/
	margin: 10px;
	padding: 10px;




}

h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
	letter-spacing: 0.1em;
}
h3 {
	font-size: large;
}
.border-blue {
	border: thin dotted #33CCFF;
	padding: 15px;
	margin: 5px;



}
h4 {
	font-size: x-small;
	margin: 10px;
}
h5 {
	border: thin solid #0099FF;
	height: auto;
	width: auto;
	margin: 5px 5px 20px;
	padding: 5px;
	letter-spacing: 0.2em;
	font-size: x-small;

}
h6 {
	border: thin solid #0099FF;
	height: auto;
	width: 500px;
	margin: 5px 5px 20px;
	padding: 5px;
	letter-spacing: 0.2em;
	font-size: small;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;


}
.right-border {
	border-right-width: 1px;
	border-right-style: dashed;
}
.blue-back {
	background-color: #006699;
	font-size: x-small;
	color: #FFFFFF;

}
.border-blue-dots {

	border: thin dotted #33CCFF;
	padding: 15px;
	margin: 5px;
}
.border-blue-dr {
	padding: 0px;
	margin: 0px;
	border-top: thin none #006633;
	border-right: thin solid #006633;
	border-bottom: thin solid #006633;
	border-left: thin none #006633;

}
.foot {
	background-color: #339900;
}
table {
	font-size: small;
	_font-size:x-small;/*IE6用*/
	/*text-align: justify; 2008/03/17　表示上（外国語版において）余計なスペースを入れいないために解除*/
	text-justify: inter-cluster;

}
.midashi01 {
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #336666;
	border-right-color: #336666;
	border-bottom-color: #336666;
	border-left-color: #336666;
	line-height:100%;
	padding:5px;
	font-size: small;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

