body,
#brandSiteHeader p,
#brandSiteFooter p,
#brandSiteFooter ul,
#brandSiteFooter li{
	margin: 0;
	padding: 0;
}
body{
	-webkit-text-size-adjust: none;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#brandSiteHeader{
	padding-bottom: 15px;
	border-top: 5px solid #ffd500;
	width: 100%;
	min-width: 950px;
	height: 75px;
	text-align: center;
	background: #fff;
}
#brandSiteHeader p{
	margin: 0 auto;
	width: 950px;
	text-align: left;
}
#brandSiteHeader p img{
	vertical-align: bottom;
	border: 0;
}
#brandSiteFooter{
	padding: 20px 0;
	width: 100%;
	height: 55px;
	text-align: center;
	background: #fff;
}
#brandSiteFooter ul{
	margin: 0 auto 15px;
	width: 950px;
	list-style: none;
}
#brandSiteFooter ul li{
	padding: 0 15px;
	border-left: 1px solid #e5eaee;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	/margin-top: 3px;
}
#brandSiteFooter ul li.brandSiteFooterLastChild{
	border-right: 1px solid #e5eaee;
}
#brandSiteFooter ul li a{
	color: #666;
	text-decoration: none;
}
#brandSiteFooter ul li a:hover{
	text-decoration: underline;
}
#brandSiteFooter p{
	margin: 0 auto;
	width: 950px;
	color: #666;
	font-size: 10px;
	line-height: 12px;
}