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

#left_contents {
	padding: 5px 10px 15px 15px;
	color: #336699;
}

#left_contents a {
	color: #336699;
}

#left_contents a:hover {
	color: #3399FF;
}

#left_contents ul {
	padding: 0px;
	margin: 0px;
}

.first_dir {
	margin: 10px 0px 10px 15px;
	list-style-type: square;	
}

.second_dir {
	margin: 5px 0px 3px 0px;
	list-style-image: url(/recruit/images/dot.gif);
}

#right_side h1 {
	margin: 0px 15px 15px 15px;	
}

#right_side h2 {
	margin: 0px 15px 7px 15px;
	color: #336699;
	border-left: 3px solid #336699;
	padding-left: 5px;
}

#right_side #greeting {
	margin: 0px 15px 15px 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;	
}

#right_side table {
	margin: 0px 15px 20px 15px;
}

#right_side table th {
	text-align: left;
	background-color: #7CA0C9;
	font-weight: normal;	
}

#right_side table td {
	background-color: #E8EFF5;	
}