﻿@charset "utf-8";


/* --------------------------
 * ダウンロードリンク
-------------------------- */

.downloadLink {
	margin: 10px 0;
	font-size: 120%;
}
	.downloadLink a {
		text-decoration: underline;
	}

/* ----------------------------------------------
 * img
---------------------------------------------- */
#img {
	height: 167px;
	margin: 11px 0 -80px;
	background: url("../../images/bg_main2.gif") no-repeat bottom left;
}
	#img p {
		padding: 12px 0 0;
		text-align: left;
		line-height: 2;
	}

/* ----------------------------------------------
 * box
---------------------------------------------- */
#contentMain .box {
	width: 540px;
	margin: 5px auto 20px;
}
	#contentMain ul li {
		display: list-item; 
		margin: 0 0 0 15px;
		list-style: disc outside;
	}
	#contentMain table.table01 {
		width: 100%;
		margin: 5px auto;
	}
		#contentMain table.table01 th,
		#contentMain table.table01 td {
			padding: 5px;
		}

	#contentMain .imgC {
		text-align: center;
	}

#contentMain .box .centeringBox {
	width: 520px;
	margin: 0 auto;
}


/* --------------------------
 * 集合場所
-------------------------- */
#assemblyPoint {
	margin-bottom: 10px;
}

	#assemblyPoint .popup02 img {
		margin-top:5px;
	}
	
	#assemblyPoint dl {
		margin: 1em 0 0;
	}
		#assemblyPoint dl dd {
			display: list-item; 
			margin: 0 0 0 15px;
			list-style: disc outside;
		}
			#assemblyPoint dl dt {
				font-weight: bold;
			}

/* --------------------------
 * 観光マップ
-------------------------- */
#contentMain #rootMap {
	margin-top: 20px;
}

/* --------------------------
 * popup
-------------------------- */
body#popup {
	background: #F7F4EE;
}

#popup .article {
	width: 460px;
	margin: 10px;
}
	#popup .article h2 {
		width: 460px;
		height: 35px;
		margin-bottom: 5px;
		color: #fff;
		font-size: 120%;
		font-weight: bold;
		text-indent: 10px;
		line-height: 35px;
		background: url("../images/bg_headline_access.gif") no-repeat ;
	}
	#popup .article h3 {
		margin: 15px 0 2px;
		padding: 0;
		color: #3B5CCC;
		font-size: 120%;
		font-weight: bold;
	}
	#popup .article p {
		margin: 5px 0 10px 0;
	}

	#popup .article .imgL {
		margin-right: 5px;
	}

	/* 集合場所 */
	#popup .article #assemblyPoint li {
		width: 229px;
		margin-right: 5px;
	}
	#popup .article #assemblyPoint li.end {
		width: 220px;
	}

	#popup .article .close {
		margin: 0.5em 0;
		text-align: center;
	}