/* --- 本文領域 --- */
.section .textArea {
clear: left;
font-size: 8px; /* ボックスの文字サイズ */
position: relative;
text-align: center; /* 全体の左揃え */
height: 480px;
z-index: 2;
padding: 10px;
background-color: #ffffff; /* 本文領域の背景色 */
/* border: 1px #c0c0c0 solid; /* 本文領域の枠線 */
}
/* --- box1 インラインフレーム --- */
.ifra {
clear: left;
width: 500px; /* ボックスの幅 */
height:450px;
margin: 0 0px; /* ボックスのマージン（上下、左右） */
background-color: #FFFFFF;
position: absolute;
top: 20px;
left: 50px;
overflow: hidden;
/*border: 1px #000000 solid; /* 本文領域の枠線 */*/
}

