/*　全体 
----------------------------------------- */

* {
	font-family: "Helvetica", "Arial", "Sans-Serif";
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 1em;
}
body {
 text-align: center;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
 overflow-x: hidden; 
	width: 100%;
	background-image: url(../img/head_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
html
  {
  height:100%;
  margin-bottom:1px;
}
div#content {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    text-align: left;

    /* Mac IE 5のみに適用 ↓ *//*/
    position: relative;
    left: 50%;
    margin-left: -400px;
    /* Mac IE 5のみに適用 ↑ */
}

/*　リンクカラー　*/

a:visited {
	color: #006699;
	text-decoration: none;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: underline;
}
.clear {
	clear: both;
}




/*　ヘッダー 
----------------------------------------- */
#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
h1 {
	height: 81px;
	width: 436px;
	float: left;
	display: block;
	background-image: url(../img/head.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	margin: 0px;
	clear: both;
}
#header #top .rogoLink {
	height: 80px;
	width: 436px;
	display: block;
}


#header #top .headList {
	width: 223px;
	height: 20px;
	margin-top: 10px;
	float: right;
}
#header #top .headList .site a {
	background-image: url(../img/sitemap.gif);
	background-repeat: no-repeat;
	width: 65px;
	padding-right: 5px;
	border-right: 1px dotted #999999;
	text-indent: -9999px;
	display: block;
	float: left;
}
#header #top .headList .japan a {
	background-image: url(../img/japan.gif);
	background-repeat: no-repeat;
	width: 72px;
	border-right: 1px dotted #999999;
	text-indent: -9999px;
	display: block;
	float: left;
	margin-left: 10px;
}
#header #top .headList .china a {
	background-image: url(../img/china.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	width: 58px;
	float: left;
	margin-left: 10px;
}
#headBox #header #top {
	height: 80px;
	width: 800px;
}
#header #top {
	height: 81px;
	width: 800px;
	float: left;
}

/*　グローバルナビ　*/

#header ul {
	height: 35px;
	width: 800px;
	float: left;
	background-image: url(../img/gnavi.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header li {
	list-style-type: none;
	float: left;
	display: block;
	height: 35px;
}
#header .home {
	width: 67px;
}
#header .prod {
	width: 104px;
}
#header .about {
	width: 107px;
}
#header .link {
	width: 81px;
}
#header .cont {
	width: 115px;
}
#header li a {
	display: block;
	height: 35px;
	text-indent: -9999px;
}
#header li a:hover {
	background-image: url(../img/gnavi.jpg);
	background-repeat: no-repeat;
	background-position: left -35px;
}
#header .prod a:hover {
	background-position: -67px -35px;
}
#header .about a:hover {
	background-position: -171px -35px;
}
#header .link a:hover {
	background-position: -278px -35px;
}
#header .cont a:hover {
	background-position: -359px -35px;
}


/*　コンテンツ 
----------------------------------------- */

#contents {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}



/*　フッター 
----------------------------------------- */

#footer {
	background-color: #DEDBDE;
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
}
#footer .copyright {
	width: 800px;
	display: block;
	font-size: 10px;
	margin-right: auto;
	margin: 8px auto 8px auto;
	text-align: right;
	}
/*--------------------------------------*/

