/*
* CSS init
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
#w div, #w dd, #w h1, #w h2, #w h3, #w h4, #w h5, #w h6, #w pre, #w p, #w blockquote, #w th, #w td {
	line-height: 145%;
}
html {
	height: 100%;
	margin-bottom: 1px;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */
table {
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
caption {
	text-align: left;
}
th {
	vertical-align: top;
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top;
}
fieldset {
	border: 0;
}
input {
	margin: -1px 0;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
}
sup {
	top: -4px
}
sub {
	top: 4px
}
.c666 {
	color: #666666
}
.center {
	text-align:center;
}
.red{
	color:#FF0000;
}

.clearBoth {
	clear: both;
}
.clearBoth span {
	display:none;
}

body {
	background-color: #d8d8db;
}
#wrap {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border-left: #e1e1e1 5px solid;
	border-right: #e1e1e1 5px solid;
	background-color: #FFFFFF;
}
#wrap:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#wrap {
	display: inline-block;
}
/* \*/
* html #wrap {
	height: 1%;
}
#wrap {
	display: block;
}
/* */

/**
 * 文字色
 */
#wrap dd, #wrap li, #wrap p {
	color:#666666;
}
/**
 * リンク
 */
#wrap a {
	color:#5b6fa9;
}
#wrap a:hover {
	color:#02ad4b;
	text-decoration:none;
}
/**
 * ヘッダ
 */
#header {
	background:url(../img/header_image.gif) no-repeat left top;
	height: 82px;
	width: 100%;
}
#header p {
	display:none;
}
#header ul {
	padding: 34px 0 0 638px;
	display: block;
}
#header li {
	display:inline;
}
#header a {
	display: block;
	padding:0 20px 0 11px;
	list-style:none;
	background:url(../img/list/list_type5.gif) no-repeat left;
	float: left;
	font-size: 0.65em;
	color: #666666;
}
#header .last a {
	padding:0 0px 0 11px;
}
/**
 * グローバルメニュ
 */
#menu ul, #menu li {
	display:inline;
}
#menu {
	background:url(../img/menu.gif) no-repeat left top;
	height: 41px;
	width: 100%;
}
#menu span {
	display:none;
}
#menu a {
	display: block;
	width:156px;
	height: 41px;
	float:left;
}
#home a {
}
#home a.active, #home a:hover {
	background:url(../img/menu.gif) no-repeat 0px -41px;
}
#products a {
}
#products a.active, #products a:hover {
	background:url(../img/menu.gif) no-repeat -156px -41px;
}
#tech a {
}
#tech a.active, #tech a:hover {
	background:url(../img/menu.gif) no-repeat -312px -41px;
}
#com a {
}
#com a.active, #com a:hover {
	background:url(../img/menu.gif) no-repeat -468px -41px;
}
#recruit a {
}
#recruit a.active, #recruit a:hover {
	background:url(../img/menu.gif) no-repeat -624px -41px;
}
/**
 * フッタ
 */
#footer {
	background:url(../img/footer.gif) no-repeat left top;
	height: 125px;
	width: 780px;
	clear: both;
}
#footer ul {
	padding: 28px 0 0 199px;
	display: block;
}
#footer li {
	display:inline;
}
#footer a {
	font-size: 0.7em;
	display: block;
	padding:1px 14px 2px 14px;
	list-style:none;
	border-right:1px #d7d7d7 solid;
	float: left;
	letter-spacing: -2px;
	color: #FFFFFF;
}
#footer .last a {
	border-right:none;
}

