/*概要（テーブル内）フォント設定*/

.tit-75 {
	font-size: 75%;
	font-weight: bold;
	color: #000000;
	background-image: url(../img/company_boder.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 30px;
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 1.3em;
}

.msg-75 {
	font-size: 75%;
	line-height: 1.3em;
	color: #000000;
	background-image: url(../img/company_boder.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

