@charset "UTF-8";

@import "../../common/css/default.css";


/*----------------------------------------------------------
ヘッダー
----------------------------------------------------------*/

#header{
    height: 80px;
}
h2{
    font-size: 70%;
    font-weight: bold;
    position: absolute;
    left: 155px;
    top: 47px;
    *font-size: 50%;
    *top: 52px;
}
p.logo{
    position: absolute;
    left: 27px;
    top: 20px;
}
p.btn{
    position: absolute;
    right: 15px;
    top: 50px;
}

