@charset "utf-8";
/* 会社概要設定 */

/* 見出し */
h2 {
	text-indent: -9999px;
	height: 39px;
	width: 802px;
	margin: 40px auto 20px auto;
}

h2#info { background: url(../images/info.gif) no-repeat; }

h2#tokutei { background: url(../images/tokutei.gif) no-repeat; }

h2#pp { background: url(../images/pp.gif) no-repeat; }

div.column {
	width: 748px;
	margin: 0 auto 20px auto;
}

iframe {
	height: 300px;
	width: 748px;
}

table.company{
	font-size: 85%;
	width: 748px;
}

table.company th {
	font-weight: normal;
	line-height: 1.6;
	padding: 5px 20px;
	vertical-align: top;
	text-align: left;
	width: 25%;
	white-space: nowrap;
	border-bottom: 1px dotted #ccc;
}

table.company td {
	padding: 5px;
	line-height: 1.5;
	width: 75%;
	border-bottom: 1px dotted #ccc;

}

table.company td ul li{ margin-left:10px; }

