@charset "utf-8";
/* formatting style
--------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	font-family: sans-serif;
	background-color: #FFFFFF;
	background-image: url(../imagelib/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center 130px;
}


/* link style
--------------------------*/

a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
#header {
	width: 100%;
}
#wrapper {
	width: 865px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
}

#main {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;

}
#footer {
	width: 100%;
	clear: both;
	height: 100px;
}
#header h1 {
	padding-left: 65px;
	float: left;
	padding-top: 50px;
}
#header h2 {
	float: right;
	margin-top: 65px;
	margin-right: 75px;
}
ul#glovalnavi {
	clear: both;
	background-image: url(../imagelib/gloval_navi.gif);
	background-repeat: no-repeat;
	width: 862px;
	height: 33px;
	position: absolute;
	top: 4px;
}
ul#glovalnavi li {
	float: left;
	list-style-type: none;
}
ul#glovalnavi li#nCompany {
	width: 120px;
	height: 33px;
}
ul#glovalnavi li#nConstruction {
	width: 120px;
	height: 33px;
}
ul#glovalnavi li#nRecruit {
	height: 33px;
	width: 140px;
}
ul#glovalnavi li#nContact {
	height: 33px;
	width: 120px;
}
ul#glovalnavi li#nPrivacy {
	height: 33px;
	width: 170px;
	margin-left: 30px;
}
ul#glovalnavi li#nSitemap {
	height: 33px;
	width: 160px;
}




ul#glovalnavi li a {
	background-image: url(../imagelib/gloval_navi.gif);
	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height: 33px;
	text-indent: -9999px;
}


ul#glovalnavi li#nCompany a {
	background-position: 120px center;
	width: 120px;
	height: 32px;
}
ul#glovalnavi li#nConstruction a {
	background-position: 125px center;
	height: 32px;
	width: 120px;
}
ul#glovalnavi li#nRecruit a {
	height: 32px;
	width: 140px;
	background-position: 150px center;
}
ul#glovalnavi li#nContact a {
	height: 32px;
	width: 150px;
	background-position: -380px -33px;
}
ul#glovalnavi li#nPrivacy a {
	width: 170px;
	height: 32px;
	background-position: 300px center;
}
ul#glovalnavi li#nSitemap a {
	background-position: 300px center;
	height: 32px;
	width: 160px;
}



ul#glovalnavi li#nCompany a:hover {
	background-position: 0px -33px;
}
ul#glovalnavi li#nConstruction a:hover {
	background-position: -125px -33px;
}
ul#glovalnavi li#nRecruit a:hover {
	background-position: -240px -33px;
}
ul#glovalnavi li#nContact a:hover {
	background-position: -380px -33px;
}
ul#glovalnavi li#nPrivacy a:hover {
	background-position: -535px -33px;
}
ul#glovalnavi li#nSitemap a:hover {
	background-position: -700px -33px;

}
#wrapper  h3 {
	margin-top: 60px;
}
 /* main styles
--------------------------*/

#main p#history {
	text-align: right;
	margin-right: 15px;
	margin-top: 10px;
}
#main  p#history a  {
	text-decoration: none;
	color: #990000;
}
#main  p#history  a:hover {
	color: #333333;
}
#main h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	padding-left: 15px;
	background-image: url(../contact/images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-bottom: 25px;
	margin-left: 10px;
	width: 625px;
}
#main p {
	margin-bottom: 25px;
	margin-left: 30px;
	color: #333333;
	font-size: 1.2em;
}
#main table {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 600px;
	margin-left: 25px;
}

#main form {
	margin-bottom: 25px;
}
#main input[type="text"], #main textarea {
	padding: 2px;
	border: 1px solid #333333;
}
#main form em {
	color: #990000;
	padding-left: 5px;
}
#main form textarea#comment {
	width: 300px;
	height: 120px;
	overflow: auto;
}
#main #contactForm #yourAddress {
	width: 300px;
}
#main #contactForm #eMail {
	width: 200px;
}

#main th {
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
}
#main td {
	color: #333333;
}

.color {
	background-color: #EFEFEF;
}
#main p#submit {
	margin-left: 25px;
	margin-bottom: 35px;
}
#main .container {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

#main p#backTop {
	text-align: right;
	margin-right: 20px;
}




#main  p#backTop a {
	color: #333333;
	text-decoration: underline;
}
#main p#backTop a:hover {
	color: #990000;
	text-decoration: none;
}





/* footer styles
--------------------------*/

#footer ul li {
	list-style-type: none;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-right: 10px;
	display: inline;
}
#footer ul li a:hover {
	color: #990000;
	text-decoration: none;
}

#footer ul li#home {
	border-left-style: none;
}
#footer ul {
	margin-left: 50px;
	float: left;
}
#footer address {
	padding-left: 10px;
	background-image: url(../imagelib/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	font-family: "Times New Roman", Times, serif;
	margin-right: 100px;
}
#footer .set {
	padding-top: 7px;
	padding-bottom: 7px;
	height: 20px;
	margin-top: 25px;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
* html #sidebar #n01 a {
	margin-left: -20px;
}
