/**ページ先頭のバナーの共通設定をインポート**/
@import url("../css/head_banner.css");
/**ページ自体の設定**/
body{
	width:	620px;
	font-family:	Arial;
}

span.gray {color:#606060;}
a{
	text-decoration:	underline;
	color:			FF9900;
}
A:link,
A:hover,
A:active,
A:visited{
	text-decoration:	none;
	color:			black;
}
img{	border:			0px;}

/**テーブル設定**/
.recruit1,
.recruit2{
	font-size:		10pt;
	width:			600px;
	margin:			30px 0px 10px 10px;

}
.recruit1 td,
.recruit2 td{
	border:			1px dotted #CCFF99;
}
.td_txt{
	width:			420px;
	padding:		10px 10px 10px 10px;
}
.hanging{
	text-indent:		-15px;
	margin:			0 0 0.5em 0;
	padding:		10px 10px 10px 20px;
}
/**ＨＰのＴＯＰページへ戻る設定**/
.back{
	margin-left:		500px;
}
