*{ margin:0; padding:0; }

body {
	font-family: sans-serif //"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	background-color: #FFF;
	color: #000;
	font-size: 1em;
	line-height: 180%;
}

#header {
	background-color: #FFF;
	text-align: center;
}

#header h1 {
	font-weight: bold;
	font-family: sans-serif;
	color: #fff;
	background-color: #00f;
	font-size: 2.5em;
	padding: 0.5em;
	line-height: 110%;
	text-align: center;
}

content {
	line-height: 180%;
}

#footer {
	clear: both;
	height: 100px;
	background-color: #FFF;
	text-align: right;
	padding: 10px;
	margin-top:2em;
}
#footer p {
	font-size: 12px;
	font-family: sans-serif;
	line-height: 160%;
	margin: 10px;
}

p {
	margin-bottom: 1.0em;
}
em {
	font-weight: bold;
}
h2 {
	display: inline-block;
	font-size: 2em;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
	padding: 0.4em;
	color: #000000;
}
h3 {
	display: inline-block;
	font-size: 1.2em;
	margin-bottom: 1.0em;
	margin-top: 1.0em;
	padding: 0.4em;
	background-color: #ddddff;
	color: #000000;
}
ul {
list-style-type: square;
margin-left:2em;
}
hr{
height: 1px;
border: none;
border-top: 1px #888888 solid;
}

a {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	color:#ff0000;
}
a:visited{
	color: #551A8B;
}
#footer a { text-decoration:none; color:#666666; }
#footer a:hover { color:red; }
