@charset "UTF-8";

@import url("../../css/format.css");
@import url("../../css/layout.css");

/********************************/
/* recruit */


#mail {
	display:inline;
	vertical-align: top;
	}
	
#contents	{
	padding-left:20px;
	}

#contents table{
	width:650px;
	border:solid 1px #CCCCCC;
	}
#contents table caption{
	text-align: right;
	}
#contents th,td{
	padding:10px;
	border:solid 1px #CCCCCC;	
	}
#contents th{
	background-color:#FFFFCC;
	width:150px;
	}
#contents td{
	width:500px;
	}	
#contents table ul{
	margin-bottom:1em;
	}
#contents table ul li{
	list-style: disc inside;
	}
	
#contents p{
	margin-bottom:1em;
	}
