@charset "UTF-8";
/* CSS Document */

/*----------------------------------------------------
	layout
----------------------------------------------------*/	
header{
	margin:15px 0;
	}

/*----------------------------------------------------
	common
----------------------------------------------------*/	
h1{
	font-size:small;
	margin-bottom:1em;
	}
	
h3{
	width:870px;
	height:26px;
	padding:0 15px;
	color:#fff;
	font-size:small;
	background:#000;
	}
	
h3:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	overflow:hidden;
}
h3{ display:inline-block; }		

h3 img{
	float:right;
	}
	
h3 span.txt{
	padding-top:5px;
	display:block;
	float:left;
	}	

	
#top_copy p{
	font-size:small;
	margin-bottom:0.8em;
	}
	
section{
	width:900px;
	margin-bottom:45px;
	}
	
/*----------------------------------------------------
	whats new
----------------------------------------------------*/		
#new_scroll{
	width:900px;
	height:70px;
	font-size:small;
	}
	
#new_scroll li{
	margin-bottom:0.5em;
	}

/*----------------------------------------------------
	pickup
----------------------------------------------------*/	
#pickup td.txt{
	font-size:small;
	}
	
/*----------------------------------------------------
	onlinestore
----------------------------------------------------*/	
#onlinestore li{
	width:217px;
	height:100px;
	margin:0 10px 0 0;
	float:left;
	}	

	
/*----------------------------------------------------
	brand
----------------------------------------------------*/	
#brand{
	font-size:small;
	}	

#brand .head {
	font-weight: bold;
	cursor: pointer;
	margin:15px 15px 15px 15px;
	padding:0 5px 3px 15px;
	background:#fff url(../images/top/arrow_brand.gif) no-repeat 0 6px;
	color:#000;
	border-bottom:#000 dotted 1px;
	display:block;
	}
	
#brand .row{
	margin:0 15px 15px 30px;
	display: none;
	} 


#brand .row ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	overflow:hidden;
}
#brand .row ul{ display:inline-block; }

#brand .row li{
	margin:0 20px 1em 0;
	float:left;
	display:block;
	}

	
#brand .head2{
	font-weight: bold;
	cursor: pointer;
	margin:30px 15px 10px 15px;
	padding:0 5px 0 15px;
	color:#000;
	display:block;
	}	
	
#brand .row2{
	margin:0 15px 15px 30px;
	}
	
#brand .row2 ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	overflow:hidden;
}
#brand .row2 ul{ display:inline-block; }

#brand .row2 li{
	margin:0 20px 1em 0;
	float:left;
	display:block;
	}		
	
/*----------------------------------------------------
	storeinfo
----------------------------------------------------*/	
#storeinfo{
	font-size:small;
	}
	
#storeinfo address{
	margin:10px 0 0 0;
	font-style:normal;
	}	
	
#storeinfo .txt{
	width:330px;
	margin-left:15px;
	float:left;
	}
	
#storeinfo .imgbox{
	width:550px;
	margin:5px 0 0 0;
	float:right;
	}
	
#storeinfo .imgbox img{
	margin-left:10px;
	float:right;
	}			
	
		


div.tothetop {
	position: fixed;
	right: 5px;
	bottom: 40px;
	z-index: 1500;
}


div.tothetop a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 0;
	background-color:#333;
	border-radius: 5px;
	font-size: 0.8em;
}

div.tothetop a:hover {
	background:#999999
	color: #fff;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}




	

