@charset "utf-8";
#sample .hissu img{
	float:left;
	margin-right:10px;
}

#sample table.table01 {
	border-right:2px solid #ff6400;
	border-left:2px solid #ff6400;
	border-bottom:2px solid #ff6400;
	margin-top:0px;
	width:700px;
	background:url("/img/contact/table01bg.png") repeat-x;
}
#sample table.table01 th{
	text-align:left;
	border-bottom:1px dotted #262626;
	border-right:1px dotted #262626;
	width:200px;
	padding:10px;
}

#sample table.table01 td{
	padding:10px;
	border-bottom:1px dotted #262626;
}
#sample p.p01{
	line-height:20px;
	margin:10px;
}
#sample table.table02 {
	border:2px solid #559700;
	margin-top:0px;
	width:700px;
	background:url("/img/contact/table01bg.png") repeat-x;
}
#sample table.table02 th{
	border-bottom:1px dotted #262626;
	border-right:1px dotted #262626;
	color:#000000;
	width:140px;
	padding:10px;
}

#sample table.table02 td{
	line-height:20px;
	color:#000000;
	padding:10px;
	border-bottom:1px dotted #262626;
}
#sample .s01{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	font-size:18px;
	font-weight:bold;
	color:#e60589;
	padding:5px;
	background-color:#fff7da;
}
#sample ul.ul01 {
	margin-top:-10px;
}
#sample ul.ul01 li {
	margin:10px 5px 0px 10px;
	float:left;
}
#sample ul.ul02 {
}
#sample ul.ul02 li {
	margin-top:5px;
	float:left;
}
#sample ul.ul02 li.left{
	width:262px;
}
#sample ul.ul03 {
}
#sample ul.ul03 li {
	margin:5px 5px 5px 20px;
	list-style-type:square;
}
#sample .indent {
	padding-left:1.3em;
	text-indent:-1.3em;
}
#sample .indentTxt {
	font-size:12px;
}