@import "main.css";

h3 {
	width: 560px;
	height: auto;
	margin: 0px 0px 10px 10px;
	padding-left: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 130%;
	font-weight: bold;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	clear: both;
	border-top: 2px solid #ff6600;
	border-bottom: 2px solid #ff6600;
}

/*イメージ回り込み*/
img.left {
	float: left;
	
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #666666;
}

img.right {
	float: right;
	
	margin-left: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #666666;
}

/*段落*/
.text {
	width: 570px;
	height: auto;
	margin: 25px 0px 20px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
	background-color: transparent;
	color: #000000;
	clear: both;
}

/*段落*/
.c_text {
	width: 570px;
	height: auto;
	margin: 10px 0px 20px 20px;
	text-align: center;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	background-color: transparent;
	color: #000000;
	clear: both;
}

