@charset "utf-8";
/* formatting style 
------------------------------ */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #999999;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
hr {
	display: none;
}
/* link styles 
------------------------------ */
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------ */
#wrapper {
	background-color: #FFFFFF;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 15px;
	width: 573px;
	margin-bottom: 20px;
	float: right;
}
/* header styles
------------------------------ */
#header {
	background-image: url(../images/header01.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #003366;
	position: relative;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}
#header p {
	padding-right: 8px;
	text-align: right;
}
#header p a {
	color: #003366;
}
#header p a:hover {
	color: #000000;
	text-decoration: none;
}
#header ul {
	width: 858px;
	position: absolute;
	left: 0px;
	top: 200px;
	background-color: #FFFFFF;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	height: 2.5em;
	width: 170px;
	color: #666666;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top: 3px solid #999999;
	border-bottom: 3px double #999999;
	border-left: 2px solid #FFFFFF;
	text-align: center;
	display: block;
}
#header ul li a:hover {
	background-color: #E8ECF5;
}

#header ul li#nCompanyInfomation a {
	border-left-style: none;
}
#profile #header #nCompanyInfomation a,
#activities #header #nActivities a,
#recruit #header #nRecruit a,
#contact #header #nContact a,
#access #header #nAccess a {
	color: #FFFFFF;
	background-color: #828CA7;
}
/* main styles
------------------------------ */
#main h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 20px;
	border-bottom: 1px dotted #6666FF;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: 3px solid #6666FF;
}
#main p.lv1 {
	padding-left: 15px;
	background-image: url(../images/point.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#main p.lv2 {
	padding-left: 30px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: 15px center;
}
#main #privacyInfomation {
	background-color: #E6E6FA;
	padding: 8px;
}
#main p.privacyTitle {
	font-weight: bold;
	font-size: 160%;
	font-style: normal;
	text-align: center;
}
#main p.nolv1 {
	padding-left: 0px;
	font-weight: bold;
}
#main p.nolv2 {
	padding-left: 15px;
}
/* sidebar styles
------------------------------ */
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}
#sidebar h2 {
	margin-bottom: 15px;
}
#sidebar ul {
	margin-top: 10px;
	list-style: none;
}
#sidebar ul li {
	list-style: none;
	margin-bottom: 6px;
}
#sidebar ul li a {
	display: block;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 210px;
	padding-left: 15px;
}
#sidebar ul li a:hover {
	background-image: url(../images/arrow_hover.gif);
}

/* footer styles
------------------------------ */
#footer {
	padding: 5px 15px 15px;
	clear: both;
	background-color: #003366;
	color: #FFFFFF;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
}
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* table
------------------------------ */
#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCCCCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:separate;
}
#main table th {
	padding: 5px 15px;
	border-bottom: 1px solid #CCCCCC;
}
#main table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 15px;
}
#main table tr.odd {
	background-color: #EFEFEF;
}
a.new-site-link {
	font-size: 22px;
	font-weight: bold;
	text-decoration: none;
	background: royalblue;
	color:white;
	padding:15px 20px;
	border-radius: 24px;
}

a.new-site-link:hover {
	background: silver;
	text-decoration: none;
}