@charset "shift_jis";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
body {
	font-size: 75%;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", sans-serif;
	color: #FFFFFF;
	background: #1F0A10;
	background-image: url("./img/bk.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position-x: 0px; 
	background-position-x: 0px; 
}
img {
	vertical-align: bottom;
	border: none;
}
#wrapper {
	width: 458px;
	margin: 20px auto 0 auto;
	padding: 7px 7px 0 7px;
	background: #FFFFFF;
}
#logo {
	background: url(images/h1_bg.jpg) no-repeat;
	padding: 99px 0 100px 0;
}
ul#nav {
	position: relative;
	height: 43px;
	background-color: #EFEFEF;
	list-style: none;
}
ul#nav li {
	position: absolute;
	top: 17px;
	width: 119px;
}
ul#nav a {
	display: block;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #365787;
	text-decoration: none;
}
ul#nav a:hover {
	color: #333333;
}
li#navCompany {
	left: 32px;
}
li#navService {
	left: 169px;
}
li#navRecruit {
	left: 306px;
}
ul.company {
	background: url(images/nav_cr_company.gif) no-repeat;
}
ul.service {
	background: url(images/nav_cr_service.gif) no-repeat;
}
ul.recruit {
	background: url(images/nav_cr_recruit.gif) no-repeat;
}
.category {
	padding: 32px 32px 0 32px;
}
.category h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding: 3px 0;
	margin-bottom: 30px;
	border-bottom: 3px solid #E7E9EC;
}
.category .section {
	padding-bottom: 30px;
	padding-left: 30px;
	background: url(images/section_bg.gif) no-repeat;
}
.category .section h3 {
	margin-bottom: 6px;
	color: #4770B4;
	font-weight: bold;
}
.category .section p {
	line-height: 1.4;
}
#copyright {
	width: 472px;
	background: url(images/copyright_bg.gif) no-repeat;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}

a:link { 
	color: blue
} 

a:visited { 
	color: blue
} 
a:hover { 
	color: blue 
} 

a:active { 
	color: red
} 




