@charset "UTF-8";
/* --- ボックス --- */
body{
	text:#23100E;
	}

div.section {
width: 490px; /* ボックスの幅 */
margin:0;
padding: 0; /* ボックスのパディング（上下、左右） */
background: #ffffff; /* ボックスの背景 */
border:non; /* ボックスの境界線 */
font-size: 80%; /* ボックスの文字サイズ */
color: #000000; /* ボックスの文字色 */
}

/* --- 見出し --- */
div.section h3 {
margin: 0 0 1em; /* 見出しのマージン（上、左右、下） */
padding: 10px 5px 5px; /* 見出しのパディング（上、左右、下） */
border-bottom: 1px #cccccc solid; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- ボックス内の段落 --- */
div.section p {
margin: 1em 5px; /* 段落のマージン（上下、左右） */
}

a:link {
	color: #0068b7;
	text-decoration: none;
}
a:visited {
	color: #0068b7;
	text-decoration: none;
}
a:hover {
	color: #0068b7;
	text-decoration: none;
}
a:active {
	color: #0068b7;
	text-decoration: none;
}
