/************************************** school ***********************************/

/*画面の上部隙間を無くする指定*/
body{margin:0px;padding:0px;}
body.school{
    background:url('../image/Backgrund_Img.png');
}


/**************見出し**************/
p.menu{
    width:100%;
    height:20px;
    font-size:16px;
    color:#0000ff;
    font-family:"メイリオ",serif;
    text-align:left;
    padding-top:2px;
    padding-left:20px;
    margin:0px;
    background-color:#00ff00;
    z-index:1;
}

/**************みゅーちゃん画像表示**************/
div.myuimag{
    position:;
    width:700px;
    height:230px;
    top:30px;
    padding-left:0px;
    background-color:#ffffff;
    z-index:1;
}

/**************始めの紹介文章********************/
div.greeting{
    position:relative;
    height:auto;
    float:reft;
    width:700px;
    height:;
    top:;
    left:;
    font-family:"メイリオ",serif;
    color:#333333;
    text-align:left;
    line-height:130%;
    padding-top:4px;
    padding-left:8px;
    padding-right:8px;
    margin-left:100px;
    background-color:#ffff99;
    z-index:1;
}
/***************強調部分の書体指定「習うより馴れろ」の部分************/
#big{
    font-family:"HGS行書体","メイリオ",serif;
    color:#0000ff;
    font-size:28px;
}
/***************ソースの表示部分**************************************/

#source_1{
    font-size:18px;
    color:#000000;
    font-family:"ＭＳ Ｐゴシック","メイリオ",serif;
}

/***************STEPのメニュー表示部分**************************************/
span.list{
   font-family:"HGS行書体","メイリオ",serif;
   color:#0000ff;
   font-size:22px;
}

ul.step{
line-height:150%;
list-style-image:url('../image/step_1.png');
}

/***************各STEPの見出し表示部分**************************************/
span.step_2{
color:#9922ff;
}

/***************解説画像の一指定********************************************/
span.school_img_position{
    width:573px;
    height:auto;
    margin-left:64px;
}
/***************ページトップの指定******************************************/
span.school_Totop{
    width:700px;
    height:auto;
    text-align:right;
}
