@charset "utf-8";
/*----------------------------------------

	mainimage slide

----------------------------------------*/
#mainimage {
	position: relative;
	width: 100%;
	height: 400px;
	overflow: hidden;
	background-color: #FFF;
}
#mainimage #mainimage_loading {
	position: absolute;
	background-color: #FFFFFF;
	background-image: url("loading.gif");
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 350px;
	top: 0;
	left: 0;
	z-index: 10;
}
#mainimage ul li {
	display: block;
	float: left;
	background-color: #FFFFFF;
}
#images {
	width: 100%;
	height: 400px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#images ul {
	overflow: visible;
}
#images li {
	opacity: 0.2;
	filter: alpha(opacity=20);
}
#slideControls {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url("mainimage_thumb_bg.png");
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 15;
}
#thumbs {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}
#thumbs ul {
	top: 0;
	left: 0;
	position: absolute;
}
#thumbs li {
	width: 172px;
	height: 40px;
	margin-top: 6px;
	margin-left: 3px;
	margin-right: 3px;
	cursor: pointer;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
#thumbs #selected {
	position: absolute;
	left: 50%;
	top: -6px;
	margin-left: -86px;
	height: 52px;
}
#slide_prev {
	width: 55px;
	height: 55px;
	display: block;
	position: absolute;
	top: -205px;
	background-color: transparent;
	background-image: url("slide_prev.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	left: -30px;
	z-index: 5;
}
#slide_next {
	width: 55px;
	height: 55px;
	display: block;
	background-color: transparent;
	background-image: url("slide_next.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	top: -205px;
	right: -30px;
	z-index: 5;
}
#slide_prev:hover {
	background-image: url("slide_prev_on.png");
}
#slide_next:hover {
	background-image: url("slide_next_on.png");/*お天気情報*/
}
#circuit {
	text-align: center;
	width: 450px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 5px;
	margin: 20px 0;
	float: left;
}
#circuit iframe {
	border-width: 0;
	width: 320px;
	height: 160px;
}
