@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;
}
h5 {
	font-size:95%;
	color:#333;
	padding:7px;
	background-color:#FDD;
	margin-bottom:15px;
	line-height:18px;
}

div.spcontents {
	margin-bottom:25px;
	clear:both;
}
#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 outside;
	margin-left:1.5em;
}

.spcontents p.left {
	float:left;
}
.spcontents p.right {
	float:right;
}

.spcontents img.left {
	float:left;
}
.spcontents img.right {
	float:right;
}


.spcontents dl {
	margin-left:1em;
}
.spcontents dt {
	font-weight:bold;
	margin-bottom:.3em;
}
.spcontents dd {
	margin-left:1em;
}




/* 複数写真のセンター配置 */
div#contents .spcontents p.photo {
	text-align:center;
}

