/* --- ボックス --- */
.section {
width: 345px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの枠線 */
font-size: 80%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
.section h3 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しの下枠線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- 本文領域 --- */
.section .textArea {
height: 173px; /* 本文領域の高さ */
overflow: auto;
}

/* --- 本文領域内の段落 --- */
.section .textArea p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
font-size: 13px;
}

.section .textArea1 {
font-size: 13px;
}

.section .textArea2 a {
font-size: 13px;
color: #ff00ff;
}




/* --- ボックス --- */
.section2 {
width: 700px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの枠線 */
font-size: 80%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
.section2 h2 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しの下枠線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- 本文領域 --- */
.section2 .textArea {
height: 200px; /* 本文領域の高さ */
overflow: auto;
}

/* --- 本文領域内の段落 --- */
.section2 .textArea p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
font-size: 13px;
}

.section2 .textArea1 {
font-size: 13px;
}

.section2 .textArea2 a {
font-size: 13px;
color: #ff00ff;
}



/* --- ボックス --- */
.section3 {
width: 700px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #c0c0c0 solid; /* ボックスの枠線 */
font-size: 80%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
.section3 h4 {
margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #f5f5f5; /* 見出しの背景色 */
border-bottom: 1px #c0c0c0 dotted; /* 見出しの下枠線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- 本文領域 --- */
.section3 .textArea {
height: 100px; /* 本文領域の高さ */
overflow: auto;
}

/* --- 本文領域内の段落 --- */
.section3 .textArea p {
margin: 1em 10px; /* 段落のマージン（上下、左右） */
font-size: 13px;
}

.section3 .textArea1 {
font-size: 13px;
}

.section3 .textArea2 a {
font-size: 13px;
color: #ff00ff;
}
