@charset "shift-jis";

/*********************
*
*	list
*
**********************/

.shopName1 {
	color: #000000;
	font-weight: bold;
}

.shopName2 {
	color: #000000;
	font-weight: bold;
	font-size:140%;
}

.shopKana {
	color: #000000;
	font-size:84%;
	line-height:110%;
}

.areaBg {
	background-color:#000000;
}

/*********************
*
*	detail
*
**********************/

.detailTitle1{
	color: #ff0000;
	font-weight: bold;
	font-size:130%;
}

/*********************
*
*	layout
*
**********************/

#headerArea {
}

#cntArea {
	page-break-after:always;
}

#mapArea {
margin:25px 0 10px;
}

#mapArea02 {
margin:5px 0 10px;
}

#mapArea h2, #mapArea02 h2 {
display:none;
}

#map {
	width: 550px;
	height: 400px;
}

#footArea {
}

