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


/* トップページ */

body {
	background:url(../images/top/top_bg.jpg) repeat-x top;
}



/* メインビジュアル */

#wrap #main_visual {
	width: 980px;
	height: 270px;
	margin: 0;
	padding: 0;
	
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


	/* ご挨拶 */

	#wrap #contents_wrap #contents article section p.media {
	margin: 0 0 20px;
	}

	#wrap #contents_wrap #contents article section #greeting {
		margin: 0 0 20px 10px;
		width: 710px;
	}

	#wrap #contents_wrap #contents article section #greeting p {
		float:left;
		line-height: 150%;
		width: 442px;		
	}	

	#wrap #contents_wrap #contents article section #greeting p img {
		margin-top: 10px;
		text-align: right;
	}
	
	#wrap #contents_wrap #contents article section #greeting img {
		float: right;
		
	}		
	
	/* 新着情報 */

	#wrap #contents_wrap #contents article section #news {
		margin: 0 0 20px 10px;
		width: 710px;
	}
	
	#wrap #contents_wrap #contents article section #news p {
		line-height: 150%;
	}	

	
	/* アクセス */	
	
	#wrap #contents_wrap #contents article section #access {	
		height: 300px;
		width: 710px;
		margin: 0 0 0 10px;
	}
	
		#wrap #contents_wrap #contents article section #access  p {
			float:left;
			width: 400px;
			line-height: 150%;
		}		
		
		#wrap #contents_wrap #contents article section #access #map {
			float:right;
			width: 300px;	
			height: 300px;		
		}		
		
		
		#wrap #contents_wrap #contents article section #access #map .google-maps {
		overflow: hidden;
		}
		
		#wrap #contents_wrap #contents article section #access #map .google-maps iframe {
		width: 300px !important;
		height: 270px !important;
		}		
