@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, h7, ul, li, p {
	margin: 0;
	padding: 0;
}
/* CSS Document */


body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 180%;
	background-image: url(images/back.gif);
	background-position: center top;
	background-repeat: repeat-y;
}

#container {
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navigation {
	z-index: 10;
	width: 800px;
	margin: 0 auto;
	text-align: center;
}
#mainContent {
	width: 800px;
}
#mainContentx {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	top: 100px;
	z-index: 5;
	position: relative;
}
.left {
	font-size: 12px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-align: left;
	vertical-align: top;
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	background-color: #FFFFFF;
}
.right {
	font-size: 12px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	padding: 20px;
}	
.flash {
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	text-align: left;
	vertical-align: top;
	text-align: left;
	vertical-align: top;
	vertical-align: top;
	text-align: left;
	text-align: left;
	z-index: 1;
	position: relative;
	top: 0px;
	right: 0px;
}
.recruitlink {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #005189;
	border-right-color: #005189;
	border-bottom-color: #005189;
	border-left-color: #005189;
	background-image: url(images/shadow_01.gif);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 13px;
	padding-bottom: 15px;
	padding-left: 14px;
}
.news {
	background-color: #FFFFFF;
	background-image: url(images/shadow_01.gif);
	background-repeat: repeat-x;
	padding: 15px;
}
#footer {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#reflect {
	width: 891px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
#top {
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
	padding-top: 90px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.soshikizu {
	text-align: center;
	padding: 30px;
}
.navi {
	z-index: 2;
	position: relative;
	text-align: left;
	vertical-align: top;
	top: 0px;
	right: 0px;
}
