/*画像エリアの設定*/
.mb-wrapper {
  width: 900px; /* default, this is overridden by script settings */
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
  background:#181818;
  
}
*{
margin: 0;
}
#index{
		background-image: url(../../images/nekohaikei_10.gif);
}

/* Panel Wrapper */
.mb-slider, .mb-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
  left: 0;
  top: 0;
}



/*** Slider panel ***/
.mb-slider .mb-panel {
  width: 350px;  /* default, this is overridden by script settings */
  margin: 5px 0;
  padding: 5px;
  display: block;
  cursor: pointer;
  float: left;
  list-style: none;
}

/* Cursor to arrow over current panel, pointer for all others,
  change .current class name using plugin option, currentPanel : 'current' */
.mb-slider .mb-panel.current {
 cursor: auto;
}

/*** Inside the panel ***/
.mb-inside {
  padding: 10px;
  
}

.mb-inside * {
  max-width: 100%;
}

/*** Left & Right Navigation Arrows ***/
a.mb-scrollButtons {
  display: block;
  width: 50px;
  height: 50px;
  background: transparent url(../yomogi3/arrows.png) no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -29px; /* if you change the arrow images, you may have to adjust this (1/2 height of arrow image) */
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  border: 0;
}
a.mb-scrollButtons.mb-left {
  background-position: left top;
  left: -65px;
}
a.mb-scrollButtons.mb-right {
  background-position: right top;
  right: -65px;
}
a.mb-scrollButtons.mb-left:hover {
  background-position: left bottom;
}
a.mb-scrollButtons.mb-right:hover {
  background-position: right bottom;
}
/*** Controls added below the panels ***/
.mb-controls {
  margin: 0 auto;
  text-align: center;
  
  position: relative;
  z-index: 100;
}


/*スライドしたの点の設定*/
.mb-controls a {
  color: #444444;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
  display: inline-block;
  text-decoration: none;
  padding: 2px;
  height: 18px;
  margin: 0 5px 0 0;
  text-align: center;
  outline: 0;
}


/*スライド下の点の色*/
.mb-controls a.current, .mb-controls a:hover {
  color: #ffffff;
}



/*外枠のレイアウト*/
#wrapper {width:980px; margin:0 auto; background:#181818; -webkit-box-shadow: 0px 0px 15px #000;
-moz-box-shadow: 0px 0px 15px #000; padding:70px 0 25px 0}



#slider-one p, #slider-two p, #slider-three p, #slider-four p, #slider-five p {
font-size: 11px;
	color: #0000ff; /*各画像の中の＜ｐ＞表示部分の文字色*/
	text-transform:uppercase; 
	position:relative; 
	top:-2.8em; 
	text-align:center; 
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif; 
	text-shadow: 0px 0px 2px #000;
	background-color: #ffffff;
}


/* panel images */
.mb-inside img {
  width: 100%;
}


#slider-one p, #slider-two p, #slider-three p, #slider-four p, #slider-five p {
	font-size: 18px;
	color: #0033ff; 
	text-transform:uppercase; 
	position:relative; 
	top:-2.8em; 
	text-align:center; 
	font-weight:900; 
	font-family:Arial, Helvetica, sans-serif; 
	text-shadow: 0px 0px 2px #000
}
	
.mb-inside a, .mb-inside a:visited {color:#0CF; text-decoration:none; font-size:13px; }
.mb-inside a:hover {color:#fff; text-decoration:none; font-size:13px; cursor:pointer}

address{
		font-size: 85%;
		font-style: normal;
		text-align: right;
		border-top: 3px double #cc9966;
		padding: 10px;
}
.aaa{
	margin-left: 20px;
	margin-bottom: 10px;
}
img{
	border: none;
}
