.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	color: #333333;
	line-height: 12px;
}
.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: x-small;
	line-height: 25px;
}
.text-e {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: x-small;
	color: #333333;
	line-height: 12px;
}
.menu-e {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: x-small;
	line-height: 20px;
}

/* --- ボックス --- */
.section {
width: 500px; /* ボックス幅 */
height: 180px; /* ボックス高さ */
overflow: auto;
background-color: #ffffff; /* ボックス背景 */
border: 1px #cccccc solid; /* ボックス枠線 */
font-size: 90%; /* 文字サイズ */
color: #000000; /* 文字カラー */
}

/* --- ボックス内の段落 --- */
.section p {
margin: 1em 5px; /* 段落マージン（上下、左右） */
}