/*共通設定*/

A:link { text-decoration: none;color: #91897E; }
A:active { text-decoration: none;color: #91897E; }
A:visited { text-decoration: none;color: #91897E; }
A:hover{ text-decoration: underline;color: #FF9900; }


/*ブランドトップページ*/

.menu {	padding-top: 10px;}

.line11 { line-height: 110%; }

#ill_bak {
	background-image: url(../brand_shop/img/img_bg.gif);
	background-repeat: no-repeat;
	height: 211px;
	width: 565px;
	margin-right: 0px;
}
.pick_b {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #746E65;
}

a.top:visited {
	color: #6A635B;
	text-decoration: none;
	font-weight:bold;
}
a.top:link {
	color: #6A635B;
	text-decoration: none;
	font-weight:bold;
}
a.top:hover {
	color: #FF6600;
	text-decoration: none;
	font-weight:bold;
	text-decoration: underline;
}

.table_top {
	font-style: normal;
	font-size: 75%;
	line-height: 140%;
	text-align: left;
}

.table_line_dot {
	background:url(../brand_shop/img_m/line.jpg) no-repeat top left ;
}

/*各ブランドページ*/

.name {
	height: 19px;
	background-image: url(../brand_shop/img/brand_n.gif);
	background-repeat: repeat-x;
	padding-left: 15px;
	font-style: normal;
	font-size: 80%;
}

.name2 {
	height: 38px;
	background-image: url(../brand_shop/img/brand_n2.gif);
	background-repeat: repeat-x;
	padding-left: 15px;
}

.profile {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 110%;
	text-align: left;
}
.text {
	line-height: 120%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}
.bg {
	background-image: url(../brand_shop/img/brand_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.link_title {
	padding-left: 9px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.update {
	font-size: 10px;
	color: #FFFFFF;
	height: 14px;
	background-color: #726B63;
}
.block {
	display: block;
}

.info_t {
	font-style: normal;
	font-size: 75%;
	line-height: 140%;
	text-align: left;
	font-weight:bold;
}

.info {
	font-style: normal;
	font-size: 75%;
	line-height: 140%;
	text-align: left;
}


.info_link {
	font-style: normal;
	font-size: 75%;
	line-height: 140%;
	text-align: right;
	font-weight: bold;
}

.font_80 {
	font-size: 80%;
	line-height: 120%;
}

.info .torikeshi {
	text-decoration:line-through;
}


.a_red {
	color:#ff0000;
}