@charset "utf-8";
/* CSS Document */

#main table {
	border-collapse:collapse;
	border-style: none;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
#main table tr {
	vertical-align: top;
	line-height: 18px;
}
/*会社概要テーブル*/
table.dot{
	/*background: url(images/dot.gif) repeat-x left top;*/
	margin: 0px;
	padding: 8px 0px 8px 5px;
}
table.dot td{
	background: url(images/dot.gif) repeat-x left bottom;
	margin: 0px;
	padding: 8px 0px 8px 5px;
}

.home {
	text-align: right;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}