@charset "UTF-8";


/* header shop_name
============================================================================================================================= */
#header>h2{
	float:left;
	padding-left:7px;
}
#header>p.address{
	float:left;
	width:465px;
	padding:25px 0 0 10px;
}


/* topicPathArea
============================================================================================================================= */
#topicPathArea{
	width:995px;
	margin:0 auto;
	border-top:1px solid #dddddd;
	overflow:hidden;
}
#topicPath{
	float:left;
	width:660px;
	padding:12px 0;
	overflow:hidden;
}
#topicPath li{
	float:left;
	font-size:11px;
	padding-right:15px;
	margin-right:5px;
	background:url(/base/pc/store/common/img/topic_path_arrow.png) right top no-repeat;
}
#topicPath li.current{
	color:#A00000;
	background:none !important;
}
#topicPath a{
	color:#333;
	text-decoration:none;
}
#topicPath a:hover{
	color:#333;
	text-decoration:underline;
}


#foreignNav{
	float:right;
	width:320px;
	padding:10px 0;
	overflow:hidden;
}
#foreignNav li{
	float:left;
}



