/* Design by http://www.dreamtemplate.com */
@charset "utf-8";

/***********************************/
/* Table 共通                      */
/***********************************/
.table_welcome, .table_topic, .table_craftsman{
width: 98%;
border-collapse: collapse; /* 隣接するセルのボーダーを重ねるか（collapse）、間隔をあけるか（separate） */
margin-top:10px;	/* 上マージン指定 */
margin-left:8px;	/* 左マージン指定 */
margin-bottom:40px;	/* 下マージン指定 */
}

/* Table 青葉装飾のホームページへようこそ */
.table_welcome td{
text-align: left;
vertical-align: top;
border: 1px solid #b9b9b9;
}

.table_welcome_td1{	/* table_welcome tdの1列目 */
background-image: url("../images/top_family.png");
background-repeat: no-repeat;
background-position: center center;
padding: 6px;
}

.table_welcome_td2{	/* table_welcome tdの2列目 */
background-image: url("../images/clover_top1.png");
background-repeat: no-repeat;
background-position: left bottom;
font-size: 14px;
line-height:16pt;	/* 行間隔 */
padding: 15px;
width: 60%;
}

/* Table 職人さん大募集            */
.table_craftsman td{
text-align: left;
vertical-align: top;
}

.table_craftsman_td1{	/* table_craftsman tdの1列目 */
background-image: url("../images/clover_top2.png");
background-repeat: no-repeat;
background-position: left bottom;
font-size: 14px;
line-height:16pt;	/* 行間隔 */
padding: 6px;
border: 1px solid #b9b9b9;
}

.table_craftsman_td2{	/* table_craftsman tdの2列目 */
padding-left:10px;	/* 左パディング */
width: 47%;
}

/* Table お知らせ */
.table_topic td{
text-align: left;
vertical-align: top;
border: 1px solid #b9b9b9;
padding: 15px;
}

/***********************************/
/* 文字装飾                        */
/***********************************/
.text_underline{
font-weight: bold ;
font-size: 15px ;
border-bottom:1px dotted;
}

.text_align_20{
margin-top:10px;	/* 上マージン指定 */
margin-left:20px;	/* 左マージン指定 */
margin-bottom:20px;	/* 下マージン指定 */
}
