html,body,h1,h2,h3,h4,h5,h6,p{
     margin:0px;
     padding:0px;
     font-family:メイリオ,sans-serif;
     font-size:16px;/*書き込む文字の元々の大きさです*/
     color:#666;}

body{background-color:transparent;}

hr{  margin:23px 0px 27px 0px;
     border:none;
     border-bottom:dotted 2px #5BC85B;}

h1,h2,h3{
     font-weight:lighter;
     font-size:20px;}

a:link{color:#0000ff}
a:visited{color:#1E67FF}



/*「.text1」〜順番に書き込む文字に対する大きさや色の設定が出来ます*/
.text0{
     font-family:メイリオ,sans-serif;
     font-size:18px;
     color:#009300;}

.text1{
     font-family:メイリオ,sans-serif;
     font-size:16px;
     color:ff0000;}

.text2{
     font-family:メイリオ,sans-serif;
     font-size:16px;
     color:#ff7700;}

.text3{
     font-family:メイリオ,sans-serif;
     font-size:16px;
     color:pink;}

.text4{
     font-family:メイリオ,sans-serif;
     font-size:16px;
     color:aqua;}



#info_box{/*border:solid 1px aqua;*/
     width:1020px; /*htmlのiframeの枠幅に合わせて変更する*/
     height:240px; /*htmlのiframeの枠の高さに合わせて変更する*/
     overflow-y:auto;
     padding:30px 35px 30px 35px;
     background-color:rgba(255,255,255,0.3);}

#info_box::-webkit-scrollbar{width:18px;}
#info_box::-webkit-scrollbar-thumb{background:#009300;}
#info_box::-webkit-scrollbar-track{background:#B3E489;}
