﻿@import url('header.css');
@import url('service_head .css');
@import url('footer1.css');
body {
	width:1000px;
	margin:0px;
	padding:0px;
}

div#left {
	width: 172px;
	float: left;
	padding-left:2px;
	padding-right:2px;
}
div.midle {
	width: 600px;
	float: left;
	padding-left:2px;
	padding-right:2px;
}
div#right {
	width: 216px;
	float: left;
	table-layout: fixed;
	padding-left:2px;
	padding-right:2px;
}

div.index {
	width:auto;
	height:20px;
	margin-bottom:0px;
	margin-top:20px;
}
div.index ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
div.index li {
	display:inline;
}

div.career {
	width:auto;
	margin-top:0px;
	margin-bottom:5px;
	padding:0px;	
}
div.career h3 {
	margin-bottom:2px;
}
div.career ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:170px;
	height:113px;	
}

h3.explanation {
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}
div.explanation h3 {
	font-size:1.1em;
	background-color:#def;
	color:#039;
	border-bottom:3px #6bd dotted;
	text-indent:0.5em;
}
p.flow {
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;	
}

table.heading th{
	width:180px;
	vertical-align:bottom;	
}
table.heading td {
	text-indent:1em;
	color:black;
}

table.work {
	border: 1px solid #41BDD8;
	width: 100%;
	table-layout:fixed;
}
table.work th {
	border: 1px dotted #41BDD8;
	color: #353535;
	text-align: center;
	background-color: #AFC2DA;
	line-height: 20px;
}
table.work td {
	border: 1px dotted #41BDD8;
	font-size:12px;
	vertical-align:top;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:3px;
}
table.work td ul {
	list-style:none;
	margin:0px;
}
table.work td li {
	width:auto;
	height:15px;
}
p.Top {
	text-align:right;
}

div.Member {
	border: 1px solid #C80852;
	margin-top:4px;
}

div.Member h3{
	height:27px;
	background-image:url('../images/BZ_Member.jpg');
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}
div.Member label {
	margin-left:5px;
}
div.Member input{
	margin-left:5px;
	margin-bottom:5px;
	margin-top:3px;
	height: 20px; 
	background-color: #F6F6F6;
}
div.Member button {
	width:80px;
	margin-left:10px;
}
div.Member span {
	width:120px;
	margin-left:15px;
}

div.Infor {
	border: 1px solid #187FC4;
	margin-top:4px;
	padding:0px;
}
div.Infor h3{
	height:27px;
	background-image:url('../images/BZ_Career_info.jpg');
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}
div.Infor ul {
	margin:0px;
	padding:15px;
	list-style-position:outside;
}
div.Infor li {
	margin:10px;
	line-height:15px;
}

div.Special {
	border: 1px solid #187FC4;
	margin-top:4px;
	padding:0px;
}

div.Special h3{
	height:27px;
	background-image:url('../images/BZ_Career_spot.jpg');
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	text-indent:-9999px;
}
div.Special ul {
	margin:0px;
	padding:15px;
	list-style-position:outside;
}
div.Special li {
	margin:10px;
	line-height:15px;
}
div.end {
	clear:both;
	width:1000px;
	padding-top:20px;
	padding-bottom:10px;
}





