body {
}

A:link{color:blue;}
A:link:hover{color:red;}
A:visited{color:blue;}
A:visited:hover{color:red;}

a { text-decoration:none; }

p.topbar {
	text-align: center;
}

h1 {
	text-align: center;
	margin: 40px 10px 50px 10px;
	border-top: solid 0 2px salmon;
	border-bottom: solid 0 2px salmon;
}

h2 {
	margin: 0;
	padding: 0.2em;
	border-left : solid 0 3px red;
	border-bottom : dotted 0 1px red;
}

h3 {
	margin: 1.5em 0 0 0;
	font-weight: bold;
	border-bottom : dotted 0 1px red;
}

hr {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: salmon;
}

div.footer {
	font-size: small;
	text-align: right;
	margin: 0px 45px;
}

/*
項目リストの設定
*/
div.body dl {
	margin-left: 2em;
}

div.body dt {
	margin-bottom: 0.2em;
	font-weight: bold;
}

div.body dd {
	margin-left: 1em;
	margin-bottom: 0.5em;
}


/*
強調
*/
em{
	font-weight: bold;
	font-style: normal;
}

/*
より強い強調
*/
strong{
	color: black;
	background: white;
}

