/* CSS Document */
/* BODY */
BODY {
	color: #333333;
	padding: 0;
	margin: 0;
	background: #f9df9f9;
}

/* GENERAL fonts */
P, OL, UL, LI, DIV, TD, H1 {
	font-family: verdana, arial;
	font-size: 12px;
}
UL, LI {margin: 0; margin-left:12px;}
P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
}

H1 {
	font-size: 18px;
	color: #333333;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 5px;
	margin-top: 8px;
	margin-bottom: 6px;
	border: 1px solid #cccccc;
	background: url(../images/h1_bg.jpg) bottom repeat-x;
}

H2 {
	color: #333333;
	font-size: 16px;
	padding-top: 6px;
	padding-left: 7px;
	padding-bottom: 3px;
	margin-bottom: 7px;
	background-color: #f5f5f5;
	border-left: 8px solid #A6CBD9;
	border-bottom: 1px solid #A6CBD9;
}

H3 {
	color: #333333;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: 2px solid #A6CBD9;
}

H4 {
	color: #333333;
	font-size: 14px;
	background: url(../images/h4_bg.gif) bottom repeat-x;
	padding-top: 5px;
	padding-left: 7px;
	margin-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

H5 {
	font-size: 14px;
	color: #333333;
	padding-top: 5px;
	padding-left: 14px;
	padding-bottom: 4px;
	margin-top: 6px;
	margin-bottom: 3px;
	border: 1px solid #cccccc;
	background: url(../images/recruit/h5_bg_rec.jpg) bottom no-repeat;
}

H6 {
	font-size: 13px;
	padding:2px 2px 2px 5px;
	margin-bottom:2px;
	margin-top: 6px;
	background: #DCF1F8;
}

TD#footer {padding-top: 20px;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* content header */
TD.header_1 {
	padding-bottom:0px;
	text-align: right;
	padding-right: 20px;
}
TR.headNavi {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background:url(../images/pointbay/headNavi_bg.jpg) top repeat-x;
}

TR.head_pb {background:url(../images/pointbay/head_bg.gif) repeat-y;}
TD.head_logo {padding-left:10px;}
TD.content_head {padding-top:20px;}

/* Content column */
TD#content {
	line-height: 140%;
	padding: 5px 12px;
	background: #ffffff url(../images/pointbay/content_bg.gif) repeat-y;
	width: 820px;
}
TD#content_left {
	line-height: 135%;
	padding-right: 5px;
	vertical-align: top;
	width: 600px;
	height: 100%;
	padding-top: 10px;
	padding-left: 10px;
	background: #ffffff url(../images/pointbay/content_bg_left.gif) left repeat-y;
}

TD#content_right {
	line-height: 135%;
	padding-left: 5px;
	vertical-align: top;
	width: 210px;
	padding-top: 10px;
	padding-right: 10px;
	background: #ffffff url(../images/pointbay/content_bg_right.gif) right repeat-y;
}

