@charset "utf-8";
/* CSS Document */
#main table {
	width: 655px;
	margin-bottom: 20px;
	margin-top: 7px;
	margin-right: 25px;
	margin-left: 15px;
	font-size: 84%;
}
#main th {
	width: 150px;
	font-weight: bold;
}
#main th, #main  td {
	line-height: 1.6em;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
}
#main .line_dot {
	border-bottom: 1px dotted #ccc;
}
#main .line_solid {
	border-bottom: 1px solid #ccc;
}
#main table tr td .form1 {
	font-size: 160%;
	font-weight: bold;
	width: 60%;
	border: 1px solid #CCC;
	line-height: 1.4em;
	padding: 2px;
}
#main table tr td .form2 {
	font-size: 160%;
	font-weight: bold;
	width: 100px;
	border: 1px solid #CCC;
	line-height: 1.4em;
	padding: 2px;
}
#main table tr td textarea {
	font-size: 135%;
	width: 80%;
	height: 200px;
	line-height: 1.4em;
	padding: 2px;
}
#main table tr td .form_list {
	overflow: hidden;
}
#main table tr td .form_list li {
	float: left;
	width: 157px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#contents #main table .td_bg th, #contents #main table .td_bg td {
	background: #f5f5f5;
}
#main .center input {
	background: #ff7aae;
	text-align: center;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#main .blank {
	padding-bottom: 200px;
}

