@charset "UTF-8";
/* CSS Document */
h1, h2, h3, h4, h5, h6,p {
	color: #666666;
}
h1 {
	font: normal 14px/normal "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p,dt,dd  {
	font: 75%/1.2em "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", san-serif;
}
body {
	background: url(../images/body_bg.gif) repeat-y center;
	width: 960px;
	padding: 0px;
	margin: 0px auto;
}
#wrapper {
	width: 960px;
	height: 593px;
	background: url(../images/general_bg.jpg) repeat-x;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 60px;
	position: relative;
	width: 100%;
}
#logo {
	display: inline;
	width: 307px;
	padding: 15px 0px 0px;
	float: left;
}
#copy {
	float: left;
	margin-top: 35px;
	margin-left: 50px;
	width: 23em;
	display: inline;
}
#utilityNavigation {
	position: absolute;
	right: 0px;
	width: 160px;
	height: 23px;
	top: 37px;
}
#utilityNavigation li {
	position: absolute;
	width: 80px;
	top: 0px;
	height: 23px;
}
#utilityNavigation  a {
	height: 23px;
	width: 160px;
}
#utilityNavigation li#navInquiry {
	text-indent: -9999px;
	background: url(../images/contact_bg.jpg);
	right: 0px;
}
#utilityNavigation li#navSiteMap {
	right: 80px;
	text-indent: -9999px;
	background: url(../images/sitemap_bg.png);
}
#navi {
	height: 44px;
	width: 100%;
	background: url(../images/navi_bg.gif) repeat-x;
}
#globalNavigation {
	height: 44px;
	width: 630px;
	display: block;
	float: left;
	padding-left: 165px;
}
#globalNavigation li {
	float: left;
	height: 44px;
	display: block;
	width: 126px;
}
#globalNavigation a {
	text-indent: -9999px;
	display: block;
	float: left;
	height: 44px;
	width: 126px;
}
.home {
	background: url(../images/home.gif);
}
.home a:hover {
	background: url(../images/home_over.gif);
}
.solution {
	background: url(../images/solution.gif);
}
.solution   a:hover {
	background: url(../images/solution_over.gif);
}
.business {
	background: url(../images/business.gif);
}
.business a:hover {
	background: url(../images/business_over.gif);
}
.case {
	background: url(../images/Case_Studies.gif);
}
.case  a:hover {
	background: url(../images/Case_Studies_over.gif);
}
.company {
	background: url(../images/company.gif);
}
.company a:hover {
	background: url(../images/company_over.gif);
}
.link {
	background: url(../images/link.gif);
}
.link a:hover {
	background: url(../images/link_over.gif);
}
.Contact {
	background: url(../images/contact.gif);
}
.Contact a:hover {
	background: url(../images/contact_over.gif);
}
/* CSS Document */

#contents {
	width: 912px;
	margin-top: 0px;
	height: 450px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	height: 43px;
	width: 960px;
	background: #e8e8e8 url(../images/footer_bg.gif) repeat-x;
	font: 75% Arial, Helvetica, sans-serif;
	padding-top: 10px;
	margin-top: 5px;
	float: right;
}
#footer address {
	float: right;
	padding-right: 30px;
}
#site_nav {
	position: relative;
	width: 160px;
	height: 16px;
	left: 0px;
	float: left;
	padding-left: 10px;
	display: inline;
	clear: both;
}
#site_nav li {
	position: absolute;
	width: 80px;
	top: 0px;
	height: 16px;
	background-image: url(../images/contact_bg.gif);
}
#site_nav a {
	height: 16px;
	width: 80px;
	display: block;
}
#site_nav #companyinfo {
	width: 80px;
	left: 10px;
}
#site_nav #privacy {
	left: 90px;
}
