
a:link {text-decoration : none; color : #b5bbc9}
a:visited {text-decoration : none; color : #b5bbc9}
a:hover {text-decoration : none; color : #575a62}
a:active {text-decoration : none; color : #b5bbc9}

body,p,td,th{
    font-family:メイリオ, Meiryo; 
	font-size:14px;
	letter-spacing:0.05;
	line-height: 1.7;}

html,body{
	height:100vh;
    background-position:center center; 
    background-repeat:repeat-y;
    background-attachment: fixed;
    background-size:contain;
    scrollbar-face-color:#575a62; 
    scrollbar-track-color:#000000; 
    scrollbar-arrow-color:#575a62; 
    scrollbar-highlight-color:#000000; 
    scrollbar-shadow-color:#000000; 
    scrollbar-3dlight-color:#000000; 
    scrollbar-darkshadow-color:#000000;}

input, textarea {
	background-color:#000000;
	color:#FFFFFF;
	border:solid 1px #b5bbc9;}
	
input {
	padding:0.5rem 0.5rem; /* ←上下　左右　の順 */
	}
	