/*========================================
	1:elements
========================================*/
/* 1-1 nabigation bar */
#nab{
	background: url(../img/top_bar.jpg) repeat-x;
}
/* 1-2 contents title */
#cont #subtit h3{
	width: 580px;
	height: 50px;
	display: block;
	background: url(../img/sm_ct01.jpg) no-repeat;
	text-indent: -10000px;
}
/*
#cont .kj_groupe{
	text-align: center;
}
*/
#cont .kj_groupe h5{
	text-align: left;
	font-size: 1em;
	margin-top: 10px;
	padding: 0px 0px 0px 15px;
	width: 580px;
	height: 25px;
	line-height: 20px;
	background: url(../img/stit_bg02.gif) no-repeat;
}
#cont .kj_groupe p.grp{
	text-align: left;
	float: left;
	width: 265px;
	margin: 5px 5px;
	padding: 5px;
	line-height: 16px;
}
/* 1-3 contents */
#cont #map{
	float: left;
	width: 270px;
	padding: 0px 10px;
}
#cont #map dl{
	margin: 0px 0px 10px 0px;
}
#cont #map dl dt,dd{
	margin: 0px 0px 5px 0px;
}
#cont #map dl dt{
	text-indent: 10px;
	line-height: 20px;
	height: 20px;
	border-bottom: 1px solid #CCCCCC;
	background: url(../img/map_ico01.jpg) no-repeat;
}
#cont #map dl dd{
	line-height: 20px;
	text-indent: 15px;
	margin-left: 1em;
	background: url(../img/map_ico02.jpg) no-repeat;
}
#cont #map dl dd.sub_cat{
	line-height: 20px;
	text-indent: 2px;
	margin-left: 40px;
	background: none;
}
#cont #map dl dt a,dd a,dd.sub_cat a{
	color: #336666;
	text-decoration: underline;
}
#cont #map dl dt a:hover,dd a:hover,dd.sub_cat a:hover{
	color: #FF6600;
	text-decoration: underline;
}
#cont #reset{
	clear: both;
}