/* ‘S‘Ì—p */
body {
	background-color: #ffffff;
}

h2 {
	font-family: Georgia, serif;
	font-size: 120%;
	color: #f35213;
}

p.top {
	color: #f57029;
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 11px;
}

p {
	font-family: Georgia, serif;
	color: #333333;
	font-size: 11px;
}

p.mini {
	font-size: 90%;
	color: red;
}

p.mini-gry {
	font-size: 85%;
	color: gray;
}

p.orange {
	font-family: Georgia, serif;
	color: #f57029;
	font-size: 11px;
}

a {
	font-family: Georgia, serif;
	font-size: 11px;
	text-decoration: none;
}

a:link {
	color: #f57029;
}

a:visited {
	color: #7072af;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a:active {
	color: green;
}

table {
	font-size: 12px;
}

*.strongcell {
	border: solid 1px #f57029;
	background-color: #f1efef;
	padding:0.7em;
}

