@charset "iso-8859-1";
@import url(../../base/css/join_form.css);
	/*
	[ * html ]  -- only for IE
	
	Style for join_form
	*/
	table, tr, td
	{
		text-align:left;
	}
	.join_header_first, .join_header
	{
		height:20px;
		background-color:#C0C0C0;
		text-align:center;
	}
	.join_td_1, .join_td_2
	{
		text-align:left;
		background-color:#eee;
		padding-left:3px;
	}
	.join_td_1
	{
		font-weight:bold;
	}
	.join_td_1_first, .join_td_2_first
	{
		background-color:#eee;
		padding-left:3px;
	}
	.join_td_1_first
	{
		font-weight:bold;
	}
/*##########################################*/
	div#bottom_banner table, div#bottom_banner tr, div#bottom_banner td
	{
		text-align:center;
	}	