@charset "utf-8";
/* CSS Document */
#contents {
	color:rgb(81,81,88);
}

#kosei {
	width:530px;
	margin:5px auto;
	float:center;
	padding:3px 5px;
	border:1px dotted #c66;
	background:#fee;
	color:#666;
}
#kosei ul{
	margin:0 0 0 30px;
	padding:2px 7px;
}
#kosei li {
	margin:0;
	padding:0;
}
#kosei p {
	margin:0;
	padding:2px 7px;	
}
#kosei p.underline {
	border-bottom:1px solid #666;
}

#contents table.recruit {
	border-collapse:collapse;
	width:500px;
	margin:3px auto 17px;
	border:3px solid rgb(255, 83, 136);
}
#contents table.recruit th, #contents table.recruit td {
	font-weight:normal;
	padding:10px 10px 2px;
	line-height:14px;
	border-bottom:1px dashed rgb(147,147,147);
	color:rgb(41,41,41);
}
#contents table.recruit th {
	width:100px;
	vertical-align:top;
	text-align:right;
}
#contents table.recruit th.col1 {
	background-color:rgb(255,210,238);
}
#contents table.recruit th.col2 {
	background-color:rgb(255,228,238);
}
#contents table.recruit td.col1 {
	background-color:rgb(255,220,248);
}
#contents table.recruit td.col2 {
	background-color:rgb(255,230,244);
}
