@charset "utf-8";
#route_area .route_left {
	float: left;
	width: 330px;
}
#route_area .route_right {
	float: right;
	width: 330px;
}
#route_area dt {
	background-image: url(../route/img/route_area_bg.gif);
	background-repeat: repeat-y;
	background-position: left center;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}
* html #route_area dt {
	zoom: 1;
}
#route_area dt.nenmatsu {
	background-image: url(../route/img/route_area_bg_nenmatsu.gif);
}
#route_area dt.gentei {
	background-image: url(../route/img/route_area_bg_gentei.jpg);
}

#route_area dt.small {
	font-size: 12px;
}
#route_area dt p {
	display: block;
	float: left;
}
#route_area dt p.start {
	background-image: url(../route/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	margin-right: 0.6em;
	padding-right: 1.6em;
}


#route_area dd {
	margin-bottom: 0.8em;
}

#route_area dd a{
	padding-left: 1.3em;
	background-image: url(../img/list_mark02.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-left: 1em;
}

#route_area dd.last_node {
	margin-bottom: 1.5em;
}
#route_area dd.route_note {
	line-height: 1.2em;
	color: #C00;
	padding-left: 1em;
}


.gw_box{
	height:80px;
    border:1px solid #339933;
    padding:5px;
    width:260px;
    margin:10px 0 0;
}

.gw_box p{padding:5px;}

p.gw img{margin:5px;}

