@charset "UTF-8";

/* format -------------------------------------*/
*{
	margin:0;
	padding:0;
}

body{

}

a img{
	border:none;
}

.clr{
	clear:both;
}

/* Main -------------------------------------*/
#brandMain{
	width:620px;
	padding:10px;
}

#header {
	padding-bottom:30px;
}

#header h1{
	width: 300px;
	float: left;
}
#header .types{
	text-align: right;
	width: 300px;
	float: left;
}
#brandMain p.txtArea{
	width: 600px;
	margin: 10px 0;
}

#brandMain h2{
	font-weight: bold;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#brandMain table.shopList {
	margin:0 0 10px 0;
}

#brandMain table.shopList p.shop {
	/* \*/
	font-size:8px;
	/**/
	font-size:10px;
	color:#000000;
	line-height:1.4;
	padding:0 8px;
}

#brandMain .btArea{
	text-align: center;
	margin:20px 0 0 0;
}

#brandMain .btArea img{
	display:block;
	margin:0 auto 0 auto;
}

#brandMain table td{
	font-size: 12px;
	line-height: 1.5;
}

/* footer ----------------------------------*/
#footer{
	text-align: center;
	clear:both;
	width:600px;
	height:34px;
	padding:16px 0 0 0;
}

#footer img{
	display:block;
	margin:0 auto 0 auto;
}

