@charset "Shift_JIS";


/* registration;
 ******************************************************/

.step1,.step2,.step3
			{
			 margin: 20px 0 0 0;
			 padding: 0 30px 5px 90px;
			 font-size: 80%;
		     line-height: 1.4;
			}
			
.step1			{
			 background: #fff url(../../registration/img/step1.gif) no-repeat 0 0;
			}
.step2			{
			 background: #fff url(../../registration/img/step2.gif) no-repeat 0 0;
			}
.step3			{
			 background: #fff url(../../registration/img/step3.gif) no-repeat 0 0;

			}

#registration-apply a		{
		 	 display: block;
			 width: 142px;
			 height: 27px;
			 background:   url(../../registration/img/b_apply_f2.gif) no-repeat 0 0;
			 text-align: center;
			 padding: 0;
			 margin: 0 0 0 100px;
			}
			
#registration-apply a:hover		{
	background-color: #fff;
			}
			
#registration-apply a:hover img		{
			 visibility: hidden;
			}

#registration-apply input:focus, textarea:focus		{
		background-color: #dee;
}

#registration-apply fieldset	{
		border: 0px solid #ccc;
		padding: 5px;
}

#registration-apply legend		{
		border-right: 0px solid #ccc;
		border-bottom: 0px solid #ccc;
		font-weight: bold;
}

#registration-apply dl		{
		background-color: #d3e2fd;
		margin: 3px 0 0 0;
		padding: 0;
}

#registration-apply dt		{
	float:left;
	font-size: 75%;
	width: 15em;
	padding: 2px 0 0 5px;
}

#registration-apply dd		{
		margin-left: 15em;
		padding: 0 0 0 2px;
		font-size: 75%;
		background-color: #fff;
		padding: 0;
}

#registration-apply input#submit	{
		margin: 20px 0 0 0px;
}

#registration-apply input#reset		{
		margin: 20px 20px 0 0;
}

#registration-apply p 	{
		font-size: 80%;
		line-height: 1.4;
		padding: 0 0 0 5px;
		margin: 0;
}

#registration-apply table.item  {
	font-size: 80%;
	width: 100%;
  }
  
#registration-apply table.item th {
	background: #d3e2fd;
	width: 40%;
	vertical-align: top;  
  }


#registration-apply table.item td {
		text-align: left;
  }
  

#registration-apply table.item td.confirm  {
	background: #e9e9e9;
	vertical-align: top;  
  }

#registration-send p 	{
		font-size: 80%;
		line-height: 1.4;
		margin: 30px;
}

#registration-send h2 		{
		padding: 10px 20px;
		margin: 30px 0 0 120px;
		background-color: #FFFFCC;
		border: 1px solid #FF0000;
		width: 300px;
		text-align: center;
}

#registration-service a		{
		display: block;
		width: 200px;
		height: 27px;
		background:   url(../../registration/img/b_service_f2.gif) no-repeat 0 0;
			}
			
#registration-service a:hover		{
		background-color: #fff;
			}
			
#registration-service a:hover img		{
		visibility: hidden;
			}