@charset "utf-8";
#wrapper {
	background-image: url(../campaign/images/mainImg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#main #mainBox h2 {
	background-image: url(../campaign/images/menu.png);
	background-repeat: no-repeat;
	background-position: left 26px;
	height: 53px;
	width: 890px;
	margin-bottom: 15px;
}
#main .contentsArea {
	width: 880px;
	margin-left: 40px;
	height: 380px;
	margin-bottom: 39px;
	overflow: auto;
	color: #CCCCCC;
	overflow-x: hidden;
}
#main  .imgArea {
	width: 360px;
	padding-left: 50px;
	float: left;
	margin-right: 28px;
	margin-bottom: 50px;
}
#main .txtArea {
	width: 400px;
	float: left;
}
#main .txtArea h3 {
	display: block;
	width: 388px;
	font-size: 16px;
	font-weight: normal;
	background-image: url(../campaign/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
#main .txtArea .txt {
	font-size: 12px;
	letter-spacing: 1px;
	display: block;
}
#main .boxSet {
	width: 890px;
	overflow: hidden;
}
