@charset "UTF-8";

body {
     overflow: hidden;
     background-image: url("back_pc.jpg");
     background-size: cover;
     background-attachment: fixed;
     background-position: top left;
     font-style:italic;
     }

table{
     width:480px;
     border-collapse:collapse;
     border:0;
     text-align:left;
     }

a{ 
  color:lime;
  text-decoration: none;
  }

h1{ 
  height:60px;
  color:yellow;
  font-size:60px;
  }

h2{ 
  line-height:4; 
  font-size:20px;
  text-decoration:underline;
  vertical-align: bottom;
  }

.pic_size{  /*ƒWƒƒƒP‰æ‘œ*/
         height:120px;
         }

.list tr td:nth-child(1){ 
        width:160px;
        height:60px;
		text-align:left;
        }
.list tr td:nth-child(2){
		width:300px;
        height:60px;
		text-align:left;
		vertical-align:middle;
        }
.list tr:nth-child(3n+1){ 
	font-size:18px; 
	}
.list tr:nth-child(3n+1):hover{
	background-color: navy;
	}

.list tr:nth-child(3n+2){ 
	font-size:28px; 
	}
.list tr:nth-child(3n+2):hover{
	background-color: navy;
	}

.list tr:nth-child(3n){ 
	font-size:18px; 
	color:pink; 
	}

 .scroll{
     width:500px;
     height:580px;
     overflow-y:scroll;
     border: 1px solid white;
        }


