/* 上段を固定 */

BODY {
font-family: "Arial ",sans-serif;
/* color: #696969;*/
margin: 0;
padding: 120px 0px 0px  222px;　
/* 上段の縦方向サイズを 100 ピクセルとします */
    overflow-y: scroll;
-webkit-text-size-adjust: 100%;
}

* html body{
font-family: "Arial ",sans-serif;
overflow: auto ;
a:link { color:#0000ff; text-decoration:none }
a:visited { color:#0000ff; text-decoration:none }
a:hover { color:#0000ff; text-decoration:none }
a:active { color:#0000ff; text-decoration:none }
white-space: nowrap;
    overflow-y: scroll;
-webkit-text-size-adjust: 100%;
}

div#Header_area {

position: fixed !important;
position: absolute;
top: 0;
left: 222px;
width: 100%;
height: 120px; 
/* BODY で設定した100ピクセルの値をセットします　*/
background-color : white ;　/*　背景色 */
white-space: nowrap;
-webkit-text-size-adjust: 100%;
}

* html div#Main_area{
height: 100%;
overflow: auto;
white-space: nowrap;


a:link { color:#0000ff; text-decoration:none }
a:visited { color:#0000ff; text-decoration:none }
a:hover { color:#0000ff; text-decoration:none }
a:active { color:#0000ff; text-decoration:none }
-webkit-text-size-adjust: 100%;



p {
font-family: "Arial ",sans-serif;
	white-space: nowrap;
}
}