/* CSS Document */

/* CSS Information ==============================================

File name: branding_section.css
Description: branding area
Editors: aoi takahashi
Date: 2010.03.31
Table of Contents: 
  *branding_section
================================================================*/

/*branding_section　ブランディング*/
#branding_box {
  width:650px;
  height:auto;
  margin-bottom:10px;
  z-index:1;
}


/* TOPページ メインバナー用追記 2012.10.24 */
#main_img{
	width: 650px
	height: 386px;
	position: relative;
	margin-bottom: 10px;
}
#pickup {
	width: 648px;
	height: 318px;
	_width: 650px;
	_height: 320px;
	position: relative;
	border: 1px solid #000;
	border-bottom: none;
}
#main_img #pickup a{
	position: absolute;
	right: 0;
	top: 0;
	display: none;
}
#main_img #pickup a img {
	width: 648px;
	height: 318px;
}
#main_img #main_img_list{
	width: 650px;
	height: 66px;
	z-index:100;
	background: #000 url(../../img/top/bg_main_img_list.jpg) repeat-x left top;
}
#main_img_list li {
	width: 126px;
	height: 62px;
	_width: 130px;
	_height: 66px;
	float: left;
	margin: 0;
	padding: 0;
	border: 2px solid #000;
	list-style-type: none;
	
}
#main_img_list li a {
	display: block;
	width: 126px;
	margin:0;
	padding:0;
}
#main_img_list li img {
	width: 126px;
	_width: 120px!important;
	height: 62px;
	float: left;
	margin: 0;
	padding: 0;
	
/*	display: none; */
	
}
#main_img_list li a:hover img {
	opacity:1;
	filter: alpha(opacity=100);  
	-ms-filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
}

/* clearfix */
.clearfix:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {  display: inline-block; }
/*\*/
*html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */