h3 {
	margin: 20px 0;
	text-align: center;
}

h4 {
	margin: 0 0 10px 0;
}

h5 {
	margin: 0 0 10px 0;
	text-align: center;
}

div.section {
	margin: 10px 0 20px;
}

div.section_kanki {
	margin: 10px 30px 30px;
}

div.section_dot {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px dotted #999;
}

div.texts {
	width: 252px;
	float: left;
}

div.texts_wide {
	width: 500px;
	margin: 20px auto;		
}

div.texts_small {
	width: 190px;
	float: left;
	
}

div.picture {
	width: 252px;
	text-align: left;
	float: right;
}

div.picture_wide {
	width: 315px;
	text-align: center;
	float: right;
}

div.texts p,
p{
	line-height: 1.5;
}

p.small{
	font-size: x-small;
	line-height: 1.5;
}

span.red{
	color: red;
}