@charset "utf-8";

div#sp {
	width:auto;
	border:1px solid #000000;
	padding:10px;
}
h2 {
	font-size:133%;
	font-weight:bold;
	padding:5px 0 5px 5px;
	background-color:#F00;
	margin-bottom:15px;
}
h3 {
	font-size:133%;
	font-weight:bold;
	border-bottom:1px solid #000000;
	margin-bottom:10px;
}
h4 {
	font-size:120%;
	font-weight:bold;
	margin-bottom:5px;
}
.spcontents {
	margin-bottom:25px;
}
#contents .spcontents p {
	line-height:130%;
	margin-bottom:1em;
	text-align:left;
}
.spcontents img {
	margin-right:2px;
}
.spcontents ul {
	line-height:130%;
}
.spcontents li {
	list-style:square inside;
}
