@charset "utf-8";

/**************************************************************************************/

/*　base.css　→　全頁に関わるものやheader・fooderなど基本的な部分のタイルシート　*/

/**************************************************************************************/

body {
	margin: 0px;
	text-align: center;
	color: #666666;
	padding: 0px;
	font-size: 15px;
	line-height: 160%;
	background-attachment: scroll;
	background-image: url(../images/back02.jpg);
	background-repeat: repeat-x;
	background-position: center 156px;
	letter-spacing: 1px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

/**************************************************************************************/
/*↓コンテンツが少ないときにfirefoxでスクロールバーが消え中心がずれるのを防ぐ*/

html{
	overflow-y: scroll;
}
#header {
background-attachment: scroll;
background-image: url(../images/back01.gif);
background-repeat: repeat-x;
background-position: center top;
}
#header_A {
	height: 84px;
	width: 1018px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header h1 {
	background-image: url(../images/rogo.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	height: 71px;
	width: 338px;
	float: left;
}
#header h1 a {
	display: block;
	height: 71px;
	width: 338px;
	margin: 0px;
	text-indent: -9999px;
}
#contact_bt {
	float: right;
	margin-top: 25px;
	margin-right: 14px;
}
#nav_global {
	height: 72px;
	width: 1018px;
	margin-right: auto;
	margin-left: auto;
}

/* ---------    メインメニュー　　----------- */

.menu_ul {
	list-style-type: none;
	text-align: right;
	font-size: 0px;
	margin-left: 10px;
}

.menu_ul li {
	float: left;
	line-height: 0%;
}

.index .menu01 img {
visibility:hidden;
}
.index .menu01 {
background:url(../images/menu/menu01_on.jpg) left top no-repeat;
}
.index .menu01 a {
display:block;
}

.company .menu02 img {
visibility:hidden;
}
.company .menu02 {
background:url(../images/menu/menu02_on.jpg) left top no-repeat;
}
.company .menu02 a {
display:block;
}

.takasaki .menu03 img {
visibility:hidden;
}
.takasaki .menu03 {
background:url(../images/menu/menu03_on.jpg) left top no-repeat;
}
.takasaki .menu03 a {
display:block;
}

.narita .menu04 img {
visibility:hidden;
}
.narita .menu04 {
background:url(../images/menu/menu04_on.jpg) left top no-repeat;
}
.narita .menu04 a {
display:block;
}

.akita .menu05 img {
visibility:hidden;
}
.akita .menu05 {
background:url(../images/menu/menu05_on.jpg) left top no-repeat;
}
.akita .menu05 a {
display:block;
}

.recruit .menu06 img {
visibility:hidden;
}
.recruit .menu06 {
background:url(../images/menu/menu06_on.jpg) left top no-repeat;
}
.recruit .menu06 a {
display:block;
}


.submenu_ul {
	list-style-type: none;
	_margin-right: 13px;
	height: 46px;
	width: 206px;
	position: absolute;
	left: 814px;
	top: 0;
}
.submenu_ul li {
	float: left;
}

.contact #contact_bt img {
visibility:hidden;
}
.contact #contact_bt {
background:url(../images/menu/contact_bt_on.jpg) left top no-repeat;
}
.contact #contact_bt {
display:block;
}
/* ---------    メインメニュー end　　----------- */
#pagetop {
	display: none;
	position: fixed;
	bottom: 0px;
	right: 0px;
	padding: 0px;
	cursor: pointer;
	width: 100%;
	height: 44px;
}
#contents {
	width: 1018px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main {
	float: right;
	width: 755px;
}
#sub {
	float: right;
	width: 215px;
}
#footer {
	width: auto;
	clear: both;
	height: 514px;
	background-attachment: scroll;
	background-image: url(../images/back03.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer .rogo02 {
	height: 126px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 42px;
}
#footer .foot_link {
	font-size: 12px;
	line-height: 160%;
	letter-spacing: 1px;
	margin-top: 12px;
	color: #666699;
}
#footer .copy {
	font-size: 13px;
	line-height: 140%;
	letter-spacing: 1px;
	color: #FFF;
	margin-top: 20px;
}


a:visited {
	color: #6666CC;
	text-decoration: underline;
}


a:link {
	color: #333399;
	text-decoration: underline;
}


a:active {
	color: #333399;
	text-decoration: none;
}

a:hover {
	color: #666699;
	text-decoration: none;
}

#footer .foot_link a:visited {
	color: #666699;
	text-decoration: underline;
}
#footer .foot_link a:link {
	color: #666699;
	text-decoration: underline;
}
#footer .foot_link a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#footer .foot_link a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
