@charset "utf-8";

/* ---------------------------------
index.cssのCSS設定
------------------------------------ */


/******************* html/body *******************/
html,body{
	height:100%;
}
* 	{
	margin:0;
	padding:0;
	}
a {
	color: #0885b9;
	text-decoration: none;
	outline : 0 ;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img 
	{
	border:0;
	}
body
	{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #0885b9;
	}
h1
	{
	font-size:14px;
	margin: 0px auto 0px auto;
	padding-left: 10px;
	line-height: 20px;
	width: 900px;
	color: #666666;
	}
.clearfix:after 
	{
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
	}
.clearfix 
	{
	display: inline-block;
	} /* Hides from IE-mac \*/
* html.clearfix 
	{
	height: 1%;
	}
.clearfix
	{
	display: block;
	} /* End hide from IE-mac */
#global
	{
	margin:0px auto 0px auto;
	width:950px;
	background-image: url(/jobimg/contentsbg.gif);
	background-repeat:repeat-y;
	}
#indexWrap
	{
	width:900px;
	background-image: url(/jobimg/indexbg.jpg);
	margin:0px auto;
	}
#index_enter
	{
	width:319px;
	padding:300px 0px 0px 550px;
	}
#index_exit
	{
	width:159px;
	padding:40px 0px 60px 630px;
	}
#jobindexfoot
	{
	width:900px;
	background-image: url(/jobimg/jobindexfootbk.gif);
	background-repeat:no-repeat;
	margin:0px auto;
	padding:0px 0px 50px 0px;
	}
#indexaddress
	{
	width:350px;
	float:left;
	padding:0px 0px 0px 50px;
	font-size:14px;
	line-height:20px;
	}
#index_comment
	{
	width:450px;
	float:right;
	font-size:14px;
	line-height:24px;
	}
.ohpbanner
	{
	width:468px;
	margin:10px auto 0px auto;
	}
#copyright
	{
	width:500px;
	margin:0px auto;
	padding:30px 0px 100px 0px;
	text-align:center;
	clear:both;
	font-size:14px;
	line-height:20px;
	}