﻿body {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 850px;
}
#contents p {
	line-height: 135%;
}
#contents img {
	border-style: none;		/* 枠線を見せない */
}
#contents h2 {
	border-left-style: solid;
	border-bottom-style: solid;
	border-left-width: 10px;
	border-bottom-width: 5px;
	border-color: #202030;
	background-color: white;
	color: #202030;
	
	padding-left: 10px;
	
}

