@charset "utf-8";

/* base
----------------------------------------------- */
* html body {
	font-size: x-small;
}
* html body {
	margin:0 0 0 1px; }

*:first-child+html body {
	margin:0 0 0 1px; }

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Hiragino Kaku Gothic Pro", "MS PGothic", Trebuchet, Arial, sans-serif;
	font-size: small;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
}
h1,h2,h3,h4,h5,h6,form,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
	list-style: none;
}
table {
	border-collapse: collapse;
}
th,td {
	padding: 0;
}
hr {
	display: none;
}
textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
}

xxxxp {
	margin:10px 0 0;}

a {
	overflow:hidden;
	text-decoration:underline;
	color:#3f6baa;}
a:hover {
	text-decoration:none;}

/* font size
----------------------------------------------- */
* html body .fontsize1 { font-size: xx-small; }
* html body .fontsize2 { font-size: x-small; }
* html body .fontsize3 { font-size: small; }
* html body .fontsize4 { font-size: medium; }
* html body .fontsize5 { font-size: large; }
* html body .fontsize6 { font-size: x-large; }
.fontsize1 { font-size: x-small; }
.fontsize2 { font-size: small; }
.fontsize3 { font-size: medium; }
.fontsize4 { font-size: large; }
.fontsize5 { font-size: x-large; }
.fontsize6 { font-size: xx-large; }
.fontsize1, .fontsize2, .fontsize3, .fontsize4, .fontsize5, .fontsize6 {
	line-height: 1.5em;
	text-align: justify;
	text-justify: inter-ideograph;
}
