@charset "utf-8";

#imgArea {
	padding-left: 2px;
	overflow: hidden;
	position: relative;
}

#contentsArea {
	padding-top: 25px;
	background: url(../images/contents_border.gif) no-repeat left top;
	overflow: hidden;
	position: relative;
	width: 760px;
	margin: 10px 0px 0px 22px;
}

#contentsArea h3 {
	margin-bottom: 30px;
	margin-top: 20px;
	clear: both;
}


#contentsArea .leftBox {
	float: left;
	overflow: hidden;
	position: relative;
}
#contentsArea .rightBox {
	float: left;
	overflow: hidden;
	position: relative;
}

#contentsArea .centerBox {
	clear: both;
	overflow: hidden;
	position: relative;
}

#contentsArea .hr {
	clear: both;
	padding: 30px 0px 0px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #CCCCCC;
}

#contentsArea hr {
	padding: 0px;
	margin: 0px;
	display: none;
}
