html, body {
				padding: 0;
				margin: 0;
				
			}



			
			#intro {
				width: 580px;
				margin: 0 auto;
			}


			#under_slider{
				margin: 30px auto 0;
				width: 930px;
			}
			
			.list_carousel {
				float: left;
				margin-top: 10px;
				width: 950px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 14px;
				text-align: center;
				width: 150px;
				height: 160px;
				padding: 0;
				margin: 0px 6px 6px 0px;
				display: block;
				float: left;
			}
			
			#foo1 img {
				   border: 1px dotted #999; 
				   padding: 9px;
				   }
			
			#foo2 img {
				   border: 1px dotted #999; 
				   padding: 9px;
				   }
				
.overlay_fade {
	position:relative;
	/* Modify the width and the height according to your images sizes */
	width:150px;
	height:160px;
	float:left;
	margin-right:15px;
	list-style:none;
	}

				   
.overlay_fade .overlay_zoom {
		position:absolute;
		top:10px;
		right: 10px;
		width:110px;
		height:110px;
		padding:10px;
		background-image: url("../../../../wp-content/themes/sight/images/top/zoom.png");
		background-repeat:no-repeat;
		background-position:center center;
		/* Opacity */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity:0;
		/* Opacity Transition */
		-webkit-transition:opacity .4s ease-in;  
		-moz-transition:opacity .4s ease-in;  
		-o-transition:opacity .4s ease-in;  
		-ms-transition:opacity .4s ease-in;  
		transition:opacity .4s ease-in;  
	}
		.overlay_fade:hover .overlay_zoom {
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			opacity:1;
		}
	.overlay_fade .zoom_white {
		background-color:rgba(255, 255, 255, 0.7);
	}
	.overlay_fade .zoom_black {
		background-color:rgba(255, 255, 255, 0.7);
	}
	
	.brandslide {
	position:relative;
	/* Modify the width and the height according to your images sizes */
	width:150px;
	height:160px;
	float:left;
	margin-right:15px;
	list-style:none;
	}


.brandslide .brandslide_zoom {
		position:absolute;
		top:10px;
		right: 10px;
		width:110px;
		height:110px;
		padding:10px;
		background-image: url("../../../../../wp-content/themes/sight/images/top/link.png");
		background-repeat:no-repeat;
		background-position:center center;
		/* Opacity */
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity:0;
		/* Opacity Transition */
		-webkit-transition:opacity .4s ease-in;  
		-moz-transition:opacity .4s ease-in;  
		-o-transition:opacity .4s ease-in;  
		-ms-transition:opacity .4s ease-in;  
		transition:opacity .4s ease-in;  
	}
		.brandslide:hover .brandslide_zoom {
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha(opacity=100);
			opacity:1;
		}
	.brandslide .zoom_white {
		background-color:rgba(255, 255, 255, 0.7);
	}
	.brandslide .zoom_black {
		background-color:rgba(0, 0, 0, 0.7);
	}
				   
				   
			#foo1 h1   {
				   font-size: 12px;
				   color: black;
				   text-align: left;
			          font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                   font-size: 12px;
                                   font-style: normal;
				   font-weight: normal;
				   margin-left:3px;
				   }
				   
				   
				   
				   #under_slider .artist_icon{
				   margin-right: 10px;
				   
				   }
				   
				    #under_slider .guest_icon{
				   margin-right: 10px;
				   
				   }
				   
				   #under_slider .mc_icon{
				   margin-right: 10px;
				   
				   }
				   
				   #under_slider .show_button01{
				   margin: 20px 20px 20px 0px;
				   float:right;
				   }
				   
				    #under_slider .show_button02{
				   margin: 20px 42px 20px 0px;
				   float:right;
				   }
				   
				   #under_slider .show_button03{
				   margin: 20px 20px 20px 0px;
				   float:right;
				   }
				   
				   #under_slider .show_button04{
				   margin: 20px 20px 20px 0px;
				   float:right;
				   }
				   
				   
				   #foo2 h1   {
				   font-size: 12px;
				   color: black;
				   text-align: left;
			          font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
                                   font-size: 12px;
                                   font-style: normal;
				   font-weight: normal;
				    margin-left:3px;
				   }

			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.pager {
				float: left;
				width: 300px;
				text-align: center;
			}
			.pager a {
				margin: 0 5px;
				text-decoration: none;
			}
			.pager a.selected {
				text-decoration: underline;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}
			
			

