
h1 {
	background-image: url(../images/heading01.gif);
}

/*======================================

	Common
	
=======================================*/

div#jobPoint,
div#jobCalendar,
div#jobPerson {
	margin-bottom: 3em;
}

div#jobPoint h2,
div#jobCalendar h2,
div#jobPerson h2 {
	padding: 0.2em 10px;
	border-left: 4px solid #7073dc;
	border-bottom: 1px solid #585bc4;
}

h3 {
	font-weight: bold;
	color: #7073dc;
}

h4 {
	color: #7073dc;
	font-weight: normal;
}

/*======================================

	Point
	
=======================================*/

div#jobPoint {
	
}

div#jobPoint div.point {
	margin: 0.3em 30px 1em;
	padding: 1px 0 15px;
	background-color: #f0eff7;
}

div#jobPoint div.point h3 {
	margin-top: 5px;
	border-bottom: 1px solid #a7a6d0;
}

div#jobPoint div.point h3 span {
	margin-right: 10px;
	padding-right: 15px;
	border-right: 1px solid #a7a6d0;
	font-size: 180%;
	color: #c4c3ea;
}

/*======================================

	Calendar
	
=======================================*/

div#jobCalendar {

}

div#jobCalendar h3 {
	padding: 0.2em 10px;
	color:#fff;
	background-color: #6166ab;
}

div#jobCalendar h4 {

}

div#jobCalendar table {
	margin-top: 0.2em;
	border: none;
	width: 640px;
	background-color: #fff;
}

div#jobCalendar table th {
	border: none;
	text-align: left;
	vertical-align: top;
	background-color: #f0eff7;
}

div#jobCalendar table th * {
	margin: 0.5em 0;

}

div#jobCalendar table th p {
	margin-bottom: 3em;
	font-size: 12px;
}

div#jobCalendar table td {
	padding: 0.5em 20px;
	border: none;
	border-bottom: 1px solid #eee;
	vertical-align: top;
	background: url(../../../common/css/images/common/interface/line_dot02.gif) repeat-y;
}

div#jobCalendar table td ul {
	margin: 0.5em 30px;
	list-style-position: outside;
}

div#jobCalendar table td ul li ul {
	margin-left: 10px;
	border-left: 8px solid #eee;
	border-bottom: 1px solid #fff;
	list-style-type: square;
}

/*======================================

	Job Person
	
=======================================*/

div#jobPerson div {
	margin: 1em 30px;
	padding: 1px 0;
	border: 1px solid #eee;
}

div#jobPerson div div.textBody {
	background-color: #f5f5f5;
}

div#jobPerson h3 {
	padding: 0.2em 15px;
	background-color: #f0eff7;
}

div#jobPerson p.class {
	color: #7073dc;
}

div#jobPerson p.name {
	font-size: 108%;
	font-weight: bold;
}

