@charset "utf-8";
/* CSS Document */



/* Common Selector */
html {
	height: 100%;
}

body,div,dl,dt,dd,pre,form,fieldset,blockquote,table,th,td,img {  
	margin:0;
	padding:0;
}

img {
	border:none;
}

/* hx */
h1 {
	margin: 0;
	padding: 25px 0 0 15px;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {}
/* hx */

html{
	height:100%;
}


body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	text-align: center;
	font-size: 12px;
	line-height: 160%;
	color: #000;
	background-color: #DCE7EE;
}



/*---Link--- */
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color:#0066FF;
	text-decoration: underline;
}
a:active {
	color: #333;
}
/*---Link--- */




/* Common Selector */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #FFFFFF;
}

#wrapper_second {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	background: #FFFFFF;
}



/* header */

#header {
	width:760px;
	height:91px;
	background:url(../../jp/images/header_bg.jpg) no-repeat top;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
}


#header #logo {
	margin:0;
	padding:0;
	height:20px;
}


#header #navigation {
	width: 100%;
	height: 29px;
	margin:0;
	padding:0;
	position: relative;
}


#header #navigation p {
	width: 140px;
	height: 29px;
	margin:0;
	padding:0;
}

#header_jpn {
	position:absolute;
	margin:0;
	padding:0;
	left: 673px;
	top: 9px;
}

#header_home {
	position:absolute;
	margin:0;
	padding:0;
	left: 601px;
	top: 15px;
}







/*--- Button ---*/
#header #navigation p.btn_business {
	background:url(../images/bt_business_f2.jpg) no-repeat;
	position: absolute;
	top: 42px;
	left: 0px;
	width: 152px;
	height: 29px;
}
#header #navigation p.btn_business a {
	width: 152px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../images/bt_business.jpg) no-repeat;
}
#header #navigation p.btn_business a:hover {
	background: url(../images/bt_business_f2.jpg) no-repeat;
}
/*--- Button ---*/


/*--- Button ---*/
#header #navigation p.btn_products {
	background:url(../images/bt_products_f2.jpg) no-repeat;
	position: absolute;
	top: 42px;
	left: 152px;
	width: 152px;
	height: 29px;
}
#header #navigation p.btn_products a {
	width: 152px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../images/bt_products.jpg) no-repeat;
}
#header #navigation p.btn_products a:hover {
	background: url(../images/bt_products_f2.jpg) no-repeat;
}
/*--- Button ---*/


/*--- Button ---*/
#header #navigation p.btn_history {
	background:url(../images/bt_history_f2.jpg) no-repeat;
	position: absolute;
	top: 42px;
	left: 304px;
	width: 152px;
	height: 29px;
}
#header #navigation p.btn_history a {
	width: 152px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../images/bt_history.jpg) no-repeat;
}
#header #navigation p.btn_history a:hover {
	background: url(../images/bt_history_f2.jpg) no-repeat;
}
/*--- Button ---*/


/*--- Button ---*/
#header #navigation p.btn_area {
	background:url(../images/bt_area_f2.jpg) no-repeat;
	position: absolute;
	top: 42px;
	left: 456px;
	width: 152px;
	height: 29px;
}
#header #navigation p.btn_area a {
	width: 152px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../images/bt_area.jpg) no-repeat;
}
#header #navigation p.btn_area a:hover {
	background: url(../images/bt_area_f2.jpg) no-repeat;
}
/*--- Button ---*/


/*--- Button ---*/
#header #navigation p.btn_recruit {
	background:url(../images/bt_recruit_f2.jpg) no-repeat;
	position: absolute;
	top: 42px;
	left: 608px;
	width: 152px;
	height: 29px;
}
#header #navigation p.btn_recruit a {
	width: 152px;
	height: 29px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../images/bt_recruit.jpg) no-repeat;
}
#header #navigation p.btn_recruit a:hover {
	background: url(../images/bt_recruit_f2.jpg) no-repeat;
}
/*--- Button ---*/







/*--- Contents ---*/



/*--- footer---*/

#footer {
	width:100%;
	height:48px;
	background:url(../../jp/images/footer_bg.jpg) no-repeat;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
}

#footer p.footer_copyright {
	position:absolute;
	top: 22px;
	left: 448px;
}

*:first-child+html #footer p.footer_copyright {
	position:absolute;
	top: 23px;
	left: 15px;
} 

#footer p.footer_logo {
	position:absolute;
	top: -2px;
	left: 534px;
	width: 204px;
	height: 29px;

}


*:first-child+html footer p.footer_logo {
	position:absolute;
	top: 11px;
	left: 534px;
}

#footer_nav {
	margin:0 0 0 15px;
	padding:5px 0 0 0;
	font-size:10px;
	color:#666666;
}

#footer_nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

#footer_nav ul li {
	margin:0 25px 0 0;
	float: left;
	display: inline
}
/*--- footer---*/

p.pagetop {
	text-align:left;
	margin:35px 0 35px 47px;
}

p.pagetop02 {
	text-align:left;
	margin:10px 0 5px 58px;
}

