@charset "utf-8";

/*contents*/
#contents {
	width: 600px;
	margin-left: 220px;
	padding-bottom: 60px;
}
#contents h1 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E61E1E;
	font-size: 175%;
	line-height: 125%;
	margin-bottom: 60px;
	padding-left: 30px;
}
#contents h2 {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E61E1E;
	font-size: 112.5%;
	line-height: 133%;
	margin-bottom: 60px;
	padding-left: 30px;
}
#contents h3 {
}
#contents p {
	font-size: 75%;
	line-height: 175%;
	margin-bottom: 1em;
}
