@charset "utf-8";

body{
	background:#4c3605 url(../img/bg01.jpg) top center no-repeat;
	color:#666;
}

#header{
	text-align:center;
	width:940px;
	height:436px;
	margin:0 auto;
	position:relative;
}

#header .img01{
	position:absolute;
	left:0px;
	top:0px;
}

#header .img02{
	position:absolute;
	left:0px;
	top:68px;
}

#header h1{
	font-size:100%;
	margin:0;
	padding:0;
}

#header #logo{
	position:absolute;
	right:0px;
	top:0px;
}

#header #move01{
	position:absolute;
	left:341px;/*311*/
	top:68px;
}

#header #move02{
	position:absolute;
	left:341px;/*311*/
	top:128px;
}

#header #move03{
	position:absolute;
	left:309px;/*309*/
	top:241px;
}

#move01,#move02,#move03{
	display:none;
}

/*
#move01,#move02,#move03{
-moz-opacity:0.5;
opacity:0.5;
filter: alpha(opacity=50);
}
*/


#product{
	text-align:center;
	margin:15px auto;
}


#voice{
	text-align:center;
	margin:15px auto;
	clear:both;
	width:940px;
	height:150px;
	background:url(../img/bg03.gif) left center no-repeat;
	position:relative;
}

#voice .btn01{
	position:absolute;
	left:60px;
	top:69px;
}

#voice .btn02{
	position:absolute;
	left:479px;
	top:69px;
}


#instructions{
	text-align:center;
	margin:25px auto 15px auto;
	background:url(../img/bg04t.gif) top center no-repeat;
	width:940px;
}

#instructions .text01{
	margin:0 20px;
	padding:30px 40px 20px 40px;
	text-align:left;
	font-size:80%;
}


#instructions .text02{
	padding:0px 40px 10px 40px;
	text-align:left;
	font-size:80%;
}

#instructions .text02 ul{
	list-style:none;
	margin:0 auto;
	width:820px;
}

#instructions .text02 li{
	text-indent:-0.8em;
	margin-left:1.1em;
	margin-bottom:0.5em;
}

* html #instructions .text02 li{
	text-indent:-0.9em;
}

#instructions .btn01{
	width:820px;
	text-align:center;
	background-color:#fce0eb;
	padding:13px 0 10px;
	margin-top:10px;

}

#instructions_bottom{
	text-align:center;
	margin:25px auto 15px auto;
	background:url(../img/bg04b.gif) bottom center no-repeat;
	width:940px;
}


#footer{
	margin-top:25px;

/*
	position: fixed;
	z-index: 50;
	left: 0px;
	bottom: 0px;
	overflow: hidden;
	width: 100%;
	height: 36px;
	background-color: #fff;	
*/	
}






