@charset "utf-8";
@charset "utf-8";

/* CSS Document */

/* ページで切り替わるスライドショー*/

 #jquery-cycle {
     width: 425px;
     height: 300px;
	 margin-right: auto;
	 margin-left: auto;
 }
 #jquery-cycle img {
	width: 425px;
	height: 300px;
 }
 #jquery-cycle-nav {
	width: 300px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 20px;
	margin-bottom: 30px;
 }
 #jquery-cycle-nav a {
	padding: 0 15px;
	margin: 0 2px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: #ababab;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 }
 #jquery-cycle-nav a:hover {
     background-color: #313131;
 }
