/*style for prodpage*/
h1{
	border-bottom: 3px double #5B5D99;
	padding-bottom: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #14164C;
}

h2{
	background: #14164C;
	color: #ffffff;
	padding: 5px 10px;
	font-size: 120%;
}

* html h2{/*for IE6*/
}



/*このカテゴリにはサイドバーなし*/
#mainContent{
	float: none !important;
	width: auto !important;
	margin-top: 1.3em;
}


#pageTitleArea p.caption{
	margin: 0;
}

/*駅からの地図*/
#mapImage img{
	width: 100%;
	max-width: 724px;
	border: 1px solid #cccccc !important;
}



#gmapCanvas{
	position: relative;
}

#map_canvas{
	width: 525px;
	height: 300px;
}

span.caption{
	font-size: 80%;
}


