﻿
BODY,TD,INPUT,TEXTAREA{color:#000000;font-size:20px;font-family:游ゴシック体 ミディアム,游ゴシック,ヒラギノ角ゴ Pro,Meiryo UI;line-height: 40px;letter-spacing: 1px;}

a{color:#000000; text-decoration:none;}
a:hover{color:#FFFFFF;text-decoration:none;}

scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-arrow-color:#333333;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;
padding: 2px 4px 2px 4px;}

body,html{
scrollbar-darkshadow-color:#ffffff;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffffff;
scrollbar-shadow-color:#ffffff;
scrollbar-arrow-color:#333333;
scrollbar-track-color:#ffffff;
scrollbar-face-color:#ffffff;}

br{letter-spacing:nomal;}

input,select,textarea {
font-size:11pt;
color:black;
border-top:1px solid black;
border-bottom:1px solid black;
border-left:1px solid black;
border-right:1px solid black;
background-color:white;
line-height: 30px;}

body{cursor:default; } 

body::-webkit-scrollbar {
    overflow:hidden;
    width:0px;
    height:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

body::-webkit-scrollbar:horizontal {
	height:0px;
}

body::-webkit-scrollbar-button {
	display:none;
}

body::-webkit-scrollbar-piece {
	display:none;
	background:#000;
}

body::-webkit-scrollbar-piece:start {
	display:none;
}

body::-webkit-scrollbar-thumb {
	overflow:hidden;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#000;
}

body::-webkit-scrollbar-corner {
	overflow:hidden;
	-webkit-border-radius:0px;
	border-radius:0px;
	background:#000;
}

* {
	margin: 0;
	padding: 0;
}


html,body {
	height: 100%;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

div.section {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;	
    min-width:1000px;
}

div.section-body {
	line-height: 1.6;
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;	
    min-width:1000px;
}


div#top {
	top: 0;
	left: 0;
	background-image: url(bg.png);
	margin: 0;
}

div#info {
	top: 100%;
	left: 0;
	background-image: url(bg01.png);

}

div#text {
	top: 200%;
	left: 0%;
	background-image: url(bg02.png);

}

.sticky {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  border-bottom: 2px solid #333;
}

#pageTop{
	border-radius:5px;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	}
#pageTop:hover{
	color:#000000;
	text-decoration:none;
	}
