@charset   "UTF-8";

a:link {
	color: #0033cc;
}

a:visited {
	color: #0033cc;
}

a:hover {
	color: #cc3300;
	text-decoration: none;
}

#content {
	width: 700px;
	margin: 0 auto;
}

#main {
	margin: 1em 1em;
}

.typeA {
	margin : 2em 5em;
	border-style : double;
}

.typeB {
	margin : 1em 2em;
	text-indent : -10;
}

.typeC {
	margin :1em 3em;
	text-indent : -10;
}

.typeD {
	margin : 1em 4em;
	text-indent : -10;
}


h1 {
	text-align: center;
	font-size: 1.4em;
	margin-top: 1em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	margin-top: 2em;
}

h3 {
	font-size: 1em;
	margin-top: 1em;
	margin-left: 0.5em;
}

p {
	font-size: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 1.5em;
	text-indent: 1em;
}

img {
	margin-left: 4em;
}

p#midashi {
	position: relative;
	left: 80%;
	width: 5em;
	margin-top: 1em;
	text-align: justify;
	text-justify: distribute-all-lines;
	font-size : 1.2em;
}

p.notice {
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 5em;
	text-indent: -2em;
}

ul {
	margin-left : 5em;
	list-style-type: disc;
	list-style-position: outside;
}

.typeA ul {
	margin: 2em 4em;
	list-style-type: disc;
	list-style-position: outside;
}

dl {
	margin : 2em 25em 1em 4em;
	padding : 0.5em 0em;
	border-style : double;
}

dt {
	margin-left : 2em;
	margin-top : 0.5em;
}

dd {
	margin-left : 3em;
	margin-bottom : 0.5em;
}


