#containerContents {
	margin-left:auto;
	margin-right:auto;
	width:980px;
}


.divlink {
	position:relative;
}

.divlink a {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.imgtextlink{
	text-indent:-9999px;
	}

#mainLogo {
	background-image:url(../img/index/mainLogo.png);
	background-repeat:no-repeat;
	background-position:center;
	width:100%;
	height:370px;
	text-indent:-9999px;
}



#qrcodeButton, #howToButton{
float:left;
width:330px;
height:300px;
}
#qrcodeButton a, #howToButton a{
background-position:0 0;
background-repeat:no-repeat;
width:230px;
height:110px;
padding:190px 50px 0px 50px;
color:#000;
font-size:75%;
}
#qrcodeButton a:hover, #howToButton a:hover{
background-position:0 -300px;
text-decoration:none
}
#qrcodeButton a{
	background-image:url(../img/index/qrcodeButton.png);
}

#howToButton a{
	background-image:url(../img/index/howToButton.png);
}



#historyButton {
	width:320px;
	height:200px;
	float:left;
}
#historyButton a{
	background-image:url(../img/index/historyButton.png);
	background-repeat:no-repeat;
	background-position:0 0;
}
#historyButton a:hover{
	background-position:0 -200px;
}


#varietyButton {
	width:320px;
	height:100px;
	float:left;
}
#varietyButton a{
	background-image:url(../img/index/varietyButton.png);
	background-repeat:no-repeat;
}
#varietyButton a:hover{
	background-position:0 -100px;
}




#qrcodeVarietyTitle {
	background-image:url(../img/index/qrcodeVarietyTitle.png);
	background-repeat:no-repeat;
	width:196px;
	height:54px;
	float:left;
	margin-top:10px;
	text-indent:-9999px;
}

#indexBarListStyle {
	clear:both;
	list-style:none;
	width:100%;
}

#indexBarOrange, #indexBarBlue, #indexBarMazenda{
float:left;
color:#000;
border-left:1px solid #fff;
font-size:11pt;
z-index:0;
}
#indexBarOrange{
border-left:0px;
}

#indexBarOrange a, #indexBarBlue a, #indexBarMazenda a{
display:block;
background-position:0 0;
background-repeat:no-repeat;
color:#000;
font-weight:bold;
		padding-top:22px;
		padding-left:50px;
		width:273px;
		height:40px;
		border:1px solid #ccc;
}
#indexBarOrange a:hover, #indexBarBlue a:hover, #indexBarMazenda a:hover{
text-decoration:none;
background-position:0 -64px;
}

#indexBarOrange a{
	background-image:url(../img/index/indexBarOrange.png);
}

#indexBarBlue a{
	background-image:url(../img/index/indexBarBlue.png);
}

#indexBarMazenda a{
	background-image:url(../img/index/indexBarMazenda.png);
}

#indexBarYellow a{
	background-image:url(../img/index/indexBarYellow.png);
}

#indexBarPurple a{
	background-image:url(../img/index/indexBarPurple.png);
}



#registerdTrademark {
	color:#000;
	float:right;
	padding:6px 0 0 0;
	font-size:80%;
}
