@charset "UTF-8";
html, body {
	height:100%;
}
/*----------------------header----------------------*/
#header {
	position:relative;
	min-width:1000px;
	height:170px;
	background:#f4f4f4;
	}
#share_logo {
	position:absolute;
	width:152px;
	height:49px;
	left:50%;
	margin-left:-461px;
	top:31px;
	background-image:url(../images_jp/share_logo.jpg);
}
#language {
	position:absolute;
	width:210px;
	height:27px;
	left:50%;
	margin-left:251px;
	top:0;
	text-align:center;
	background-color:#f6d013;
}
#language p,#language p a{
	height:27px;
	line-height:27px;
	display:inline-block;
	font-size: 12px;
	transform: scale(0.91);
    -ms-transform: scale(0.91); /* IE 9 */
    -webkit-transform: scale(0.91); /* Safari and Chrome */
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
#language p a:hover{
	color:#FFF;
	}
#share_title {
	position:absolute;
	width:176px;
	height:17px;
	left:50%;
	margin-left:285px;
	top:51px;
	background-image:url(../images_jp/share_title.jpg);
}
/*----------------------menu----------------------*/
#share_menu{
	position:relative;
	width:934px;
	height:40px;
	padding: 0 45px;
	top:110px;
	margin:0 auto;
	}
#share_menu li{
	float:left;
	border-left:#f4f4f4 solid 1px;
	border-right:#f4f4f4 solid 1px;
}
#share_menu li a {
	display: block;
	width:130px;
	height: 40px;
	line-height: 40px;
	text-indent: -9999px;
}
#share_menu a.b1 {
	background:url("../images_jp/share_menu.jpg") no-repeat 0 0;	
}
#share_menu a.b2 {
	background:url("../images_jp/share_menu.jpg") no-repeat -130px 0;	
}	
#share_menu a.b3 {
	background:url("../images_jp/share_menu.jpg") no-repeat -260px 0;	
}
#share_menu a.b4 {
	background:url("../images_jp/share_menu.jpg") no-repeat -390px 0;	
}
#share_menu a.b5 {
	background:url("../images_jp/share_menu.jpg") no-repeat -520px 0;	
}	
#share_menu a.b6 {
	background:url("../images_jp/share_menu.jpg") no-repeat -650px 0;	
}
#share_menu a.b7 {
	background:url("../images_jp/share_menu.jpg") no-repeat -780px 0;	
}

/* 加上 transition */
#share_menu li a {
	-webkit-transition: background-position 0.2s;	/* Safari & Chrome */
	-moz-transition: background-position 0.2s;		/* Firefox */
	-ms-transition: background-position 0.2s;		/* IE */
	-o-transition: background-position 0.2s;		/* Opera */
	transition: background-position 0.2s;
}
#share_menu li a.b1:hover {
	background-position:0 -40px;
}
#share_menu li a.b2:hover {
	background-position:-130px -40px;
}
#share_menu li a.b3:hover {
	background-position:-260px -40px;
}
#share_menu li a.b4:hover {
	background-position:-390px -40px;
}
#share_menu li a.b5:hover {
	background-position:-520px -40px;
}
#share_menu li a.b6:hover {
	background-position:-650px -40px;
}
#share_menu li a.b7:hover {
	background-position:-780px -40px;
}


/*----------------------footer----------------------*/
.dgs_up
{
    display:none;
    position:fixed;
	width:25px;
    bottom:250px;
    right:0;
}

#footer{
	position:relative;
	min-width:1000px;
	height:145px;
	background:#f6d013;
	}
#footer_content{
	position:relative;
	width:920px;
	height:145px;
	margin:0 auto;
	padding:20px  0 20px 0;
	}
#footer_dgslogo{
	position:relative;
	}
#footer_memeslogo{
	position:absolute;
	top:22px;
	margin-left:733px;
}
#footer_dgsdata{
	margin-top:11px;
	height:35px;
	line-height:35px;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	border-bottom:#000 solid 1px;
	}
#footer_dgsdata img{
	padding:0 10px 0 10px;
	}
#footer_menu a{
	height:35px;
	line-height:35px;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	}
#footer_menu a:hover{color: #FFF;}
#footer_menu img{
	padding:0 10px 0 10px;
	}
#footer_menu p{
	height:35px;
	line-height:35px;
	display:inline-block;
	position:absolute;
	font-size: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	right:0;
	}
