@charset "UTF-8";


#toppage {
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/*スライドショー----------------------*/
#mainphoto {
	background-color: #fff;
	text-align: center;
	letter-spacing: 0em;
	padding: 0px;
	position: relative;
	clear: both;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bxslider{   
    margin:0px;
}
.bxslider ul {
	opacity: 0;
}
.bx-wrapper {
    position: relative;
}

.bx-wrapper img {
    width:100%;
}
.bx-viewport {
    max-height: 600px;
}

.bx-pager {
	text-align: center;
	bottom: -50px;
	position: absolute;
	width: 100%;
}

.bx-pager-item,
.bx-controls-auto-item {
    display: inline-block;

}
.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
	background-color: #999999;
}
.bx-default-pager a:hover,
.bx-default-pager a.active {
	background-color: #666666;
}


/*背景マップ----------------------*/
#toppage #map {
	width: 80%;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	max-width: 1100px;
	min-width: 960px;
	background-image: url(../top/map.png);
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}
#toppage #map h2 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 1.6em;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	padding: 0px;
	margin-top: 80px;
	margin-right: 0px;
	margin-bottom: 300px;
	margin-left: 80px;
	font-weight: bold;
}
#toppage #map #th60 {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 30px;
}
#toppage #map #message {
	float: right;
	margin-right: 30px;
	width: 500px;
}


/*コンテンツへのリンクボタン----------------------*/
#toppage #banner {
	padding: 0px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}
#toppage #banner dl {
	float: left;
	width: 300px;
	margin-right: 40px;
}
#toppage #banner dl.r0 {
	margin-right: 0px;
}

#toppage #banner dl dt {
	background-color: #666;
	width: 300px;
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.3em;
}

#toppage #banner dl dd {
	margin: 0px;
	padding: 0px;	
}
#toppage #banner dl dd img {
	width: 300px;
}
#toppage #banner a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#toppage #banner a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#toppage #banner a:hover {
	color: #CCCCCC;
	text-decoration: none;
}




/*お知らせ---------------------*/
#toppage #info {
	padding: 25px 40px 20px;
	margin-top: 60px;
	margin-bottom: 50px;
	border: 5px solid #E72200;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#toppage #info dl {
	margin: 0px;
	padding: 0px;
}
#toppage #info dl dt {
	float: left;
	width: 10em;
	margin: 0px;
	padding: 0px;
}
#toppage #info dl dd {
	margin-left: 10em;
}
