@charset "UTF-8";

table#info_t { width: 80%; }

table#info_t td {
	font-size: 12px;
	white-space: nowrap;
}

td.info { width: 250px; }

a#cp1,
a#cp2,
a#cp3,
a#cp4 {
	display: block;
	height: 40px;
	width: 740px;
	margin: 0 auto 30px auto;
}

iframe#pp {
	display: block;
	height: 300px;
	width: 720px;
	margin: 0 auto;
	border: 1px solid #ccc;
}

/* トップ以外ページ用リンク */
div.links {
	text-align: center;
	margin: 10px 0 50px 0;
}

/*会社概要出力用*/
table.company,
div#company_a table,
div#company_b table,
div#company_c table {
	line-height: 1.5em;
	background: #ccc;
	width: 700px;
	margin: 0 auto;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table.company th,
div#company_a table th,
div#company_b table th,
div#company_c table th {
	font-weight: normal;
	text-align: left;
	background: #f0f0f0;
	padding: 5px;
	width: 20%;
	border: 1px solid #ccc;
	white-space: nowrap;
}

table.company td,
div#company_a table td,
div#company_b table td,
div#company_c table td {
	background: #fff;
	padding: 5px;
	width: 80%;
	border: 1px solid #ccc;
}

/*リストスタイル*/
div#company_a table td ol li,
div#company_b table td ol li,
div#company_c table td ol li {
	margin-left: 2em;
	list-style-type: decimal;
}

div#company_a table td ul li,
div#company_b table td ul li,
div#company_c table td ul li {
	margin-left: 2em;
	list-style-type: disc;
}


