/* body */
body {
	color:#1a1a1a;
	margin:0px;
	padding:0px;
	background:haikei.jpg;
}

/* テーブル・段落 */
td { font-size:13px; line-height:200% ;color:#000000 ;text-decoration:none; }
p  { margin:3px 5px; }

/* リンク */
a       { text-decoration:none; }
a:hover { text-decoration: underline overline; background-color:#FFFFCC; }

/* コンテンツ */
h1 { color:black; font-size:10pt; margin:0px 0px;}
h2 { color:blue;  font-size:11pt; margin:0px 0px;}
h3 { color:blue;  font-size:11pt; margin:0px 0px;}

/* スペース */
.line1  { line-height: 10%; }
.line2  { line-height: 20%; }
.line3  { line-height: 30%; }
.line4  { line-height: 40%; }
.line5  { line-height: 50%; }
.line6  { line-height: 60%; }
.line7  { line-height: 70%; }
.line8  { line-height: 80%; }
.line9  { line-height: 90%; }
.line10 { line-height: 100%;}

/* 上に戻るボタン */
.pagetop {
	color: #fff;
	background-color: rgba(0,0,0,0.3);
	text-decoration: none;
	display: none;
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	width: 3.3rem;
	height: 3.3rem;
	line-height: 3.3rem;
	border-radius: 3.3rem;
	text-align: center;
	cursor: pointer;
}

.pagetop:hover {
	color: #fff !important;
	background-color: #ed702b;
	text-decoration: none;
}
