/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
	background-color:#000000

}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}


div#content {
	position: relative;
	margin: 0 auto;
	padding-top: 150px;
	font-size: 10pt;
	width: 500px;
	min-height: 70%;
	height: auto !important;
	height: 70%;	
} 


#main {
	position:absolute;
	margin: 0 auto;
	text-align:center;
	top:25%;
	left:50%;
	margin-left:-120px;
	background-image: url(../images/jd_logo.png);
	_background-image: url(../images/jd_logo.gif);
	background-repeat: no-repeat;
	height: 155px;
	width: 241px;
	text-indent: -9999px;
}
#main h1 {
	height: 155px;
	width: 241px;
}
#main h1 a {
	display:block;
	height: 155px;
	width: 241px;
	overflow:hidden;
	text-indent: -9999px;
}

#ja {
	position:absolute;
	width: 139px;
	height:46px;
	margin-top: 60px;
	top:40%;
	left:105px;
	background: transparent;
	background-image: url(../images/jd_btn-japanese.png);
	_background-image: url(../images/jd_btn-japanese.gif);
}
#ja h3 {
	width: 139px;
	height: 46px;
}
#ja h3 a {
	display:block;
	width: 139px;
	height: 46px;
	overflow:hidden;
	text-indent: -9999px;
}


#en {
	position:absolute;
	width: 139px;
	height: 46px;
	margin-top: 60px;
	top:40%;
	left:262px;
	background: transparent;
	background-image: url(../images/jd_btn-english.png);
	_background-image: url(../images/jd_btn-english.gif);
}
#en h3 {
	width: 139px;
	height: 46px;
}
#en h3 a {
	display:block;
	width: 139px;
	height: 46px;
	overflow:hidden;
	text-indent: -9999px;
}



#right_box{
	position:absolute;
	width: 268px;
	height:144px;
	top:28%;
	left:-35%;
}

#right_box .shop {
	width: 268px;
	height:131px;
	background: transparent;
	background-image: url(../images/jd_btn-onlinestore.png);
	_background-image: url(../images/jd_btn-onlinestore.gif);
}
#right_box .shop h2 {
	width: 264px;
	height: 131px;
}
#right_box .shop h2 a {
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
	text-indent: -9999px;
}
#right_box .info {
	width: 268px;
	height:66px;
	background: transparent;
	background-image: url(../images/jd_btn-info.png);
	_background-image: url(../images/jd_btn-info.gif);
}
#right_box .info p {
	width: 268px;
	height: 66px;
}
#right_box .info p a {
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
	text-indent: -9999px;
}



#right_box .mailmagazin {
	width: 268px;
	height:52px;
	background: transparent;
	background-image: url(../images/jd_btn-mailmagazine.png);
	_background-image: url(../images/jd_btn-mailmagazine.gif);
}
#right_box .mailmagazin p {
	width: 268px;
	height: 52px;
}
#right_box .mailmagazin p a {
	display:block;
	width: 100%;
	height: 100%;
	overflow:hidden;
	text-indent: -9999px;
}


#footer {
	width: 500px;
	height: 10px;
	position: absolute;
	bottom: 0;
}
#footer p{
	color:#FFFFFF;
	text-align:center;
	font-size:10px;
}


a {
	color:#FF00FF;
	text-decoration:underline;
}
a:hover {
	color:#9D007C;
	text-decoration:none;
}


#xmas {
	background: transparent;
	position:absolute;
	top:30%;
	left:113%;
	margin-left:-152px;
	text-indent:-99999px;
	background: transparent;
	background-image: url(../images/banner_xma.png);
	_background-image: url(../images/banner_xma.gif);
}
#xmas a{
	display:block;
	width: 304px;
	height:123px;
	overflow:hidden;
	text-indent: -9999px;
}

