@charset "utf-8";

/*-------------------------------------business--*/
#bodyArea2nd .sideAreaBiz {
	float: left;
	width: 340px;
}

.sideAreaBiz .bizPhoto {
	margin-bottom: 10px;
	border: 1px solid #BEBEBE;
	width: 257px;
	margin-right: auto;
	margin-left: auto;
}


#bodyArea2nd .mainBoxBiz {
	float: left;
	width: 510px;
}

#bodyArea2nd .mainBoxBiz h1 {
	font-size: 90%;
	line-height: 150%;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C00;
}

#bodyArea2nd .mainBoxBiz h2 {
	font-size: 80%;
	line-height: 150%;
	padding-bottom: 20px;
}

#bodyArea2nd .mainBoxBiz h3 {
	font-size: 80%;
	line-height: 120%;
	font-weight: bold;
	color: #900;
	padding-bottom: 4px;
	padding-top: 4px;
}

#bodyArea2nd .mainBoxBiz ul {
	padding-left: 30px;
	list-style-type: disc;
	padding-bottom: 6px;
}

#bodyArea2nd .mainBoxBiz ul li {
	font-size: 80%;
	line-height: 120%;
	padding-bottom: 2px;
}

