/*---------------------------------------------------------
各種フォーム用
---------------------------------------------------------*/
#contLeft	{
	}
	
.serachBoxWrap	{
	margin-left: 20px;
	background: url(../program/images/figure03.gif) repeat-y 0 0;
	}
	
.serachBoxTop	{
	background: url(../program/images/figure01.gif) no-repeat 0 0;
	}
	
.serachBoxBtm	{
	background: url(../program/images/figure02.gif) no-repeat left bottom;
	padding: 10px 22px 10px 10px;
	}
	
#destination	{
	background: #fff2d3;
	margin: 0 15px 15px 20px;
	padding: 10px;
	}
	
#destination_error	{
	margin: 0 15px 0 20px;
	padding: 10px;
	}
	
h3#nameid	{
	text-align: right;
	margin-top: -20px;
	padding: 0 20px 5px 0;
	font-size: 14px;
	color: #4d4d4d;
	}
	
#destination dt	{
	padding-bottom: 5px;
	color: #4d4d4d;
	}
	
#destination_error dt	{
	padding-bottom: 5px;
	color: #FF0000;
	}
	
#destination dd	{
	padding: 0 0 5px 10px;
	color: #4d4d4d;
	}
	
#destination_error dd	{
	padding: 0 0 5px 10px;
	color: #FF0000;
	}
	
#fstTable,#secTable	{
	width: 100%;
	color: #4d4d4d;
	}
	
#fstTable caption	{
	text-align: left;
	padding: 0px 0 5px 0;
	}
	
#fstTable th,#secTable th	{
	background: #fdb46c;
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #fff;
	color: #993f06;
	}
	
#fstTable th span,#secTable th span	{
	color: #4d4d4d;
	padding-left: 10px;
	}
	
#fstTable td,#secTable td	{
	text-align: left;
	padding: 8px 10px;
	border-bottom: 1px solid #fff;
	color: #4d4d4d;
	}
	
#fstTable .check td,#secTable .check td	{
	padding: 0;
	height: 20px;
	border: none;
	}
	
#secTable	{
	width: 100%;
	}
	
#secTable caption	{
	text-align: left;
	padding: 20px 0 5px 0;
	}
	
p#btn	{
	text-align: center;
	background: #fff;
	padding-top: 20px;
	}
	
p#copy	{
	text-align: center;
	padding: 10px 0 10px 0;
	color: #4d4d4d;
	}
	
p#rev	{
	padding: 0 0 10px 20px;
	color: #4d4d4d;
	}
	
p#rev a	{
	color: #4d4d4d;
	text-decoration: none;
	}
	
p#rev a:hover{
	color: #4d4d4d;
	text-decoration: underline;
	}
	
h2#title	{
	color: #4d4d4d;
	padding: 20px 0 5px 23px;
	background: #fff;
	}
	
#secTable .box td	{
	height: 25px;
	}
	
#regist	{
	margin-left: 150px;
	}
