@charset "utf-8";

/*
-------------------------------------
CSS file MOTHER INTERNATONAL CO.,LTD.
FileName:brand_list.css
-------------------------------------
*/

/*
===== CONTENTS ===========================================

	1: CONT AREA
	2: BRAND 詳細PAGE
	3: BRAND MENU
	4: GALLERY

==========================================================
*/
/*
===== 1: LIST PAGE ==========================================
*/
#brand_list_wrap{
	display: block;
	width: 1024px;
	height: 768px;
	margin: 0 auto 60px auto;
}
/*
===== 1: CONT AREA ==========================================
*/
#brand_list_top_area{
	display: block;
	width: 1024px;
	height: 700px;
	margin-top: 38px;
}
/**/
#brand_list_top_area td.area01{
	display: block;
	width: 510px;
	height: 700px;
	float:left;

}
#brand_list_top_area td.area02{
	display: block;
	width: 255px;
	height: 700px;
	float:left;
}
#brand_list_top_area td.area03{
	display: block;
	width: 255px;
	height: 700px;
	float:left;
}
#brand_list_top_area td.area04{
	display: block;
	width: 510px;
	height: 700px;
	float:left;
}
/**/
div.brand_list_tx_area{
	display: block;
	width: 340px;
	height: 100%;
	margin: 20px auto 0px auto;
}
div.brand_list_tx_area p{
	padding: 15px 10px 15px 10px;
	color:#666;
	font-size: 11px;
	line-height: 14px;
}
/*

===== 2: BRAND MENU ==========================================
*/
#brand_menu{
	display: block;
	width: 1024px;
	height: 37px;
	margin: 0 auto;
}
#brand_menu ul{
	margin:0px;
	padding:0px;
}
#brand_menu ul li{
	padding:0px;
	float:left;
}

/*
===== 3: GALLERY ==========================================
*/

#gallery {
	width:998px; height:755px;
	padding-left:26px; margin:0 auto;
	position:relative;
}
#gallery h2 {
	display:block;
	margin:0; padding:15px 0 0 0;
	height:52px;
}
#gallery h3 {
	display:block;
	margin:0; padding:0;
	height:20px;
}
#gallery #photo{
	width:540px;
	height:660px;
	position:relative;
	float:left;
}
#gallery #photo img{
	display:none;
	position:absolute;
	left:0;
	top:0;
}
#gallery ul{
	width:454px;
	height:365px;
	float:right;
}
#gallery li{
	width:73px;
	height:73px;
	float:left;
}
#gallery #credit{
	width:454px;
	padding-top:10px;
	line-height:20px;
	float:right;
}

