@charset "utf-8";
/*

	Last Updated: 2009.3.29
	--------------------------------
	- Table of Contents -

    1. RESET
	  
    2. BODY FOOTER

	3. CLASS
	
	4. HEAD

	5. MENU
	
	6. FOOTER

	--------------------------------
*/



/* ----------------
	1. RESET
---------------- */

* {
	margin:0px;
	padding:0px;
}

body,
h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul, li,
form, input, select, textarea, fieldset, legend {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6,
p, address, blockquote, pre, div,
dl, ol, ul,
th {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

img {
	border: none;
	visibility: visible;
}

ul {
list-style: none;
}


/* ----------------
	2. BODY
---------------- */



body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
	line-height:1.5em;
	color: #666666;
}

a { text-decoration:none; }
a:link {color: #999999;}
a:visited {color: #999999;}
a:hover {color:#FF0000;}



input, select, textarea {
	color: #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}


#header span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#nav span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#menu span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

.go-home span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

h3 span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#company-title span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#about-title span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#enterprise-title span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#works-title span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#down-title span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#interview-title span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#recruit-title span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#contact-title span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

#sitemap-title span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}


.for-top span {
	text-indent:-9999px;
	font-size:0.1em;
	line-height:0;
	visibility: hidden;
}

.uetsuki
{
	vertical-align: super;
	font-size: 10px;
}

.shitatsuki
{
	vertical-align: text-botom;
	font-size: 10px;
}


.underline
{
	text-decoration: underline;
}

.underline-red
{
	text-decoration: underline;
	color: #FF0000;
}

#master {
	width: 100%;
	height: 100%;
	background-image: url(img_base/index_body_back.gif);
	background-repeat: repeat-x;
	padding-bottom: -65px;
}

#master-contents {
	width: 100%;
	height: auto;
	background-image: url(img_base/body_back_contents.gif);
	background-repeat: repeat-x;
	float: left;
}

#container {
	width:950px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	display: block;
}


.for-topdiv {
	width:670px;
	display: block;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

.for-top a {
	width:80px;
	height: 20px;
	display: block;
	background-image: url(img_base/for-top.gif);
	background-position: left top;
	float: right;
}

.for-top a:hover {
	width:80px;
	height: 20px;
	display: block;
	background-image: url(img_base/for-top.gif);
	background-position: left -20px;
	float: right;
}


/* ----------------
	3. CLASS
---------------- */

.clearfix:after {
	font-size: 0;
	line-height: 0;
	clear: both;
	height: 0px;
	visibility: hidden;
}

.clearfix { display: inline-block; }

.clearBoth {
	clear: both;
/*	border: 1px solid #00F;*/
}

/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display: block; }
/* End Hide from IE-mac */

.red { color:#FF0000; }
.blue { color:#0099CC; }


/* ----------------
	4. head
---------------- */

#header {
	width:950px;
	display: block;
	height: 83px;
}

#header img {
	display: block;
	float: left;
	margin-top: 6px;
}

#container h1 {
	width:450px;
	display: block;
	text-align: right;
	float: right;
	margin-top: 6px;
	color: #999999;
}

#index-nav {
	display:block;
	float: right;
	margin-top: 20px;
}

#index-nav li {
	float:left;
	display:block;
}

.language {
	float: right;
	display: block;
	width: 450px;
	text-align: right;
	font-size: 10px;
	margin-top: 6px;
}

.index-nav-home a {
	width:40px;
	height:15px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/home_banner_base.gif);
	background-position: top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}

.index-nav-home a:hover {
	width:40px;
	height:15px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/home_banner_base.gif);
	background-position: 0px -15px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}

.index-nav-sitemap a {
	width:55px;
	height:15px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/site_map_banner_base.gif);
	background-position: top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}

.index-nav-sitemap a:hover {
	width:55px;
	height:15px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/site_map_banner_base.gif);
	background-position: top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	background-position: 0px -15px;
}

.index-nav-sitemap-hit {
	width:55px;
	height:15px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/site_map_banner_base.gif);
	background-position: top;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
	background-position: 0px -15px;
}

.index-nav-contact a {
	width:60px;
	height:15px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/conract_banner_base.gif);
	background-position: top;
}

.index-nav-contact a:hover {
	width:60px;
	height:15px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/conract_banner_base.gif);
	background-position: top;
	background-position: 0px -15px;
}



#nav {
	display:block;
	float: left;
	margin-top: 2px;
}

#nav li {
	float:left;
	display:block;
}

.nav-company a {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_01.gif);
	background-position: 0px -38px;
}

.nav-company a:hover {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_01.gif);
	background-position: top;
}

.nav-company-hit {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_01.gif);
	background-position: top;
}

.nav-about a {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_02.gif);
	background-position: 0px -38px;
}

.nav-about a:hover {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_02.gif);
	background-position: top;
}

.nav-about-hit {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_02.gif);
	background-position: top;
}

.nav-enterprise a {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_03.gif);
	background-position: 0px -38px;
}

.nav-enterprise a:hover {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_03.gif);
	background-position: top;
}

.nav-enterprise-hit {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_03.gif);
	background-position: top;
}

.nav-interview a {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_04.gif);
	background-position: 0px -38px;
}

.nav-interview a:hover {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_04.gif);
	background-position: top;
}

.nav-interview-hit {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_04.gif);
	background-position: top;
}

.nav-contact a {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_05.gif);
	background-position: 0px -38px;
}

.nav-contact a:hover {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_05.gif);
	background-position: top;
}

.nav-contact-hit {
	width:190px;
	height:38px;
	display:inline;
	float: left;
	margin: 0px;
	background-image: url(img_base/nav_05.gif);
	background-position: top;
}


#infomation {
	display:inline;
	float: left;
	width: 940px;
	height: 17px;
	margin-left: 5px;
	background-color: #FFFFFF;
	margin-top: 173px;
}

#infomation li {
	float:left;
	display:block;
}

.go-home a {
	display:block;
	width: 36px;
	float: left;
	height: 17px;
	background-image: url(img_base/icon_infomation.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
}

.go-home a:hover {
	display:block;
	width: 36px;
	float: left;
	height: 17px;
	background-image: url(img_base/icon_infomation.gif);
	background-repeat: no-repeat;
	background-position: 10px -18px;
}

#infomation p {
	display:block;
	font-size: 10px;
	width: 940px;
	float: left;
	height: 17px;
	background-image: url(img_base/icon_infomation.gif);
	background-repeat: no-repeat;
	background-position: 10px top;
}




/* ----------------
	5. MENU
---------------- */


#contents-back {
	width:950px;
	display: block;
	height: auto;
	background-image: url(img_base/contents_back.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

* html #contents-back { background-position: 0px -1px; }

#contents-top {
	width:670px;
	display: block;
	height: auto;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}

#menu {
	width:240px;
	display: block;
	height: auto;
	float: right;
}

.koudoukeikaku {
	width:235px;
	display: block;
	height: auto;
	float: left;
	margin-top: 20px;
}

#menu-img {
	display: block;
	margin-top: 15px;
	float: left;
}

#h2 {
	width:888px;
	display: block;
	height: 40px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e4e4e4;
	border-bottom-color: #e4e4e4;
	margin-top: 30px;
	text-align: left;
	margin-bottom: 30px;
}

#h2 img {
	display: inline;
	margin-right: 20px;
	margin-top: 6px;
}


.menu-comapny {
	display:block;
	float: left;
	width: 240px;
	margin-top: 27px;
}

.menu-comapny li {
	float:left;
	display:block;
}

.menu-comapny-office {
	display:block;
	float: left;
	width: 240px;
	background-image: url(img_company/office_banner_01.gif);
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}

.menu-comapny-office li {
	float:left;
	display:block;
}

.menu-comapny-com a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_01.gif);
	background-position: -235px 0px;
}

.menu-comapny-com a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_01.gif);
	background-position: 0px 0px;
}

.menu-comapny-com-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_01.gif);
	background-position: 0px 0px;
}

.menu-comapny-enkaku a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_02.gif);
	background-position: -235px 0px;
}

.menu-comapny-enkaku a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_02.gif);
	background-position: 0px 0px;
}

.menu-comapny-president a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_03.gif);
	background-position: -235px 0px;
}

.menu-comapny-president a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_03.gif);
	background-position: 0px 0px;
}

.menu-comapny-president-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_03.gif);
	background-position: 0px 0px;
}


.menu-comapny-philosophy a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_04.gif);
	background-position: -235px 0px;
}

.menu-comapny-philosophy a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_04.gif);
	background-position: 0px 0px;
}

.menu-comapny-philosophy-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_04.gif);
	background-position: 0px 0px;
}

.menu-comapny-link a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_05.gif);
	background-position: -235px 0px;
}

.menu-comapny-link a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_05.gif);
	background-position: 0px 0px;
}

.menu-comapny-link a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_05.gif);
	background-position: -235px 0px;
}

.menu-comapny-link a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_05.gif);
	background-position: 0px 0px;
}

.menu-comapny-link-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_company/company_banner_05.gif);
	background-position: 0px 0px;
}


.menu-comapny-sakai a {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_02.gif);
	background-position: -235px 0px;
}

.menu-comapny-sakai a:hover {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_02.gif);
	background-position: 0px 0px;
}

.menu-comapny-sakai-hit {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_02.gif);
	background-position: 0px 0px;
}

.menu-comapny-higasinihon a {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_03.gif);
	background-position: -235px 0px;
}

.menu-comapny-higasinihon a:hover {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_03.gif);
	background-position: 0px 0px;
}

.menu-comapny-higasinihon-hit {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_03.gif);
	background-position: 0px 0px;
}


.menu-comapny-nisinihon a {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_04.gif);
	background-position: -235px 0px;
}

.menu-comapny-nisinihon a:hover {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_04.gif);
	background-position: 0px 0px;
}

.menu-comapny-nisinihon-hit {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_04.gif);
	background-position: 0px 0px;
}

.menu-comapny-kyusyu a {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_05.gif);
	background-position: -235px 0px;
}

.menu-comapny-kyusyu a:hover {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_05.gif);
	background-position: 0px 0px;
}

.menu-comapny-kyusyu-hit {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_05.gif);
	background-position: 0px 0px;
}

.menu-comapny-sapporo a {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_06.gif);
	background-position: -235px 0px;
}

.menu-comapny-sapporo a:hover {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_06.gif);
	background-position: 0px 0px;
}

.menu-comapny-sapporo-hit {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_06.gif);
	background-position: 0px 0px;
}

.menu-comapny-sakai2 a {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_07.gif);
	background-position: -235px 0px;
}

.menu-comapny-sakai2 a:hover {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_07.gif);
	background-position: 0px 0px;
}

.menu-comapny-sakai2-hit {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_07.gif);
	background-position: 0px 0px;
}

.menu-comapny-amagasaki a {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_08.gif);
	background-position: -235px 0px;
}

.menu-comapny-amagasaki a:hover {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_08.gif);
	background-position: 0px 0px;
}

.menu-comapny-amagasaki-hit {
	width:235px;
	height:50px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_08.gif);
	background-position: 0px 0px;
}


.menu-comapny-harima a {
	width:235px;
	height:54px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_09.gif);
	background-position: -235px 0px;
}

.menu-comapny-harima a:hover {
	width:235px;
	height:54px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_09.gif);
	background-position: 0px 0px;
}

.menu-comapny-harima-hit {
	width:235px;
	height:54px;
	display:inline;
	float: left;
	background-image: url(img_company/office_banner_09.gif);
	background-position: 0px 0px;
}






.menu-about-eigyou a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_01.gif);
	background-position: -235px 0px;
}

.menu-about-eigyou a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_01.gif);
	background-position: 0px 0px;
}

.menu-about-eigyou-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_01.gif);
	background-position: 0px 0px;
}


.menu-about-sekkei a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_02.gif);
	background-position: -235px 0px;
}

.menu-about-sekkei a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_02.gif);
	background-position: 0px 0px;
}

.menu-about-sekkei-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_02.gif);
	background-position: 0px 0px;
}


.menu-about-kouji a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_03.gif);
	background-position: -235px 0px;
}

.menu-about-kouji a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_03.gif);
	background-position: 0px 0px;
}

.menu-about-kouji-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_03.gif);
	background-position: 0px 0px;
}


.menu-about-seisaku a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_04.gif);
	background-position: -235px 0px;
}

.menu-about-seisaku a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_04.gif);
	background-position: 0px 0px;
}

.menu-about-seisaku-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_04.gif);
	background-position: 0px 0px;
}


.menu-about-kensa a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_05.gif);
	background-position: -235px 0px;
}

.menu-about-kensa a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_05.gif);
	background-position: 0px 0px;
}

.menu-about-kensa-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_05.gif);
	background-position: 0px 0px;
}


.menu-about-anzen a {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_06.gif);
	background-position: -235px 0px;
}

.menu-about-anzen a:hover {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_06.gif);
	background-position: 0px 0px;
}

.menu-about-anzen-hit {
	width:235px;
	height:40px;
	display:inline;
	float: left;
	background-image: url(img_about/about_awp_banner_06.gif);
	background-position: 0px 0px;
}



/* ----------------
	6.FOOTER
---------------- */


#footer {
	display: block;
	width: 100%;
	margin-top: 40px;
}

#address {
	display:block;
	width: 100%;
	background-color: #fffff1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 20px;
	padding-top: 20px;
	height: 65px;
}

