@charset "utf-8";
/* CSS Document */
body, html, img, p, ul, li, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style: none;
	font-size: 13px;
	font-family:"宋体",Arial;
	color: #000;
	line-height: 22px;
}
a {
	color: #06F;
	/*color:c4181f*/
}
html {
	overflow-x: hidden;
}
body {
	padding-top:50px;
	overflow-x: hidden;
	background: #FFF;
}
#Heard {
	position:fixed;
	top:0;
	left:0;
	width: 100%;
	height: 51px;
	background: #002451;
}
#Nav {
	width: 1030px;
	height: 51px;
	margin: 0px auto;
	background: url(../images/nav.jpg) no-repeat;
}
.nav1 a {
	width: 191px;
	height: 51px;
	display: block;
}
.nav2 a {
	width: 130px;
	height: 51px;
	display: block;
}
.nav3 a {
	width: 130px;
	height: 51px;
	display: block;
}
.nav4 a {
	width: 155px;
	height: 51px;
	display: block;
}
.nav5 a {
	width: 210px;
	height: 51px;
	display: block;
}
.nav6 a {
	width: 214px;
	height: 51px;
	display: block;
}
#Main {
	width: 810px;
	height: auto;
	margin: 0px auto;
}
h6 {
	color: #ff6600;
	font-size: 16px;
}
h6 a, h6 a:visited, h6 a:hover {
	color: #ff6600;
	text-decoration: none;
}
#footer {
	width: 100%;
	background: #000;
	margin-top: 0px;
}
#Bottom {
	background-color: #000;
	color: #fff;
	width: 100%;
	text-align: right;
	padding: 10px;
}
.contact1 a:hover {
	background-position: 0px -200px;
}
.contact1 a {
	background: url(../images/contact_navi1.png) no-repeat;
	background-position: 0px 0px;
}
.contact1 a {
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 15px;
}
.contact2 a:hover {
	background-position: 0px -200px;
}
.contact2 a {
	background: url(../images/contact_navi2.png) no-repeat;
	background-position: 0px 0px;
}
.contact2 a {
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 15px;
}
.contact3 a:hover {
	background-position: 0px -200px;
}
.contact3 a {
	background: url(../images/contact_navi3.png) no-repeat;
	background-position: 0px 0px;
}
.contact3 a {
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 15px;
}
.contact4 a:hover {
	background-position: 0px -200px;
}
.contact4 a {
	background: url(../images/contact_navi4.png) no-repeat;
	background-position: 0px 0px;
}
.contact4 a {
	display: block;
	width: 200px;
	height: 200px;
	margin-bottom: 15px;
}
.solutiont a:hover {
	background-position: 0px -69px;
}
.solutiont a {
	background: url(../images/solution.png) no-repeat;
	background-position: 0px 0px;
}
.solutiont a {
	display: block;
	padding: 0 auto;
	width: 453px;
	height: 69px;
	margin: 0 auto;
}
.solution1 a:hover {
	background-position: 0px -63px;
}
.solution1 a {
	background: url(../images/solution_pic03.png) no-repeat;
	background-position: 0px 0px;
}
.solution1 a {
	display: block;
	width: 586px;
	height: 61px;
	margin-bottom: 0px;
}
.solution2 a:hover {
	background-position: 0px -125px;
}
.solution2 a {
	background: url(../images/solution_pic04.png) no-repeat;
	background-position: 0px 0px;
}
.solution2 a {
	display: block;
	width: 331px;
	height: 124px;
	margin-bottom: 0px;
}
.solution3 a:hover {
	background-position: 0px -123px;
}
.solution3 a {
	background: url(../images/solution_pic05.png) no-repeat;
	background-position: 0px 0px;
}
.solution3 a {
	display: block;
	width: 332px;
	height: 124px;
	margin-bottom: 0px;
}
.neesli {
	padding-left: 10px;
	line-height: 36px;
	border-bottom: 1px dashed #ccc;
	width: 770px;
	color: #000;
}
.neesli:hover {
	padding-left: 10px;
	width: 770px;
	height: 36px;
	background: #eaeaea;
}
.neesli a, .neesli a:visited {
	color: #000;
	text-decoration: none;
}
.neesli a:hover {
	color: #0021a8;
	text-decoration: none;
}
#Nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#Nav ul li {
	float: left;
	position: relative;
}
#Nav ul ul li a, #Nav ul ul li a:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 130px;
	height: 30px;
	color: #000;
	border: 1px solid #fff;
	border-width: 0 1px 1px 1px;
	background: #002451;
	line-height: 30px;
	font-size: 13px;
	font-family: "Lucida Sans", "メイリオ";
	font-weight: bold;
}
/* make the dropdown ul invisible */
#Nav ul li ul {
	display: none;
	margin-top: 20px;
}
#Nav ul ul li:hover a {
	color: #fff;
	background: #002451;
}
#Nav ul li:hover ul {
	display: block;
	position: absolute;
	top: 31px;
	left: 0;
	width: 130px;
}
#Nav ul li:hover ul li a {
	display: block;
	background: #0182dd;
	opacity: 0.9;
	color: #FFF;
	text-align: left;
	padding-left: 3px;
}
#Nav ul li:hover ul li a:hover {
	background: #002451;
	opacity: 0.9;
	color: #fff;
}
#newlist div {
	margin-bottom: 10px;
}
textarea, input {
	font-size: 13px;
	font-family: "メイリオ", Meiryo, "MS PGothic", sans-serif;
}
/*-----------------------------------------------------
	chinaglobal
----------------------------------------------------**/
#chinaglobal {
	padding-left: 135px;
	padding-top: 200px;
}
.global {
	list-style-type: none;
	width: 980px;
	height: 300px;
	margin: 0 auto;
}
.global li {
	width: 190px;
	float: left;
	margin-left: 16px;
}
.global li a {
	display: block;
	widrh: 174px;
	height: 145px;
	padding: 222px 10px 0;
	text-decoration: none;
}
.global li.chinaglobal01 a {
	background: url(../images/global_pic1.png) no-repeat left top;
}
.global li.chinaglobal02 a {
	background: url(../images/global_pic2.png) no-repeat left top;
}
.global li.chinaglobal03 a {
	background: url(../images/global_pic3.png) no-repeat left top;
}
.global li.chinaglobal04 a {
	background: url(../images/global_pic4.png) no-repeat left top;
}
.global li a span {
	display: block;
}
.global li a .text01 {
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3;
	padding: 7px 50px 0 0;
	height: 35px;
}
.global li a .text02 {
	color: #ffea00;
	font-weight: bold;
	line-height: 1.5;
	height: 43px;
	padding:0 40px 0 0;
	font-size:11px;
}
.global li a .text03 {
	font-size: 10px;
	color: #ffffff;
	line-height: 1.2;
}
.bbch{
	position:absolute;right:20px; top:0; line-height:54px;color:#fff;
	font-size:13px;
}
.bbch a,.bbch a:visited{
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:0 10px;
}
.bbch a:hover{
	color:#f00;
	text-decoration:none;
}