@charset "UTF-8";

/********** スライド **********/
#spBlock {
	font-size: 0px;
	line-height: 1.0;
	background:#FFFFFF;
	float: left;
	overflow: hidden;
	position: relative;
	left: 6px;
	width: 940px;
	*+margin: 5px 0 0 0; /*IE7*/
	_margin: 5px 0 0 0; /*IE6*/
	background-color:#FFFFFF;
	height: 150px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
#spBlock p.btnLeft {
	width: 18px;
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 80;
}
#spBlock p.btnRight {
	width: 18px;
	position: absolute;
	left: 898px;
	top: 0px;
	z-index: 80;
}
#spBlock p.btnRight a,
#spBlock p.btnLeft a {
	background: url(../images/arrow_right.gif) left top no-repeat;
	width: 45px;
	height: 140px;
	display: block;
	overflow: hidden;
}
#spBlock p.btnLeft a {
	background:url(../images/arrow_left.gif) left top no-repeat;
	width: 45px;
	height: 140px;
	display: block;
	overflow: hidden;
}

#spBlock p.btnRight img,
#spBlock p.btnLeft img {
	display: none;
}
.SlidingPanels {
	position: relative;
	width: 100%;
	padding: 0px;
	border: none;
}
.SlidingPanelsContentGroup {
	position: relative;
	float:left;
	width: 100px;
	height:150px;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContent {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 6px;
	border: none;
	color:#330000;
	text-align:center
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}

#spBlock .SlidingPanels {
	width: 570px;
	left: 12px;
}
#spBlock p.SlidingPanelsContent {
	float: left;
	width: 100px;
	font-size:10px;
	line-height:150%;
	overflow: hidden;
}
#spBlock p.p9 {
	width: 190px;
	float: left;
}
#spBlock .SlidingPanelsContent span {
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 1.0;
	display: block;
	float: left;
	width: 190px;
	overflow: hidden;
}
#spBlock .SlidingPanelsContentGroup {
	font-size: 0px;
	margin:0px 3px 0px 3px;
	float: left;
	width: 4000px;
}
/********** リンク色 **********/

#spBlock .SlidingPanelsContentGroup a:link {
	color:#330000;
	text-decoration: underline;
}
#spBlock .SlidingPanelsContentGroup a:visited {
	color:#330000;
	text-decoration: underline;
}
#spBlock .SlidingPanelsContentGroup a:active {
	color:#663300;
	text-decoration: underline;
}
#spBlock .SlidingPanelsContentGroup a:hover {
	text-decoration: none;
}