@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: underline !important;
	color: #0066CC;
}
a:link {
	color: #0066CC;
}
a:visited {
	color: #9966CC;
}
a:hover {
	color: #0000CC;
}
a:active {
	color: #FF3399;
}
img {
	border-style: none;
}
address {
	font-style: normal;
}
p,
li,
dd {
	text-align: justify;
	text-justify: inter-ideograph;
	line-break: strict;
}
li {

}
table {
	border-collapse: collapse;
}
small {
	font-size: 80%;
	font-weight: normal;
}


.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 */
.css-att {
	display: none;
}

body {
	background-color: #D9D9D9;
	font-size: 12px;
	line-height: 1.4;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック";
	padding-top: 1px;
}
*:first-child+html body {
	padding-top: 48px;
}
.hdr {
	background-color: #FFFFFF;
	border-bottom: 2px solid #FF6600;
	height: 24px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 100%;
	margin-right: -100px;
	position: fixed;
	_position: static;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.hdrbk {
    background-color:#000000;	 
	border-bottom: 2px solid #00CC33;
	height: 24px;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 100%;
	margin-right: -100px;
	position: fixed;
	_position: static;
	left: 0px;
	top: 0px;
	z-index: 10;
}
*:first-child+html .hdr {
}
.hdr-inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 100%;
	float: left;
}
h1 img {
	margin-right: 10px;
}
.search {
	float: right;
	padding-top: 3px;
}
.menu {
	background-image: url(../_img/menu_bg.gif);
	background-repeat: repeat-x;
	height: 20px;
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	list-style-type: none;
	margin-bottom: 10px;
	margin-top: 48px;
	_margin-top: 0;
	border-right: 1px solid #999999;
}
.menu li {
	float: left;
	height: 20px;
	width: 100px;
}
.menu li.rside {
	float: right;
}
.menu li.lside {
	width: 49px;
}
.menu li a {
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}
.menu li a span {
	display: none;
}
.menu li.sub-button {
	width: 50px;
}


.menu li a:hover {
	background-position: top;
}
.menu li a#back {
	background-image: url(../_img/menu_back.gif);
}


.menu   li a#service  {
	background-image: url(../_img/menu_service.gif);
}
.menu   li a#datapit  {
	background-image: url(../_img/menu_datapit.gif);
}
.menu   li a#store  {
	background-image: url(../_img/menu_store.gif);
}
.menu   li a#blog  {
	background-image: url(../_img/menu_blog.gif);
}
.menu   li a#company  {
	background-image: url(../_img/menu_company.gif);
}
.menu   li a#recruit  {
	background-image: url(../_img/menu_recruit.gif);
}
.menu   li a#staff  {
	background-image: url(../_img/menu_staff.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9F9FA0;
}
.bottom-line {
	position: fixed;
	_position: static;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
	background: #000000;
	border-top: 2px solid #FF6600;
	font-size: 0px;
	z-index:10;
}
