body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: left;
	line-height: 1.4;
	background-color: white;
}

/*
1emがだいたい10ピクセル相当になるため、12ピクセル相当の文字サイズを表現したい場合は1.2em、9ピクセル相当の場合は0.9emと指定できます。
*/

a:link {
	color: blue;
}

a:visited {
	color: purple;
}

a:hover {
	color: purple;
}

a:active {
	color: red;
}

a img {
	border-bottom: none;
}

img {
	border: 0px;
}

h1 {
	font-size: 2.0em;
	text-align: left;
}

h2 {
	font-size: 1.6em;
	width:12em;
	border:solid #CCCCCC;
	border-width:0 0 1px 12px;
	padding:0.4em 0.4em;
}

h3 {
	font-size: 1.4em;
	width:12em;
	border:solid #CCCCCC;
	border-width:3px 0;
	padding:0.2em 0.4em;
}

p {
	font-size: 1.4em;
}

ul {
	margin-left:15px;
}

li {
	font-size: 1.4em;
}


dt {
	font-size: 1.4em;
	padding-bottom: 3px;
}

dd {
	font-size: 1.4em;
	text-indent: 1em;
	padding-bottom: 10px;
}
