@charset "utf-8";

/*--------------------------------------
　font-size guide
　10px = 100%
　11px = 110%
　12px = 120%
　13px = 130%
　14px = 140%
　15px = 150%
　16px = 160%...
---------------------------------------*/
/*--------------------------------------
　基礎設定
---------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
div, span, p, a, img, ul, ol, li, table, tr, th, td, form, dl, dt, dd, blockquote, h1, h2, h3, h4, h5 {
	border: 0;
}
*{
letter-spacing:0;
}
body {
	text-align: center;
	overflow: auto;
	font: 62.5%/1 "ＭＳ Ｐゴシック", sans-serif, "ヒラギノ角ゴ Pro W3", "メイリオ";
	color: #333333;
	font-size: 12px;
	line-height: 1;
	background-color: #E4E3D3;
}
/*--------------------------------------
　大枠囲み
---------------------------------------*/
#container {
	width: 900px;
	padding: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../images/common/background.png);
	background-repeat: repeat-y;
}
#wrapper {
	width: 880px;
	background-color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}

/*--------------------------------------
　ヘッダー
---------------------------------------*/
#header {
	width: 850px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../images/common/utility_back.gif);
	background-repeat: no-repeat;
	height: 85px;
	margin-bottom: 20px;
	clear: both;
}
#header #utility-box {
	float: right;
	width: 353px;
	height: 20px;
	padding-top: 5px;
}
#header #lang-box {
	float: right;
	width: 500px;
}
#header #lang-box ul li {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline;
}
/*--------------------------------------
　h1エリア
---------------------------------------*/
#header #h1area {
	text-align: left;
	float: left;
	padding-top: 30px;
	width: 300px;
}
#header #utility-box ul li {
	float: left;
	padding-left: 20px;
	list-style-type: none;
}

#header #h1area #tagline {
	font-size: 12px;
	margin-bottom: 8px;
}
/*--------------------------------------
　グローバルナビ
---------------------------------------*/
#grobal-nav {
	height: 46px;
	width: 880px;
	margin-bottom: 5px;
}
#grobal-nav ul li {
	float: left;
	list-style-type: none;
	display: block;
	background-position: 0% 0%;
	height: 46px;
	margin: 0px;
	padding: 0px;
}
/*#grobal-nav ul li a:hover {
	background-position: 0px 46px;
	margin: 0px;
	padding: 0px;
}

#grobal-nav ul li span {
	display: none;
}
#grobal-nav ul li .home {
	float: left;
	width: 146px;
	background-image: url(../images/common/btn_home.png);
	background-position: 0% 0%;
	height: 46px;
}
#grobal-nav ul li .home-m {
	float: left;
	width: 146px;
	background-image: url(../images/common/btn_home.png);
	background-position: 0px 46px;
	height: 46px;
}
#grobal-nav ul li .company-information {
	background-image: url(../images/common/btn_company.png);
	background-position: 0px 0px;
	float: left;
	height: 46px;
	width: 147px;
}
#grobal-nav ul li .company-information-m {
	background-image: url(../images/common/btn_company.png);
	background-position: 0px 46px;
	float: left;
	height: 46px;
	width: 147px;
}
#grobal-nav ul li .ourbusiness {
	background-image: url(../images/common/btn_business.png);
	background-position: 0px 0px;
	height: 46px;
	width: 147px;
	float: left;
}
#grobal-nav ul li .ourbusiness-m {
	background-image: url(../images/common/btn_business.png);
	background-position: 0px 46px;
	height: 46px;
	width: 147px;
	float: left;
}
#grobal-nav ul li .products {
	background-image: url(../images/common/btn_products.png);
	background-position: 0px 0px;
	float: left;
	height: 46px;
	width: 147px;
}
#grobal-nav ul li .products-m {
	background-image: url(../images/common/btn_products.png);
	background-position: 0px 46px;
	float: left;
	height: 46px;
	width: 147px;
}
#grobal-nav ul li .online-store {
	background-image: url(../images/common/btn_onlinestore.png);
	background-position: 0px 0px;
	float: left;
	height: 46px;
	width: 147px;
}
#grobal-nav ul li .online-store-m {
	background-image: url(../images/common/btn_onlinestore.png);
	background-position: 0px 46px;
	float: left;
	height: 46px;
	width: 147px;
}
#grobal-nav ul li .recruit {
	background-image: url(../images/common/btn_recruit.png);
	background-position: 0px 0px;
	float: left;
	height: 46px;
	width: 146px;
}
#grobal-nav ul li .recruit-m {
	background-image: url(../images/common/btn_recruit.png);
	background-position: 0px 46px;
	float: left;
	height: 46px;
	width: 146px;
}*/

/*--------------------------------------
　フッター
---------------------------------------*/
#footer {
	height: 155px;
	width: 880px;
}
#footer .pagetop {
	background-image: url(../images/common/footer_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	width: 865px;
	padding-right: 15px;
	text-align: right;
}
#footer #footer-nav {
	width: 880px;
	float: left;
}
#footer #footer-nav .footer-nav-btn {
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}

#footer #footer-nav .footer-nav-btn a {
	font-size: 10pt;
	color: #333;
	text-decoration: underline;
	text-align: left;
}
#footer #footer-nav .footer-nav-btn a:hover {
	color: #333;
	text-decoration: none;
	text-align: left;
}#footer #footer-nav .adress {
	font-size: 10pt;
	color: #333;
	text-align: right;
	line-height: 140%;
	float: right;
	padding-top: 20px;
	padding-right: 15px;
}
/*--------------------------------------
　基本設定
---------------------------------------*/
#navSkip{
	position: absolute;
	top: -10px;
	left: -10px;
}
.news table tr td a {
	color: #333;
	text-decoration: underline;
}
.news table tr td a:hover {
	color: #333;
	text-decoration: none;
}
.news-list table tr td a {
	color: #333;
	text-decoration: underline;
}
.news-list table tr td a:hover {
	color: #333;
	text-decoration: none;
}

