@charset "utf-8";

/* --------------------------------------- */
/* business/board.html board.css
/* --------------------------------------- */

h2 {
	clear: both;
	padding-top: 30px;
}

/* ------------------- */
/* #side_nav
/* ------------------- */

#side_nav dl {
	padding-bottom: 30px;
}

/* ------------------------ */
/* #main_contents_container
/* ------------------------ */

h3 {
	margin-bottom: 20px;
}

p+h3 {
	margin-top: 30px;
}

h4 {
	clear: both;
	padding-left: 10px;
	border-bottom: dotted 1px #333333;
	margin-bottom: 15px;
}

h4 em {
	margin-right: 1em;
	font-weight: bold;
	color: #011981;
}

h3+p {
	padding: 0 10px;
}

.text {
	float: left;
	width: 510px;
	padding-left: 10px;
	margin-bottom: 20px;
}

#main_contents_container .photo {
	float: right;
	width: 185px;
	padding-right: 10px;
	margin-bottom: 20px;
}

