/* Design by http://www.dreamtemplate.com */
@charset "utf-8";

/***********************************/
/* Table 共通                      */
/***********************************/
.table_daihyou, .table_kaisya{
width: 98%;
border-collapse: collapse; /* 隣接するセルのボーダーを重ねるか（collapse）、間隔をあけるか（separate） */
margin-top:10px;	/* 上マージン指定 */
margin-left:8px;	/* 左マージン指定 */
margin-bottom:20px;	/* 下マージン指定 */
}

/* Table 代表挨拶 */
.table_daihyou td{
border: 1px solid #b9b9b9;
text-align: left;
vertical-align: top;
padding: 15px;
font-size: 14px;
line-height:16pt;	/* 行間隔 */
}

.table_daihyou_td1{	/* tdの1列目 */
background-image: url("../images/president.jpg");
background-repeat: no-repeat;
background-position: center center;
padding: 6px;
height: 100px;
}

.table_daihyou_td2{	/* tdの2列目 */
font-size: 14px;
line-height:16pt;	/* 行間隔 */
padding: 15px;
width: 60%;
}

/* Table 会社情報 */
.table_kaisya td{
border: 1px solid #b9b9b9;
text-align: left;
vertical-align: top;
padding: 15px;
font-size: 14px;
line-height:16pt;	/* 行間隔 */
}

.table_kaisya_td1{	/* tdの1列目 */
padding: 6px;
background-color: #baffaa;
}

.table_kaisya_td2{	/* tdの2列目 */
font-size: 14px;
line-height:16pt;	/* 行間隔 */
padding: 15px;
width: 85%;
}

