@charset "UTF-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}
strong {
	font-weight: bold;
}

.salon_contents {
	width: 680px;	
}
.salon_head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBCBCB;
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
}
.salon_body {
	margin-bottom: 30px;
}

.salon_body object {
	border-color: black;
}

.salon_body iframe {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.salon_contents p {
	margin-bottom: 10px;
}

