@charset "UTF-8";
/* CSS Document */

body{
		margin:0 auto;
		background-color:#FAF5E6;
		background-repeat:repeat;
}

p#main_text{
	float:left;
	margin:15px 0px 15px 170px;
	font-size:15px;
	text-align:center;
	color:#4A2C1C;
}

h3.title{
	float:left;
	width:1000px;
	height:40px;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

div#cast_box{
	width:1000px;
	height:1050px;
	margin:0px 0px 20px 0px;
	padding:0px;
	border-bottom:#226534 dotted 1px;
}

ul#cast_list{
	width:1000px;
	height:auto;
	margin:0 0 0 0px;
	padding:0 0 0 0px;
}

ul#cast_list li{
	float:left;
	width:160px;
	height:225px;
	margin:0px 8px 10px 0px;
	padding:0px;
}

ul#cast_list li.end{
	float:left;
	width:160px;
	height:190px;
	margin:0px 0px 10px 0px;
	padding:0px;
}

ul#cast_list li p.cast_photo{
	height:190px;
	margin:0px 0px 0px 0px;
	padding:0px;
	color:#6B8F79;
	font-size:17px;
}

ul#cast_list li p.cast_name{
	margin:5px 0px 0px 0px;
	padding:0px;
	color:#7D9D89;
	font-size:17px;
}


div#system_box{
	width:1000px;
	height:580px;
	margin:0px 0px 20px 0px;
	padding:0px;
	border-bottom:#226534 dotted 1px;
}

/*/////////////////////// tableレイアウト関係///////////////////////*/

/*/////////////////////// 料金システム///////////////////////*/


div#table_leftbox{
	float:left;
	width:495px;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#table_rightbox{
	float:left;
	width:495px;
	height:auto;
	margin:0px 0px 0px 10px;
	padding:0px 0px 0px 0px;
}


table#system_table{
	border:solid 2px #7D9D89;
	width:495px;
	height:150px;
	width: 100%;
	table-layout: fixed;
	}

table#system_table th{
	width:100%;
	padding:2px 0px 0px 0px;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	background-color:#7D9D89;
	}

table#system_table td{
	padding:4px 0px 0px 0px;
	font-size:18px;
	border:solid 1px #7D9D89;
	color:#7D9D89;
	text-align:center;
	}
	
table#system_table td.other_text{
	padding:10px 0px 10px 10px;
	text-align:left;
	font-size:16px;
	}
	
	
/*/////////////////////// 求人情報///////////////////////*/

div#recruit_box{
	width:1000px;
	height:750px;
	margin:0px 0px 20px 0px;
	padding:0px;
	border-bottom:#226534 dotted 1px;
}

table#recruit_table{
	border:solid 2px #7D9D89;
	width:1000px;
	height:150px;
	width: 100%;
	table-layout: fixed;
	}

table#recruit_table th{
	width:100%;
	padding:2px 0px 0px 0px;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	background-color:#7D9D89;
	}

table#recruit_table td{
	padding:4px 0px 0px 0px;
	font-size:18px;
	border:solid 1px #7D9D89;
	color:#7D9D89;
	text-align:center;
	}

table#recruit_table td{
	padding:7px 0px 7px 10px;
	text-align:left;
	font-size:16px;
	line-height:20px;
	}	
	
table#recruit_table th{
	padding:7px 0px 7px 10px;
	text-align:left;
	font-size:16px;
	}	
	
table#recruit_table th.recruit_left{
	padding:7px 0px 7px 10px;
	width:200px;
	font-size:18px;
	text-align:center;
	}
	
table#recruit_table td.recruit_left{
	padding:7px 0px 7px 10px;
	width:200px;
	font-size:16px;
	text-align:center;
	}

div#access_box{
	width:1000px;
	height:auto;
	margin:0px 0px 40px 0px;
	padding:0px;
}

div#access_map{
	margin:5px 0px 0px 0px;
	width:998px;
	height:500px;
	border:solid #7D9D89 1px;
}

p#access_text{
	margin:0px;
	text-align:left;
	font-size:16px;
	color:#7D9D89;
}
	
	
