@import "main.css";

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

/*段落*/
.text {
	width: 570px;
	height: auto;
	margin: 15px 0px 10px 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;
}

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

/*会社データ*/
.company {
	width: 570px;
	height: auto;
	margin: 10px 0px 10px 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 100%;
	font-weight: normal;
	line-height: 130%;
	background-color: #ffffcc;
	color: #000000;
	border: 1px solid #000000;
}
	.company th {
		font-size: 100%;
		font-weight: bold;
		line-height: 130%;
		padding: 5px;
		border: 1px solid #000000;
	}

	.company td {
		font-size: 100%;
		font-weight: normal;
		line-height: 130%;
		padding: 5px;
		border: 1px solid #000000;
		background-color: #ffffff;
		color: #000000;
	}
