@charset "Shift_JIS";

/*メーカー名*/
#maker_t {
	text-align: left;
	width: 544px;
	height: 80px;
	background-image: url(../media/maker_t.jpg);
	background-repeat: no-repeat;
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	padding-left: 56px;
	padding-top: 10px;
}

#maker_t p {
	font-size: 14px;
	text-align: right;
	margin-top: 24px;
}

/*メーカー写真*/
#maker_photo {
	height: auto;
	width: 600px;
	margin-top: 20px;
}

/*メーカーメッセージ*/
#maker_mese {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	height: auto;
	width: 600px;
	margin-top: 20px;
}

/*メーカー挨拶テーブル*/
.maker_table {
	width: 600px;
	border-collapse:collapse;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}

.maker_table tr td {
	vertical-align: top;
	font-size: 13px;
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.5em;
}

#maker_line {
	height: 20px;
	width: 600px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}