@charset "Shift_JIS";

/**
 * header
 */
#global_header {
	min-height: 110px;
	background: url(../img/bg.gif) repeat-x 0 bottom;
	font-size: medium;
	font-family: sans-serif;
	line-height: 1.5;
}

#global_header a {
	color: #333;
	text-decoration: none;
}

#global_header a:hover {
	text-decoration: underline;
}

#global_header a:active {
	color: #999;
}

#global_header .inner {
	width: 914px;
	margin: 0 auto;
	overflow: hidden;
}

#global_header .site_logo {
	float: left;
	width: 205px;
	margin: 22px 0 0 1px;
}

#global_header .search {
	float: right;
	margin: 24px 0 0 0;
	overflow: hidden;
	/width: 26em;
}

#global_header .search ul {
	float: left;
	margin: 2px 8px 0 0;
	overflow: hidden;
}

#global_header .search ul li {
	float: left;
	width: 5.5em;
	list-style: none;
}

#global_header .search ul li a {
	margin: 0;
	padding: 0 0 0 16px;
	background: url(../img/arrow.gif) no-repeat 0 center;
}

#global_header .search form {
	float: right;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 26px;
	background: url(../img/bg_search.gif) no-repeat 0 0;
	font-size: 0;
}

#global_header .search form input {
	vertical-align: middle;
}

#global_header .search form input.input {
	width: 152px;
	height: 15px;
	margin:3px 0 0 4px;
	/margin:2px 0 0 4px; /*IE-Hack*/
	padding: 0;
}

#global_header .search form input.btn {
	margin: 2px 0 0 5px;
	padding: 0;
}

#global_header #global_nav {
	clear: both;
}

#global_header #global_nav ul {
	margin: 0;
	padding: 13px 0 0 0;
	overflow: hidden;
	width: auto;
}

#global_header #global_nav ul li {
	float: left;
	width: 183px;
	height: 42px;
	list-style: none;
}

#global_header #global_nav ul li.service {
	width: 182px;
}

#global_header #global_nav ul li a {
	display: block;
	height: 42px;
	background: url(../img/nav.gif) no-repeat -182px 0;
	overflow: hidden;
	text-indent: -999em;
}
#global_header #global_nav ul li.profile a:hover,
#global_header #global_nav ul li.profile a.active {
	background-position: -182px bottom;
}

#global_header #global_nav ul li.service a {
	background-position: 0 0;
}
#global_header #global_nav ul li.service a:hover,
#global_header #global_nav ul li.service a.active {
	background-position: 0 bottom;
}

#global_header #global_nav ul li.csr a {
	background-position: -365px 0;
}
#global_header #global_nav ul li.csr a:hover,
#global_header #global_nav ul li.csr a.active {
	background-position: -365px bottom;
}

#global_header #global_nav ul li.recruit a {
	background-position: -548px 0;
}
#global_header #global_nav ul li.recruit a:hover,
#global_header #global_nav ul li.recruit a.active {
	background-position: -548px bottom;
}

#global_header #global_nav ul li.contact a {
	background-position: -731px 0;
}
#global_header #global_nav ul li.contact a:hover,
#global_header #global_nav ul li.contact a.active {
	background-position: -731px bottom;
}



/**
 * footer
 */
#global_footer {
	clear: both;
	font-size: medium;
	font-family: sans-serif;
	line-height: 1.5;
}

#global_footer ul {
	margin: 0;
	padding: 0;
}

#global_footer ul li {
	list-style: none;
}

#global_footer a {
	color: #333;
	text-decoration: none;

	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

#global_footer a:hover {
	text-decoration: underline;
}

#global_footer a:active {
	color: #999;
}

#global_footer .pagetopbtn {
	margin: 0;
}

#global_footer .pagetopbtn a {
	display: block;
	margin: 4px 0 4px auto;
	width: 109px;
	height: 23px;
	overflow: hidden;
	background: url(../img/btn_pagetop.gif) no-repeat 0 0;
	text-indent: -999em;
}

#global_footer .pagetopbtn a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#global_footer #footer_nav {
	padding: 1.2em 0 1.5em 0;
	border-top: solid 1px #d9d7d8;
	background-color: #f1f1f1;
	overflow: hidden;
	font-size: 90%;
	_zoom: 1;
}

#global_footer #footer_nav h2 {
	margin: 0 0 0.5em 0;
	padding: 0.2em 0 0.2em 18px;
	background: url(../img/footer_h2.gif) no-repeat 2px center;
	border-bottom: solid 1px #b8c3ca;
	font-size: 100%;
}

#global_footer #footer_nav ul {
	overflow: hidden;
}

#global_footer #footer_nav ul li {
	margin: 0.3em 0;
	padding: 0 0 0 22px;
	background: url(../img/arrow_footer.gif) no-repeat 6px center;
}

#global_footer #footer_nav .service {
	float: left;
	width: 48%;
	margin-right: 2%;
	overflow: hidden;
	/width: 47%;
}

#global_footer #footer_nav .service ul {
	width: 50%;
	float: left;
}

#global_footer #footer_nav .profile {
	float: left;
	width: 26%;
	margin-right: 1%; 
}

#global_footer #footer_nav .recruit {
	float: right;
	width: 22%;
	margin-left: 1%;
	_margin-left: 0;
}

#global_footer .inner {
	width: 914px;
	margin: 0 auto;
}

#global_footer #footer_footer {
	margin: 0;
	padding: 1em 0;
	border-top: solid 4px #0274bb;
	font-size: 81%;
	line-height: 1.2;
}

#global_footer #footer_footer ul {
	overflow: hidden;
	margin-left: -1em;
	_zoom: 1;
}

#global_footer #footer_footer ul li {
	float: left;
	margin: 0.3em 0;
	padding: 0 1em;
	border-right: solid 1px #b5b5b5;
}

#global_footer #footer_footer ul li.last {
	border: none;
}

#global_footer #footer_footer .copyright {
	text-align: right;
}

