@charset "utf-8";

h1{
	font-size: 12pt;
}
div.desc{
	font-size: 12pt;
	width: 600px;
}

div.title1{
	margin-top:10px;
	margin-bottom:10px;
	font-weight: bold;
	text-decoration: underline;
}
div.title2{
	margin-left:20px;
	margin-bottom:10px;
	font-weight: bold;
	font-size: small;
	color: #666666;
	text-decoration: underline;
}

/* コンサルのテーブル */
td.up_t{
	width: 240px;
	height: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: center;
	background-color: #006699;
	border-style: solid;
}
td.up_d{
	width: 240px;
	height: 120px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border-style: solid;
}
td.dw_t{
	width: 160px;
	height: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	vertical-align: center;
	background-color: #006699;
	border-style: solid;
}
td.dw_d{
	width: 160px;
	height: 120px;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border-style: solid;
}

/* 顧客紹介リスト */
table.cutomer{
	margin-top: 5px;
	margin-left:10px;
	width: 700px;
	border-style: solid;
}
td.cname{
	width: 200px;
	padding-left: 10px;
	background-color: #ffffd9;
	border-width: 1px;
	border-style: solid;
}

td.category{
	width: 100px;
	text-align: center;
	font-size: x-small;
	border-width: 1px;
	border-style: solid;
}
td.address{
	width: 300px;
	font-size: x-small;
	border-width: 1px;
	border-style: solid;
}
td.phone{
	width: 100px;
	font-size: x-small;
	border-width: 1px;
	border-style: solid;
}

