@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}

body {
	color: #FFFFFF;
	font-size: 0.8em;
	line-height: 170%;
	height: 100%;
	background-color: #000000;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "細明朝体", "Times New Roman";
}
a {
	color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
.nowrap {
	white-space:nowrap;
}
.txt_center {
	text-align: center;
}




.clear {
	clear: both;
}
.red {
	color: #FF0000;
}



#container {
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
	width: 760px;
	padding-right: 40px;
	padding-left: 40px;
	margin: auto;
	background-position: center;
	height: 100%;
	min-height:100%;
}

body > #container {
    height: auto;
}

* html #container { 
	behavior: expression(IEPNGFIX.fix(this)); 
}

#g_navi {
	height: 60px;
	width: 760px;
	background-image: url(../img/g_navi.png);
	border-top: 1px solid #333333;
	border-bottom: 1px solid #FFFFFF;
}
#g_navi li {
	display: inline;
	list-style-type: none;
}
#g_navi li a {
	float: left;
	height: 60px;
	display: block;
	text-decoration: none;
	text-indent: -9987em;
	overflow: hidden;
}
#g_navi .company a{
	background-image: url(../img/g_navi.png);
	width: 188px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#g_navi .recruit a{
	background-image: url(../img/g_navi.png);
	width: 188px;
	background-position: -190px 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#g_navi .access a{
	background-image: url(../img/g_navi.png);
	width: 188px;
	background-position: -380px 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#g_navi .contact a{
	background-image: url(../img/g_navi.png);
	width: 188px;
	background-position: -570px 0px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#g_navi .company a:hover{
	background-image: url(../img/g_navi.png);
	width: 188px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
	background-position: 0px -60px;
}
#g_navi .recruit a:hover{
	background-image: url(../img/g_navi.png);
	width: 188px;
	background-position: -190px -60px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#g_navi .access a:hover{
	background-image: url(../img/g_navi.png);
	width: 188px;
	background-position: -380px -60px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#g_navi .contact a:hover{
	background-image: url(../img/g_navi.png);
	width: 188px;
	background-position: -570px -60px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#g_navi .company_off a{
	background-image: url(../img/g_navi.png);
	width: 188px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
	background-position: 0px -60px;
}
#g_navi .recruit_off a{
	background-image: url(../img/g_navi.png);
	width: 188px;
	background-position: -190px -60px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#g_navi .access_off a{
	background-image: url(../img/g_navi.png);
	width: 188px;
	background-position: -380px -60px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#g_navi .contact_off a{
	background-image: url(../img/g_navi.png);
	width: 188px;
	background-position: -570px -60px;
	border-right: 1px solid #000000;
	border-left: 1px solid #666666;
}
#footer {
	text-align: center;
	margin-top: 30px;
	padding-bottom: 10px;
}
#footer a{
	margin:0 3px;
}
