@charset "utf-8";


/*-----------------------------
	contents
------------------------------*/

#contents_inner{
	background:url(../common/images/footer_bg.png) no-repeat left bottom;
}





/*-----------------------------
	main
------------------------------*/

#main{
	padding-top:10px;
	margin-left:20px;
	_margin-left:10px;
	margin-bottom:50px;
}
#main h2{
	clear:both;
	margin-bottom:10px;
}

/* access */
#main #access{
	clear:both;
	width:707px;
	background:url(http://dodgeram.jp/access/images/bg.jpg) no-repeat left top;
}
#main #access_inner{
	padding:30px 28px;
	background:url(http://dodgeram.jp/access/images/bg_bottom.jpg) no-repeat left bottom;
	overflow:hidden;
	line-height:1.8;
}
#main #access #gmap{
	margin-bottom:30px;
}
#main #access h3{
	color:#FFFF66;
	font-size:120%;
	font-weight:bold;
}
#main #access dl{
	margin-bottom:25px;
}
#main #access dl dt{
	font-size:120%;
}
#main #access dl dd{
	padding-left:1em;
}



