body {
	margin:0;
	padding: 0;
	background-color: #E9EDF1;
}
.rslides {
	margin: 0 auto;
}

.rslides_tabs {
	list-style: none;
	background-color:#344D97;
	padding: 0;
	font-family: 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', Arial,sans-serif;
	font-size: 14px;
	list-style: none;
	margin: 0 auto;
	max-width: 820px;
	padding: 4px 0;
	text-align: left;
	width: 100%;
	font-weight: bold;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 14px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.3);
	color: #fff;
}
a {
	color: #fff;
	text-decoration: none;
}

/* NOT USE */
.rslides_container {
	position: relative;
	float: left;
	width: 100%;
}
.rslides_nav {
	z-index: 3;
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	opacity: 0.3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("themes.gif") no-repeat left top;
	margin-top: -45px;
}
.rslides_nav:active {
	opacity: 0.8;
}
.rslides_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
