@charset "utf-8";

/*--------------------------------------------------------------------
 HTML initialize
--------------------------------------------------------------------*/
html{height: 100%;}
body{background: #fff url("/corp/img/common/common_body_bg.jpg") repeat-x;color: #4c4c4c;text-align: center;height: 100%;}
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dt, dd, form, input, p, hr {margin: 0;padding: 0;}
body, h1, h2, h3, h4, h5, h6, div,li, dt, dd, form, input, label, p, span, a, th, td, address,textarea{font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif;}
body, h1, h2, h3, h4, h5, h6, div,li, dt, dd, form, input, label, p, span, address{font-size: 100%;}
h1, h2, h3, h4, h5, h6, th{font-weight: normal;}
ul, ol ,input{padding: 0;}
table{border-collapse:collapse;}
a{color: #0a548c;text-decoration: none;}
a:visited{color: #0a548c;text-decoration: none;}
a:hover{color: #0a548c;text-decoration: underline;}
a img{border: 0;}
ul li{list-style-type: none;}
em{font-style: normal;}

/*--------------------------------------------------------------------
 wrap
--------------------------------------------------------------------*/
#wrap {
/*	background: url("/corp/img/top/top_body_head_bg.jpg") 50% 70px no-repeat;
	background: url("/corp/img/common/common_wrap_bg.jpg") bottom repeat-x;*/
}
/*--------------------------------------------------------------------
 headclm
--------------------------------------------------------------------*/
#headclm {
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 70px;
}
#headclm h1,/* for top */
#headclm .logo{/* for other */
	position: absolute;
	top: 25px;
	left:10px;
	width: 167px;
	height: 45px;
	line-height: 0em;
}
#headclm .searchbox{
	overflow:hidden;
	width: 960px;
	padding-top: 12px;
	font-size: 75%;
	vertical-align: top;
}
#headclm .searchbox ul{
	overflow:hidden;
}
#headclm .searchbox li{
	float: right;
}
#headclm .searchbox li a{
	background:url("/corp/img/common/hd_menu_btn_search_on.jpg") no-repeat;
	display: block;
	line-height: 0em;
	margin-left: 5px;
	width: 40px;
	height: 21px;
}
#headclm .searchbox li a:hover img {
	visibility: hidden;
}
/* IE hidden bug(a:hover) escape */
#headclm .searchbox li a:hover {
	background-color:#fff;
}
#headclm .searchbox #kw{
	border: 1px solid #b7b7b7;
	line-height: 1em;
	padding: 2px;
	*padding: 3px;
}
/* head menu */
#headclm .headmenu{
	overflow: hidden;
	position: absolute;
	top: 41px;
	left: 358px;
	width: 602px;
	height: 28px;
}
.headmenu ul{
	overflow:hidden;
}
.headmenu li{
	float: left;
}
.headmenu li a{
	display: block;
	width:120px;
	height:28px;
	background:url(/corp/img/common/hd_menu_bg.gif) 0 100% no-repeat;
}
.headmenu li.hm-contact a{
	width:122px;
}
.headmenu li a:hover,
.top .headmenu .hm-top a,
.company .headmenu .hm-company a,
.service .headmenu .hm-service a,
.recruit .headmenu .hm-recruit a,
.contact .headmenu .hm-contact a{
	background-position:-121px 100%;
}

/*--------------------------------------------------------------------
 bodyclm
--------------------------------------------------------------------*/
#bodyclm {
	width: 960px;
	margin: 0 auto;
	height: auto;
	text-align: left;
}
#bodyclm img {
	vertical-align: bottom;
}
#headclm{
	width: 960px;
	margin: 0 auto;
}
/*--------------------------------------------------------------------
 footclm
--------------------------------------------------------------------*/
#footclm {
	margin: 0 auto;
	border-top:4px solid #b7b7b7;
}
.footmenu{
	width:960px;
	padding-top:17px;
	margin:0 auto;
	text-align:right;
	font-size:68.75%;
	line-height:1.3636em;
	color:#ccc;
}
.footmenu a,
.footmenu a:visited,
.footmenu a:hover{
	color:#666;
	text-decoration:none;
}
#footclm .copy {
	width:960px;
	margin:6px auto 0;
	padding-bottom:8px;
	text-align:right;
	font-size:75%;
	line-height:1.5em;
	color:#999;
}
