@charset "utf-8";
h2{
 font-size: 20pt;
 font-weight: bold;
 width: 265px;
 height : 30px;
 position: absolute;
 top : 0px;
 left : 30px;
 color: #cc00cc;
}
h4{
 font-size: 14pt;
 font-weight: bold;
 /* width: 265px;
 */
 height : 20px;
 position: absolute;
 top : 8px;
 left : 280px;
 color: #000000;
}
#btn1{
 position: absolute;
 width: 124px;
 height: 32px;
 top: 60px;
 left: 124px;
 color: #000000;
 /* 背景色（薄い水色）*/
 background: #97F9E6;
 border: 3px;
 border-color: #97F9E6;
 border-style: outset;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}
#btn1:hover{
 /* 背景色（薄い水色）*/
 background: #D8FEFF;
}
#btn1:active{
 /* 背景色（薄めの緑色）*/
 background: #59F078;
}
#btn2{
 position: absolute;
 width: 124px;
 height: 32px;
 top: 60px;
 left: 250px;
 color: #000000;
 /* 背景色（薄い緑色）*/
 background: #BFF788;
 border: 3px;
 border-color: #BFF788;
 border-style: outset;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}
#btn2:hover{
 /* 背景色（薄い水色）*/
 background: #D8FEFF;
}
#btn2:active{
 /* 背景色（薄めの緑色）*/
 background: #59F078;
}
#btn3{
 position: absolute;
 width: 124px;
 height: 32px;
 top: 60px;
 left: 376px;
 color: #000000;
 /* 背景色（薄めの黄色）*/
 background: #E6E971;
 border: 3px;
 border-color: #E6E971;
 border-style: outset;
 font-size: 20px;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}
#btn3:hover{
 /* 背景色（薄い水色）*/
 background: #D8FEFF;
}
#btn3:active{
 /* 背景色（薄めの緑色）*/
 background: #59F078;
}
#btn4{
 width: 110px;
 height: 32px;
 border: 0;
 position: absolute;
 top: 60px;
 left: 502px;
 border: 3px;
 border-color: #E6E971;
 border-style: outset;
 text-align: center;
 font-size: 20px;
 font-weight: bold;
 color: #000000;
 /* 背景色（薄めの桃色）*/
 background: #FAC5FA;
}
#selectImg{
 width: 643px;
 height: 462px;
 position: absolute;
 top: 130px;
 left: 30px;
}
#mscFile{
 position: absolute;
 width: 376px;
 height: 30px;
 top: 98px;
 left: 124px;
}