@charset "utf-8";




table.form{
	margin: 20px 0;
	width: 100%;
}

table.form th,
table.form td{
	padding: 12px 10px;
}

table.form th{
	border-bottom: dashed 1px #999;
	width: 30%;
	background: #eee;
	color: #222;
}

table.form td{
	border-bottom: dashed 1px #999;
	width: 70%;
}

.dot_line_top{
	margin-top: 12px;
	padding-top: 12px;
	border-top: dashed 1px #bbb;
}

.thanks{
	margin: 100px 0 300px;
}

ul#sitemap{
}

ul#sitemap li{
	padding: 5px 20px;
	border-bottom: dotted 1px #ccc;
	background: transparent url(../../common/images/arrow_s_orange.gif) no-repeat left 0.7em;
	font-size: 107.6%;
	font-weight: bold;
}

ul#sitemap li li{
	padding: 2px 13px;
	border-bottom: none;
	background: transparent url(../../common/images/arrow_orange.gif) no-repeat left 0.7em;
	font-size: 92.8%;
	font-weight: normal;
}

ul#sitemap ul{
	margin-left: 100px;
}