@charset "utf-8";
/* メメント　CSS Document */


#box01 h3 img.logo1 {
	margin-top: 50px;
}

#box01 h3 img.lead {
	margin-top: 15px;
}




/* -------------------------------作り方の指定*/

/* テーブルの指定 */
.howto caption {
	text-align: left;
	font-weight: bold;
	padding: 3px 0 6px 10px;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 20px 0 0 0;
	background: #f3f1b8;
	line-height: 1.4em;
	width: 518px;
}
.howto caption span {
	font-weight: normal;
}

table.howto {
	width: 520px;
	margin: 0 auto;
	_margin: 20px auto;
	background: #ffffff;
	border-bottom: 1px solid #ccc;
}
*:first-child+html table.howto {
	margin: 20px auto;
}
.howto th {
	width: 120px;
	color:#555;
	font-size: 12px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.howto td {
	font-size: 12px;
	line-height: 1.2em;
	padding: 5px 10px;
	line-height: 1.4em;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.howto th img {
	padding: 10px;
}
.howto td.cls_b {
	border-left: 1px solid #ccc;
	padding: 20px 15px 20px 20px;
}
table td.cls_d{
	border-left: 1px solid #ccc;
}
table.irregular th.cls_c {
	border: none;
	width: 360px;
}
table.irregular th.cls_c img {
	padding-right: 0;
	float: left;
}
table.irregular td {
	border: none;
	width: 158px;
}








