@charset "utf-8";
/*
 * name:access.css
 * author:Manabu Kushimoto(web-park.org)
*/

/* side_column
------------------------------------------------ */
#side_column {
}

	#side_column dl {
		padding: 20px 0 0 20px;
	}

		#side_column dl dt {
			color: #36942A;
		}

		#side_column dl dd {
		}

			#side_column dl dd ul {
			}

				#side_column dl dd ul li {
				}

					#side_column dl dd ul li a {
						display: block;
						padding: 4px 0 4px 30px;
					}

					#side_column .way_plane dd ul li a { background: url(../../img/icon/plane.gif) no-repeat left 5px; }
					#side_column .way_ship dd ul li a { background: url(../../img/icon/ship.gif) no-repeat left 5px; }

					#side_column .way_plane dd ul li a:hover { background-position: left -61px; }
					#side_column .way_ship dd ul li a:hover { background-position: left -63px; }

/* main_column
------------------------------------------------ */
#main_column {
}

	#main_column h3 {
		padding: .2em .6em;
		background: #8DC21F;
		font-size: 140%;
		font-weight: normal;
		color: #fff;
	}

	#main_column .sup {
		margin-top: 5px;
		padding-left: 1em;
		font-size: 90%;
		text-indent: -1em;
	}

/* main_island */
#main_island {
}

	#main_island .article {
		margin: 20px 0 0 -2%;
	}

		#main_island .article dl {
			float: left;
			margin-left: 2%;
			width: 48%;
		}
	
			#main_island .article dl dt {
				font-size: 140%;
				color: #36942A;
			}

			#main_island .article dl dd {
				padding-top: 5px;
				font-size: 90%;
			}

/* map */
#map {
	margin-top: 40px;
}

/* other_island */
#other_island {
	margin-top: 40px;
}

	#other_island .article {
		margin: 20px 0;
	}

		#other_island .article dl {
			padding: 10px 0;
			border-bottom: dashed #8DC21F 1px;
		}

		#other_island #terminal dl {
			padding: 10px;
			background: #efefef;
			border-bottom: none;
		}

			#other_island .article dl dt {
				font-size: 120%;
				color: #36942A;
			}

			#other_island .article dl dd {
				padding-top: 5px;
				font-size: 90%;
			}

			#other_island .article dl img { vertical-align: middle; }

