/* --- ボックス --- */
.section {
width: 530px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 0px #c0c0c0 solid; /* ボックスの枠線 */
font-size: 80%; /* ボックスの文字サイズ */
}


/* --- 本文領域 --- */
.section .textArea {
height: 350px; /* 本文領域の高さ */
overflow: auto;
scrollbar-face-color: #FFFFAA;
scrollbar-shadow-color: #CCCCCC;
scrollbar-darkshadow-color: #666666; 
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #CCCCCC; 
scrollbar-arrow-color: #666600;
}

/* --- 本文領域内の段落 --- */
.section .textArea p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
}

/* --- 本文領域内のTD --- */
.section .textArea TD {
	FONT-SIZE: 12px; COLOR: #555555;
}

/* --- 本文領域内のTH --- */
.section .textArea TH {
	FONT-SIZE: 12px; COLOR: #555555;
}
